From f5e3bd353836efd71c4e2a26c768c1acb628c4b5 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 8 Dec 2025 20:51:47 -0500 Subject: [PATCH] Release v25.17 to unstable --- debian/changelog | 39 +++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 581ffb4c3..0e19e30c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +freedombox (25.17) unstable; urgency=medium + + [ James Valleroy ] + * homeassistant: Fix spelling in tests + * locale: Update translation strings + * doc: Fetch latest manual + + [ OwlGale ] + * Translated using Weblate (Russian) + + [ kosagi ] + * Translated using Weblate (Catalan) + + [ Coucouf ] + * Translated using Weblate (French) + + [ Sunil Mohan Adapa ] + * ui: Implement a toggle menu for setting dark mode + * upgrades: Use bootstrap spinner button instead of custom styling + * ui: Use default button style for tag buttons + * ui: Fix dark theme color for form help text + * ui: Fix dark theme colors for default button style + * ui: Fix dark theme color for disabled form elements + * ui: Dark theme color for tags text in an app card + * ui: Drop colors defined in Bootstrap 5.3 + * ui: Fix dark theme colors for running status indicator + * ui: Minor CSS refactor to use variables + * ui: Fix dark theme color for select-all button + * ui: Fix dark theme colors for app enable/disable toggle button + * privileged: Don't log exception that are expected + + [ Priit Jõerüüt ] + * Translated using Weblate (Estonian) + + [ Joseph Nuthalapati ] + * l10n: Fix python-brace-format error in Estonian + + -- James Valleroy Mon, 08 Dec 2025 20:50:56 -0500 + freedombox (25.16) unstable; urgency=medium [ Burak Yavuz ] diff --git a/plinth/__init__.py b/plinth/__init__.py index a7314c2eb..28e5292be 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.16' +__version__ = '25.17'