This release fixes the bug that prevented the JavaScript translations from loading as well as other bug that prevented poll edits. In addition, it further improves Misago's support for touch devices as well as tablet and mobile screen sizes.
This release also bumps required Pillow version to 4 to improve compatibility with Windows 10, but Misago will work with latest Pillow 3 just fine.
Updating instructions
To update Misago from 0.6 Alpha 7 to 0.6 Alpha 8, use PIP to uninstall old Misago and install new one:
pip uninstall misago
pip install misago --pre
New features
- Default Pillow version bumped to 4.0 for better cross-system compatibility. Misago is guaranteed to run on latest 3.x, but apparently that version has issues when installed on Windows 10.
- Prompt user for confirmation before marking category's threads as read.
Theme changes
- Use the pager from threadview on users list.
- Improved posts editor on small displays.
- Fixed breakpoints used by navbar, made full navbar displayed starting with 700px widths.
- Redesigned threads list, removed top-category resolution.
- Improved active posters ranking display on mobile devices.
- Improved way the polls are displayed on tablet and mobile displays.
- Improved post's changelog on mobile devices.
- Improved posts attachments lists appearance on small displays.
- Improved private threads participants list responsiveness for tablets and mobile displays.
- Made youtube videos in posts responsive.
- Empty posts footers will no longer be displayed.
- CSS and icons links have been moved to separate template
misago/head.html
for easier customization. - Small improvements to poll votes and posts likes lists modals markup.
Bugs fixed
- Fixed bug that caused poll edit form to don't appear.
- Fixed JS catalogue view so it loads Misago's
djangojs.mo
file with translated messages for javascript.
Implementation and API changes
none
Documentation changes
- Documented the
MISAGO_JS_CATALOG_PACKAGES
setting.