diff --git a/debian/changelog b/debian/changelog index 9255e9672..3a65fbafa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,115 @@ +freedombox (24.25) unstable; urgency=medium + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + * Translated using Weblate (Bulgarian) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ Ettore Atalan ] + * Translated using Weblate (German) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Paul Lettich ] + * Translated using Weblate (German) + + [ John Doe ] + * Translated using Weblate (French) + + [ Sunil Mohan Adapa ] + * tags: Fix issue with JS init on a page without tags + * notifications: Don't error when dismissing missing notifications + * help: Add a class to the help index page + * ui: Align app icons in the center for home, apps, and help pages + * ui: Allow users to provide a CSS file to customize styling + * Translated using Weblate (Russian) + * Translated using Weblate (Russian) + * ui: Switch to using bootstrap 5 (Closes: #1088412, #1088577) + * networks: Fix minor typo in template related to signal strength + * ui: Drop use of badge-* utility classes for newer replacements + * apache: Relax content security policy to allow data: URL + * networks: Use new accordion component from Bootstrap 5 + * networks: Fix issue with loading create PPPoE form + * firewalld: Reduce severity for alert about service on internal zone + * help: Update the privacy notice on status log page + * diagnostics: Fix trimming an i18n string + * matrixsynapse: Fix trimming an i18n string + * ui: Use Bootstrap 5 styling for all alerts + * power: Refactor display of package manager busy alerts + * ui: Rename data- attributes to data-bs- for Bootstrap 5 + * ui: app, system: Revert to earlier width for card lists + * ui: Show disabled form elements as grey for Bootstrap 5 + * ui: Fix overflow of exception text in message + * ui: users: Fix close button for confirmation dialog for Bootstrap 5 + * ui: app: Fix an incorrect HTML tag nesting + * ui: Reduce the gap at the top of the pages + * ui: diagnostics: Fix layout of repair buttons + * ui: diagnostics: Fix gap between headings + * ui: forms: Fix margins for form labels for Bootstrap 5 + * ui: backups: Drop unused styling in verify host key page + * ui: Restore spacing between form elements in Bootstrap 5 + * ui: snapshots: Fix horizontal form styling margins for Bootstrap 5 + * ui: snapshots: Fix horizontal form layout on mobiles for Bootstrap 5 + * ui: Fix toggle button styling for Bootstrap 5 + * ui: Allow underlining for most links due to Bootstrap 5 + * ui: Restyle tags, remove underlining of text + * ui: Accept default styling of Bootstrap 5 for warning button + * ui: Update custom button styles for Bootstrap 5 + * ui: samba: Fix layout regressions with Bootstrap 5 + * ui: Fix styling in dismiss button in form errors for Bootstrap 5 + * ui: Update styling for navbar menu items + * ui: Workaround dropdowns not working with Bootstrap 5 + * ui: Use collapse instead of dropdown for notification in Bootstrap 5 + * ui: Fix issue with notifications icon showing twice in mobile view + * ui: Fix flash of notifications popdown during page load + * ui: Style the 'Log out' item properly + * ui: Don't use nav-link inside card + * ui: Cleanup use of colors with CSS variables + * ui: Fix placement of tags menu under tags input with Bootstrap 5 + * diagnostics: tests: functional: Pick errors more specifically + * tests: functional: Disable smooth scrolling from Bootstrap 5 + * ui: firewall: Fix styling with Bootstrap 5 + * ui: backups: Use Bootstrap color variables instead of static values + * ui: help: Fix alignment issue with footer links in about page + * action_utils: Add utility to ensure that service is stopped + * deluge: Cleanup and simplify setup code + * letsencrypt: Declare explicit dependency on openssl + * openvpn: Declare explicit dependency on openssl + * sso: Switch using cryptography module instead of OpenSSL.crypto + (Closes: #1088760) + * ci: Add flake8 to gitlabci container + * d/control: Drop version specification on dependencies for Bookworm + * d/control: Drop unnecessary recommendations + * i2p: Drop app as it has not been available in Debian for a while + + [ Veiko Aasa ] + * tags: tests: Fix deprecated webdriver attribute + * tests: functional: Don't try disable app after tests if app was not installed + * tests: functional: Fix app installation test skipped on slow machines + * deluge: Fix app installation on Debian testing + + [ James Valleroy ] + * radicale: Update link to supported clients + * locale: Update translation strings + * doc: Fetch latest manual + + [ Carles Pina i Estany ] + * Added po-debconf Catalan translation + + [ gfbdrgng ] + * Translated using Weblate (Russian) + + -- James Valleroy Mon, 16 Dec 2024 21:32:08 -0500 + freedombox (24.24) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 9907d5d12..1814c03df 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.24' +__version__ = '24.25'