diff --git a/debian/changelog b/debian/changelog index 0c5208c96..523bef266 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,100 @@ +freedombox (26.5) unstable; urgency=medium + + [ OwlGale ] + * Translated using Weblate (Russian) + + [ Frederico Gomes ] + * wireguard: Remove client entry for F-Droid which is not available + * wireguard: Update windows client link + * wireguard: Add button for direct APK download + * wireguard: Add entries for Homebrew and RPM packages + * clients: Fix formatting of package row in table + * wireguard: Fix freedombox VPN IP for services + + [ Sunil Mohan Adapa ] + * clients: Fix show empty clients in Desktop section + * apache: Minor improvement to getting the request host + * letsencrypt: Don't perform operations on apps that are not installed + * tests: functional: Drop undefined 'sso' pytest mark + * ui: Simplify SVG app icons for using them inline in HTML + * ui: Use inline SVG images for app icons for dark mode adaptation + * html: Drop type attribute value of text/javascript + * html: Drop trailing slash from void elements + * clients: Use SVG icons when showing external links + * ui: Use inline SVG icons for system and help section page + * ui: Add rest of the icons used from fork-awesome set + * ui: Use inline SVG icons for breadcrumbs + * ui: Use inline SVG icons for app toolbar + * ui: Use inline SVG icons for notification dropdown + * ui: Use inline SVG icons for internal zone message + * names: Use inline SVG icons for main app page + * featherwiki: Use inline SVG icons for app + * tiddlywiki: Use inline SVG icons for app + * wireguard: Use inline SVG icons + * dynamicdns: Use inline SVG icons + * help: Use inline SVG icons + * ui: Use inline SVG icons for port forwarding info + * power: Use inline SVG icons + * pagekite: Use inline SVG icons + * pagekite: Fix issue with adding custom services + * ikiwiki: Use inline SVG icons + * samba: Use inline SVG icons + * miniflux: Use inline SVG icons + * users: Use inline SVG icons + * email: Use inline SVG icons + * help: Use inline SVG icons + * matrixsynapse: Use inline SVG icons + * bepasty: Use inline SVG icons + * calibre: Use inline SVG icons + * kiwix: Use inline SVG icons + * security: Use inline SVG icons + * sharing: Use inline SVG icons + * snapshot: Use inline SVG icons + * diagnostics: Use inline SVG icons + * storage: Use inline SVG icons + * gitweb: Use inline SVG icons + * ui: Use inline SVG icons for tag search + * ui: Use inline SVG icons for clients launch buttons + * networks: Use inline SVG icons + * firstboot: Use inline SVG icons + * ui: Use inline SVG icons for app's service-not-running message + * ui: Use inline SVG icons for app's log page + * ui: Use inline SVG icons for operation waiting notification + * backups: Use inline SVG icons + * ui: Use inline SVG icons for app install page + * ui: Use inline SVG icons for all collapse buttons + * ui: Use inline SVG icons for all spinners + * ui: Use inline SVG icons for all error/warn/info/success messages + * ui: Better placement for dropdown indicator in dropdown button + * ui: Use inline SVG icons for navigation bar at the top + * upgrades: Use inline SVG icons + * ui: Use inline SVG icons for theme switcher menu + * ui: Drop fonts-fork-awesome as dependency + * ui: Rename 'plinth_extras' template tags module to 'extras' + * janus: Drop unused reference to font-awesome + * doc: Reduce verbosity when building documentation + * app: Fix build issue with Django 5.x (Closes: #1131272) + * apache: Increase OpenID Connect RP session timeout activity + * action_utils: Stop associated service when stopping a socket unit + * action_utils: Don't restart web interface when installing an app + + [ Daniel Wiik ] + * Translated using Weblate (Swedish) + + [ Joseph Nuthalapati ] + * container: Add option to skip install + * container: Fix image extension to .raw for systemd v260 + + [ James Valleroy ] + * apache: Use a Uwsgi native socket systemd unit for each app + * locale: Update translation strings + * doc: Fetch latest manual + + [ Ettore Atalan ] + * Translated using Weblate (German) + + -- James Valleroy Mon, 23 Mar 2026 20:25:07 -0400 + freedombox (26.4.2) unstable; urgency=medium [ Jiří Podhorecký ] diff --git a/plinth/__init__.py b/plinth/__init__.py index ee3290e15..00c387ca5 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '26.4.1' +__version__ = '26.5'