Misago 0.9 has been released. This release brings small improvements to posts appearance, suggestion dropdown when mentioning user in writen post, and few small bugfixes.
Updating instructions
To update Misago from 0.8 to 0.9 use PIP to uninstall old Misago and install new one:
pip uninstall misago
pip install misago
After installing Misago 0.9 from PIP you should run the python manage.py collectstatic
for your site to update your static files to their latest versions.
New features
- 874 - Added mention user suggestion dropdown to post editor.
- 878 - Logged profile detail changes now include "absolute_url" tag that allows quick access to profile's detail tab.
Theme changes
- 883 - Lighted up code blocks.
Bugs fixed
- 879 - Fix js build on case sensitive filesystems.
- 882 - Commit missing moment.js translation file for zh_hans.
Implementation and API changes
none
Documentation changes
- 880 - Documented cron.txt file in setup docs.