diff --git a/debian/changelog b/debian/changelog index 139c9ef04..3085ccccd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +freedombox (25.15) unstable; urgency=medium + + [ Coucouf ] + * Translated using Weblate (French) + + [ Sunil Mohan Adapa ] + * views: Implement an API to retrieve the readiness status in JSON + * main: Allow setting development mode from environment + * Run service using systemd even for development + * README: Use the Weblate's language chart widget + * help: Fix serving images from help pages + * matrixsynapse: Clarify how to change domain name in status section + * matrixsynapse: Explain federation and link to testing tool + * matrixsynapse: Explicitly set the trusted key server to matrix.org + * ttrss: Remove app not available in Trixie + + [ Dietmar ] + * Translated using Weblate (German) + * Translated using Weblate (Italian) + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 10 Nov 2025 20:48:49 -0500 + freedombox (25.14) unstable; urgency=medium [ Coucouf ] diff --git a/plinth/__init__.py b/plinth/__init__.py index bd2040870..90dbe316c 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '25.14' +__version__ = '25.15'