diff --git a/debian/changelog b/debian/changelog index c43b7e2c5..52b7e10e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,54 @@ +plinth (20.3) unstable; urgency=medium + + [ Sunil Mohan Adapa ] + * web_framework: Separate out Django settings into module + * doc/dev: Allow all modules to be imported by Sphinx + * notification: Add developer documentation + * doc/dev: Update copyright year + * app: Update style for toggle button + * app: Drop border shadow for app icon in mobile view + * app: cosmetic: Minor refactoring of header styling + * app: Simplify some header styling + * app: cosmetic: Rename a CSS style class in app header + * app: cosmetic: Rename header.html to app-header.html + * app: Show short description as secondary title + * networks: Fix i18n for wizard forms + * networks: Minor changes to router/internet configuration forms + * web_framework: Generate and retain a secret key + * web_framework: Cleanup expired sessions every week + + [ Nektarios Katakis ] + * networks: Add form for internet connection type + * networks: Add network view and url for internet connection help page + * networks: Link internet connection help page with networks page. + * networks: All first step wizard form for internet connection type + * networks: Add first boot step for internet connection type + * networks: Save to kvstore internet connectivity type + * networks: Refactor connections list template + * networks: Show internet connectivity string in main page + + [ Michael Breidenbach ] + * Translated using Weblate (German) + * Translated using Weblate (Swedish) + + [ Dietmar ] + * Translated using Weblate (Italian) + + [ Jaime Marquínez Ferrándiz ] + * Translated using Weblate (Spanish) + + [ Luis A. Arizmendi ] + * Translated using Weblate (Spanish) + + [ Joseph Nuthalapati ] + * shadowsocks: Fix shadowsocks not able to start + + [ James Valleroy ] + * locale: Update translation strings + * doc: Fetch latest manual + + -- James Valleroy Mon, 24 Feb 2020 20:16:12 -0500 + plinth (20.2.1) unstable; urgency=high [ Veiko Aasa ] diff --git a/plinth/__init__.py b/plinth/__init__.py index fa0eb802a..3e6e60614 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -3,4 +3,4 @@ Package init file. """ -__version__ = '20.2.1' +__version__ = '20.3'