doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2025-02-24 20:46:23 -05:00
parent 1241c329f9
commit 320e57c42b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 58 additions and 0 deletions

View File

@ -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

View File

@ -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