---
* added themes support (https://github.com/sigsergv/pyrone/issues/1)
* new themes
* files in the storage could be overwritten now
* minor fixes in HTML templates code
* code cleanup (deleted outdated files, updated sample configs)
Upgrade notes
~~~~~~~~~~~~~
You must execute database initialization script after upgrade, for example:
$ cd /home/blog/pyrone3-blog
$ source env/bin/activate
$ pyronedbinit --sample-data --sample-data-file=env/share/pyrone/sample-data.json production.ini
Or in the development version:
$ python -m pyrone.scripts.pyronedbinit --sample-data development.ini