This release brings bugfixes to UI implementation and posted links handling as well as improves mobile UI on threads list and thread pages.
Updating instructions
To update Misago from 0.6 Alpha 4 to 0.6 Alpha 5, use PIP to uninstall old Misago and install new one:
pip uninstall misago
pip install misago --pre
New features
- 750 - improved the way posts are displayed on small displays in thread views, user profiles and search results.
- 753 - improved responsiveness of toolbars on threads list and threadviews.
Bugs fixed
- 754 - protocol-less outgoing urls are prepended with 'http://' to make sure they correctly point outside of the site.
[url]
BBCode implementation was fixed.
Implementation and API changes
- 749 - dropped custom importers for sake of django's
import_string
utility.
Documentation changes
none