Release v19.23 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-12-16 18:39:08 -05:00
parent 5a1785c806
commit ada1967755
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 66 additions and 1 deletions

65
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 16 Dec 2019 18:38:46 -0500
plinth (19.22) unstable; urgency=medium
[ Matt Conroy ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '19.22'
__version__ = '19.23'