Release v0.32.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-06-18 20:37:47 -04:00
parent f20d079ac5
commit bf03aab5d9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 97 additions and 1 deletions

96
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 18 Jun 2018 20:36:30 -0400
plinth (0.31.0) unstable; urgency=medium
[ Pavel Borecki ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '0.31.0'
__version__ = '0.32.0'