From ada1967755a804a292050a0eaffadd3dc217cf1e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 16 Dec 2019 18:39:08 -0500 Subject: [PATCH] Release v19.23 to unstable Signed-off-by: James Valleroy --- debian/changelog | 65 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 66 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e259adaae..1bf2830c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,68 @@ +plinth (19.23) unstable; urgency=medium + + [ Thomas Vincent ] + * Translated using Weblate (French) + * Translated using Weblate (French) + + [ Fred ] + * Translated using Weblate (French) + + [ Alice Kile ] + * show app icons in apps page + * use single variable for referencing icon filename + * fix formatting issues + * fix formatting and template-related issues + * properly implement header in app and setup pages + * implement responsive layout for app page + * fix toggle button html layout and responsive design css + * config: fix minor syntax error + * fix: implement requested changes + + [ James Valleroy ] + * themes: css whitespace minor fixes + * samba: Add icon to app page + * minidlna: Add managed service and Daemon component + * minidlna: Use single action to set media dir and restart + * minidlna: Show icon on app page + * minidlna: Fix webserver config name + * minidlna: Only show shortcut to users in group + * mumble: Keep icon_filename in moved view + * cockpit: Filter out localhost URLs from displayed access list + * users: Use service action to restart share group service + * locale: Update translation strings + * doc: Fetch latest manual + + [ Veiko Aasa ] + * samba: recursively set open share directory permissions + * users: Fix functional tests changing the language feature + * app: Fix app checkbox status change functional tests + * storage: Directory selection form and validator + * transmission: New directory selection form + + [ Nektarios Katakis ] + * feature: minidlna app + * fix: minidlna.conf file permissions after editing + * update minidlna svg + * run sysctl after installation + * mumble: Add option to set SuperUser password + * cockpit: extend apps description with access info + * cockpit: add list of valid urls to access the app. + + [ /rgb ] + * Translated using Weblate (German) + * Translated using Weblate (German) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ adaragao ] + * Translated using Weblate (Portuguese) + + [ Michael Breidenbach ] + * Translated using Weblate (Swedish) + + -- James Valleroy Mon, 16 Dec 2019 18:38:46 -0500 + plinth (19.22) unstable; urgency=medium [ Matt Conroy ] diff --git a/plinth/__init__.py b/plinth/__init__.py index d58f4b90a..3660ce13f 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.22' +__version__ = '19.23'