Releases: tetricky/misago-image
Misago image build for 0.39.1
Misago-image v0.39.0
Misago image build for misago v0.39.0
Misago 0.39 is a feature release, delivering a new plugin system that is much more powerful and easier to work with than the old one. This release also marks a starting point for our effort to remove React.js from Misago's codebase, with the 0.39 release removing a React.js from the categories page, making it fully customizable with Django templates, as it should be.
This release also moves Misago's admin assets build pipeline from Webpack to Vite.
Changelog
misago-image 0.38.1
Misago 0.38.1 is a bugfix release that fixes incorrectly rendered field inputs in the admin.
Misago image build for v0.38
Misago 0.38 is a bugfix release addressing immediate issues found in the Misago 0.37 release:
Changelog
Updates Django LTS version used from from 3.2 to 4.2 which supports Python 3.12.
Replaces django-redis dependency with redis-py.
Changes CACHE backend from 3rd party one to built in django.core.cache.backends.redis.RedisCache.
Removes deprecated USE_L10N from settings.py.
Makes cache for JavaScript translations (django-i18n.js in urls.py) invalidate with Misago version or locale changes.
Removes deprecated debug_toolbar.panels.logging.LoggingPanel.
Replaces development build of admin's JavaScript and CSS files with minified ones.
Fixes admin's JavaScript files to don't break Django's collecstatic.
Fixes crash on 404 error when request is made with AJAX.
Misago 0.37 is a maintenance release that adds context markers to all translation strings in Misago. This is a breaking change, but it resolves the issue with ambiguous translations, where multiple concepts represented with single word in english language had single translate message, making proper translation to language where different words are used impossible.
In addition this release updates Misago to use Python 3.12 and updates its dependencies.
misago-image 0.36.1
Misago image build
misago-image 0.36.0
Misago image build
misago-image 0.35.0
Misago image build
misago-image 0.34.0
Misago image build
misago-image 0.33.0
Misago image build
Misago 0.33 release aims to resolve some issues with the UI and UX.
Changelog
- Content posted by users is now marked as already read by them (rafalp/Misago#1557).
- Added "Go to first post" link to thread's shortcuts menu. This link is not displayed on first page (rafalp/Misago#1555).
- Using bottom paginator on threads list will now reset the scroll and move user to top of the page (rafalp/Misago#1555).
- Replaced waypoint.js library for detection when unread post was read by the user with custom implementation based on Intersection Observer API (rafalp/Misago#1553).
- Added "Admin control panel" link to user menu. This link is only visible to the administrators (rafalp/Misago#1549).
- Further tweaked color scheme for "primary" rank posts (rafalp/Misago#1548).
- Replaced old "Reply" button o posts with "Reply" and "Quote" posts (rafalp/Misago#1546).
- Fixed quote blocks having bigger text than rest of the post (rafalp/Misago#1544).
- Replaced custom database iterators with Django iterators using database cursors (rafalp/Misago#1487).
misago-image v0.32.0
Misago image build
Misago 0.32.0 is a maintenance release addressing some recently reported issues. This release also updates project's default color scheme to use blue instead of purple.
Changelog
- Fixed spoiler "reveal" button being displayed incorrectly when spoiler was in quote. (rafalp/Misago#1521)
- Added confirmation prompt to message editor displayed when user tries to leave page without posting or discarding message. (rafalp/Misago#1519)
- Fixed link to login form in welcome e-mail not opening login form. (rafalp/Misago#1518)
- Fixed categories page sometimes displaying incorrect user avatar and profile link for last poster. (rafalp/Misago#1517)
- Updated posts attachments list to always open attachments in new window. (rafalp/Misago#1515)
- Updated posts list to display "protected" label/message only to moderators and posts owners. (rafalp/Misago#1512)
- Changed theme name on themes list in admin to link to it's assets instead of info. (rafalp/Misago#1508)
- Changed purple in default color scheme to blue. (rafalp/Misago#1506)