From 2a165e422a041d398b5300585e67e9da5671bb01 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 30 Dec 2024 20:35:37 -0500 Subject: [PATCH] doc: Fetch latest manual Signed-off-by: James Valleroy --- doc/manual/en/Download.raw.wiki | 2 +- doc/manual/en/ReleaseNotes.raw.wiki | 61 +++++++++++++++++++++++++++++ doc/manual/es/ReleaseNotes.raw.wiki | 61 +++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 1 deletion(-) diff --git a/doc/manual/en/Download.raw.wiki b/doc/manual/en/Download.raw.wiki index ac9b80379..f6902c47d 100644 --- a/doc/manual/en/Download.raw.wiki +++ b/doc/manual/en/Download.raw.wiki @@ -82,7 +82,7 @@ sub rsa4096 2022-03-09 [E] }}} * Finally, verify your downloaded image with its signature file `.sig`. For example: {{{ -$ $ gpg --verify freedombox-bookworm_all-amd64.img.xz.sig +$ gpg --verify freedombox-bookworm_all-amd64.img.xz.sig gpg: assuming signed data in 'freedombox-bookworm_all-amd64.img.xz' gpg: Signature made Wed 14 Jun 2023 03:22:04 PM PDT gpg: using RSA key D4B069124FCF43AA1FCD7FBC2ACFC1E15AF82D8C diff --git a/doc/manual/en/ReleaseNotes.raw.wiki b/doc/manual/en/ReleaseNotes.raw.wiki index 3f68dea08..600581787 100644 --- a/doc/manual/en/ReleaseNotes.raw.wiki +++ b/doc/manual/en/ReleaseNotes.raw.wiki @@ -8,6 +8,67 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 24.26 (2024-12-30) == + +=== Highlights === + + * apps: Replace short description with tags in apps list + * ui: Show breadcrumbs on deeper pages + * ui: Handle and show most page load errors as alerts + +=== Other Changes === + + * actions: Allow privileged methods to be decorated again + * backups: Fix issue clicking on schedule buttons with Bootstrap 5 + * backups: Fix issue with verifying SSH hosts with RSA key + * backups: Fix issue with verifying remote server identity + * backups: Format better when showing archive time delete page + * backups: Handle common errors during borg operations + * backups: Parse borg errors from all operations and not just some + * backups: Remove unused import contextlib + * backups: Require POST method for mount/unmount operations + * backups: Use ISO timestamp for auto-naming archives + * backups: tests: functional: Wait for pages to load after click + * container: Add support for VMs using libvirt + * container: Generalize language in output messages for VMs + * container: Minor refactoring to reduce repeated code + * container: Refactor nspawn specific operations into a separate class + * container: Update FSID inside the image file to keep it bootable + * context_processors: Use breadcrumbs to highlight current section + * debian: Remove dependency libjs-jquery + * diagnostics: Use generic handler to handle exceptions in diagnostics + * frontpage: Replace short description with tags + * locale: Update translations for Albanian, Bulgarian, Chinese (Simplified Han script), Czech, German, Tamil, Telugu, Turkish + * Makefile: Add i2p to list of apps to remove + * mediawiki: tests: functional: Use click function from functional libary + * menu: Ensure that all menu items have names for use by breadcrumbs + * menu: Implement a helper method to lookup menu items using URL name + * middleware: Handle method not allowed errors and redirect + * middleware: Handle page not found errors specially + * minetest: Provide default gameid argument + * miniflux: tests: functional: Use helper functions from functional libary + * networks: Fix error during creation of PPPoE connections + * samba: tests: functional: Wait for page update after enable/disable share + * sharing: tests: functional: Use click function from functional libary + * system: Add tags to all remaining apps + * tags: Add button to clear all tags + * tags: Add tags to system apps + * tags: Remove short description from system apps + * tags: Replace short description with tags in app pages + * tests: functional: Add utility to click element wait for page update + * tests: functional: Fix typos in diagnostics checks + * tests: functional: Make first wizard run more robust + * tor, torproxy: Fix daemon services are running after reboot when app is disabled + * torproxy: Don't disable apt-transport-tor in setup + * ui: Don't show breadcrumbs in login and first wizard pages + * ui: Fix regression with margin above app title + * ui: Replace use of jQuery with plain !JavaScript + * users: Restart nslcd service after configuration changes during setup + * users: tests: functional: Use click function from functional libary + * views: Implement retrieving breadcrumbs of a page + * views: Show exception details with the utility to show errors + * zoph: Include tags from the manifest + == FreedomBox 24.25 (2024-12-16) == === Highlights === diff --git a/doc/manual/es/ReleaseNotes.raw.wiki b/doc/manual/es/ReleaseNotes.raw.wiki index 3f68dea08..600581787 100644 --- a/doc/manual/es/ReleaseNotes.raw.wiki +++ b/doc/manual/es/ReleaseNotes.raw.wiki @@ -8,6 +8,67 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 24.26 (2024-12-30) == + +=== Highlights === + + * apps: Replace short description with tags in apps list + * ui: Show breadcrumbs on deeper pages + * ui: Handle and show most page load errors as alerts + +=== Other Changes === + + * actions: Allow privileged methods to be decorated again + * backups: Fix issue clicking on schedule buttons with Bootstrap 5 + * backups: Fix issue with verifying SSH hosts with RSA key + * backups: Fix issue with verifying remote server identity + * backups: Format better when showing archive time delete page + * backups: Handle common errors during borg operations + * backups: Parse borg errors from all operations and not just some + * backups: Remove unused import contextlib + * backups: Require POST method for mount/unmount operations + * backups: Use ISO timestamp for auto-naming archives + * backups: tests: functional: Wait for pages to load after click + * container: Add support for VMs using libvirt + * container: Generalize language in output messages for VMs + * container: Minor refactoring to reduce repeated code + * container: Refactor nspawn specific operations into a separate class + * container: Update FSID inside the image file to keep it bootable + * context_processors: Use breadcrumbs to highlight current section + * debian: Remove dependency libjs-jquery + * diagnostics: Use generic handler to handle exceptions in diagnostics + * frontpage: Replace short description with tags + * locale: Update translations for Albanian, Bulgarian, Chinese (Simplified Han script), Czech, German, Tamil, Telugu, Turkish + * Makefile: Add i2p to list of apps to remove + * mediawiki: tests: functional: Use click function from functional libary + * menu: Ensure that all menu items have names for use by breadcrumbs + * menu: Implement a helper method to lookup menu items using URL name + * middleware: Handle method not allowed errors and redirect + * middleware: Handle page not found errors specially + * minetest: Provide default gameid argument + * miniflux: tests: functional: Use helper functions from functional libary + * networks: Fix error during creation of PPPoE connections + * samba: tests: functional: Wait for page update after enable/disable share + * sharing: tests: functional: Use click function from functional libary + * system: Add tags to all remaining apps + * tags: Add button to clear all tags + * tags: Add tags to system apps + * tags: Remove short description from system apps + * tags: Replace short description with tags in app pages + * tests: functional: Add utility to click element wait for page update + * tests: functional: Fix typos in diagnostics checks + * tests: functional: Make first wizard run more robust + * tor, torproxy: Fix daemon services are running after reboot when app is disabled + * torproxy: Don't disable apt-transport-tor in setup + * ui: Don't show breadcrumbs in login and first wizard pages + * ui: Fix regression with margin above app title + * ui: Replace use of jQuery with plain !JavaScript + * users: Restart nslcd service after configuration changes during setup + * users: tests: functional: Use click function from functional libary + * views: Implement retrieving breadcrumbs of a page + * views: Show exception details with the utility to show errors + * zoph: Include tags from the manifest + == FreedomBox 24.25 (2024-12-16) == === Highlights ===