From 320e57c42b5998a466f0542cf51bec0f48311428 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 24 Feb 2025 20:46:23 -0500 Subject: [PATCH] doc: Fetch latest manual Signed-off-by: James Valleroy --- doc/manual/en/ReleaseNotes.raw.wiki | 29 +++++++++++++++++++++++++++++ doc/manual/es/ReleaseNotes.raw.wiki | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/doc/manual/en/ReleaseNotes.raw.wiki b/doc/manual/en/ReleaseNotes.raw.wiki index 8190feceb..22a0efbd8 100644 --- a/doc/manual/en/ReleaseNotes.raw.wiki +++ b/doc/manual/en/ReleaseNotes.raw.wiki @@ -8,6 +8,35 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 25.4 (2025-02-24) == + +=== Highlights === + + * dynamicdns: Implement adding multiple domains + * names: Allow adding multiple static domain names + +=== Other Changes === + + * container: Fix spelling of 'destroy' + * dynamicdns: Add/remove domains when app is enabled/disabled + * dynamicdns: Handle addition of duplicate domains + * dynamicdns: List domains that have not had status update yet + * dynamicdns: Show specific operations on domains in Names apps + * locale: Update translation for Telugu + * matrixsynapse: tests: Fix adding domain + * names: Add more URLs to the domain type component + * names: Handle addition of duplicate static domains + * names: Retrieve the most important domain in a more generic way + * names: Simplify showing current and available domains + * names: Simplify/clarify domain names types for static/dynamic + * names: Sort domains by priority of their domain types + * names: Specify priority order among domain types + * names: Use hostnamectl instead of socket API get the current hostname + * names: domain type: Minor refactor + * pyproject: Ignore missing types for numpy (needed by pytest) + * upgrades: Drop unattended-upgrade call from dist-upgrade + * upgrades: Inhibit shutdown during dist-upgrade + == FreedomBox 25.3.1 (2025-02-15) == * email: fix fresh installation issue diff --git a/doc/manual/es/ReleaseNotes.raw.wiki b/doc/manual/es/ReleaseNotes.raw.wiki index 8190feceb..22a0efbd8 100644 --- a/doc/manual/es/ReleaseNotes.raw.wiki +++ b/doc/manual/es/ReleaseNotes.raw.wiki @@ -8,6 +8,35 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 25.4 (2025-02-24) == + +=== Highlights === + + * dynamicdns: Implement adding multiple domains + * names: Allow adding multiple static domain names + +=== Other Changes === + + * container: Fix spelling of 'destroy' + * dynamicdns: Add/remove domains when app is enabled/disabled + * dynamicdns: Handle addition of duplicate domains + * dynamicdns: List domains that have not had status update yet + * dynamicdns: Show specific operations on domains in Names apps + * locale: Update translation for Telugu + * matrixsynapse: tests: Fix adding domain + * names: Add more URLs to the domain type component + * names: Handle addition of duplicate static domains + * names: Retrieve the most important domain in a more generic way + * names: Simplify showing current and available domains + * names: Simplify/clarify domain names types for static/dynamic + * names: Sort domains by priority of their domain types + * names: Specify priority order among domain types + * names: Use hostnamectl instead of socket API get the current hostname + * names: domain type: Minor refactor + * pyproject: Ignore missing types for numpy (needed by pytest) + * upgrades: Drop unattended-upgrade call from dist-upgrade + * upgrades: Inhibit shutdown during dist-upgrade + == FreedomBox 25.3.1 (2025-02-15) == * email: fix fresh installation issue