diff --git a/debian/changelog b/debian/changelog index cc17de6dc..934deda5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +plinth (19.9) experimental; urgency=medium + + [ Danny Haidar ] + * Added translation using Weblate (Bulgarian) + + [ Sunil Mohan Adapa ] + * menu: Remove unused template submenu.html + * menu: Removed unused templates, methods and properties + * Introduce component architecture and menu component + * Turn frontpage shortcut into an app component + + [ James Valleroy ] + * config: Update migration to use app id + * searx: Update to use shortcut component + * config: Add option to show advanced apps + * monkeysphere: Hide by default + * locale: Update translation strings + * doc: Fetch latest manual + + [ Joseph Nuthalapati ] + * searx: Add option to allow public access to the application + * searx: Preserve public_access setting + * searx: Improve functional tests + + [ Mesut Akcan ] + * Translated using Weblate (Turkish) + + [ Allan Nordhøy ] + * Translated using Weblate (Norwegian Bokmål) + + -- James Valleroy Mon, 10 Jun 2019 19:18:52 -0400 + plinth (19.8) experimental; urgency=medium [ Pavel Borecki ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 3a70dec62..b722bd5d4 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '19.8' +__version__ = '19.9'