diff --git a/debian/changelog b/debian/changelog index 4907273d4..9255e9672 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +freedombox (24.24) unstable; urgency=medium + + [ Burak Yavuz ] + * Translated using Weblate (Turkish) + + [ 大王叫我来巡山 ] + * Translated using Weblate (Chinese (Simplified Han script)) + + [ 109247019824 ] + * Translated using Weblate (Bulgarian) + + [ Besnik Bleta ] + * Translated using Weblate (Albanian) + + [ Sunil Mohan Adapa ] + * networks: Fix editing wireless connections with SSID field + * networks: Fix display of mangled SSIDs when scanning Wi-Fi networks + * networks: Fix display of strength and channel for Wi-Fi connections + * networks: Improve styling of badges in the information tables + * tests: functional: Wait for uninstall page load before uninstalling + * i18n: Fix translation of FreedomBox name in various places + * rssbridge: Mention miniflux in app description similar to tt-rss + * tests: functional: Don't enable/disable app during tests + * tests: functional: Fix visit() returning prematurely before page load + * networks: Overhaul Wi-Fi network scan page + * networks: wifi: In new connection page set form defaults properly + * ui: Drop logo backgrounds for index, apps, and system pages + * ui: Drop box shadow around the card in card lists + * nextcloud: Switch to using FreedomBox container registry + * nextcloud: Drop diagnostic for checking availability of docker.com + + [ Dietmar ] + * Translated using Weblate (German) + + [ Jiří Podhorecký ] + * Translated using Weblate (Czech) + + [ Veiko Aasa ] + * container: Quote arguments that contain spaces when restoring pytest args + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 18 Nov 2024 20:39:56 -0500 + freedombox (24.23) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index f46f597ac..9907d5d12 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '24.23' +__version__ = '24.24'