diff --git a/debian/changelog b/debian/changelog index 169595120..dccc5a77e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,99 @@ +plinth (0.32.0) unstable; urgency=medium + + [ Allan Nordhøy ] + * Translated using Weblate (Norsk bokmål) + + [ Pavel Borecki ] + * Translated using Weblate (Čeština) + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ Igor ] + * Translated using Weblate (Русский) + + [ Gayathri Das ] + * Translated using Weblate (Hindi) + + [ Hemanth Kumar Veeranki ] + * Hide mediawiki frontpage shortcut when private mode is enabled + * Translated using Weblate (Telugu) + * Enable image uploads in mediawiki at startup + + [ Sciumedanglisc ] + * Translated using Weblate (Italian) + + [ ikmaak ] + * Translated using Weblate (Dutch) + + [ Michael Pimmer ] + * Use djangos url reverse mechanism instead of hardcoding urls + * Add ./run --develop option to use relative config/file paths + * Add documentation for the './run --develop' option + * Adapt test and documentation to changes of '--develop' option + * Adapt .md files to four spaces for correct lists + * Merge ./run --debug into --develop option + * Remove unused imports and variables + + [ Sunil Mohan Adapa ] + * yapf and isort fixes + * Fix client info table size and flickering + * Resize all main content + * Remove unnecessary submenu override in 403.html + * help: Show cards in the index page + * snapshot: Remove unnecessary column sizing + * users: Remove unnecessary column sizing + * networks: Center align connection information + * networks: Remove unnecessary column sizing + * pagekite: Convert a two column page to one column + * pagekite: Remove unnecessary column sizing + * letsencrpt: Remove unnecessary column sizing + * monkeysphere: Remove unnecessary column sizing + * names: Remove unnecessary column sizing + * sso: Adjust size of login form + * storage: Remove unnecessary column sizing + * tor: Increase the size of the status tables + * help: Center the FreedomBox logo on about page + * help: Remove the duplicate index URL and menu item + * firewall: Resize the info table to full width + * Increase language selection form to full width + * first_setup: Remove unnecessary content sizing + * first_boot: Remove unnecessary content sizing + * diagnostics: Remove unnecessary content sizing + * frontpage: Fix card sizing + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ Joseph Nuthalapati ] + * Translated using Weblate (Telugu) + * mediawiki: Make private mode and public registrations mutually exclusive + * mediawiki: Image uploads: improve logic and add functional tests + * first-setup: Automatically expand root partition + + [ kotibannu541 ] + * Translated using Weblate (Telugu) + + [ Nikhil Sankesa ] + * Translated using Weblate (Telugu) + + [ Nikhil501 ] + * Translated using Weblate (Telugu) + + [ Sandeepbasva ] + * Translated using Weblate (Telugu) + + [ James Valleroy ] + * mediawiki: Untabify template + + [ Doma Gergő ] + * Translated using Weblate (Hungarian) + + [ Manish Tripathy ] + * Apply new card based design + + -- James Valleroy Mon, 18 Jun 2018 20:36:30 -0400 + plinth (0.31.0) unstable; urgency=medium [ Pavel Borecki ] diff --git a/plinth/__init__.py b/plinth/__init__.py index d4de9f1b7..fa5f58086 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.31.0' +__version__ = '0.32.0'