Skip to content

Releases: rafalp/Misago

0.36.1

28 May 12:53
Compare
Choose a tag to compare

Changelog

  • Fixed handling of underscore in usernames (#1625)
  • Increased avatars on threads list to 30px (#1624)
  • Updated translations (#1626)

0.36.0

25 May 20:32
b079b63
Compare
Choose a tag to compare

Misago 0.36 is a maintenance release focused on fixing bugs and improving user experience in some areas.

Changelog

  • Add last pages links to threads list (#1617)
  • Fix google search console verification (#1615)
  • Fix 0 minutes ago and 0 hours ago timestamps (#1611)
  • Redesign thread paginator (#1607)
  • Threads list UX improvements (#1602)
  • Auto-open login modal when it contains modal=login query string (#1604)
  • Add retry to notifications tasks on known exceptions (#1601)
  • Sync translations with transifex (#1619)

0.35.0

20 May 17:33
42a8492
Compare
Choose a tag to compare

Misago 0.35 is a feature release focused on adding notifications framework to Misago.

Changelog

  • Notifications (#1536)
  • Redesign forum navbar (#1536)
  • Exclude events from active posters ranking (#1587)
  • Synchronize translations with Transifex (#1597)
  • Move INSTALLED_APPS setting's value from sites settings.py to misago/settings.py (#1596)
  • Move context_processors setting's value from sites settings.py to misago/settings.py (#1598)

0.34.0

29 Apr 09:40
Compare
Choose a tag to compare

Misago 0.34 is a maintenance release correcting selected issues.

Poll forms fixes

"Add" and "Remove" option buttons have been fixed. It is now possible to add and remove items from polls.

"Edit" button on poll results screen was fixed and opens poll edit form.

Poll form now ignores empty poll choices on submission. Your members no longer have to remove those manually to post polls.

Editor improvements

Editor's "insert link" and "insert image" options used to perform strict checks while validating entered links. Those checks prevented valid links from being inserted in posts.

Those checks have been replaced with new, loose ones.

Changelog

  • Fix next and last buttons on admin paginator (#1568)
  • Make link check in editor lenient (#1564)
  • Fix poll form (#1563)

0.33.0

08 Apr 13:03
Compare
Choose a tag to compare

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 (#1557).
  • Added "Go to first post" link to thread's shortcuts menu. This link is not displayed on first page (#1555).
  • Using bottom paginator on threads list will now reset the scroll and move user to top of the page (#1555).
  • Replaced waypoint.js library for detection when unread post was read by the user with custom implementation based on Intersection Observer API (#1553).
  • Added "Admin control panel" link to user menu. This link is only visible to the administrators (#1549).
  • Further tweaked color scheme for "primary" rank posts (#1548).
  • Replaced old "Reply" button o posts with "Reply" and "Quote" posts (#1546).
  • Fixed quote blocks having bigger text than rest of the post (#1544).
  • Replaced custom database iterators with Django iterators using database cursors (#1487).

0.33.0.dev1

05 Apr 20:04
Compare
Choose a tag to compare
0.33.0.dev1 Pre-release
Pre-release

Development preview for 0.33 release.

0.32.0

29 Mar 17:39
926aa83
Compare
Choose a tag to compare

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. (#1521)
  • Added confirmation prompt to message editor displayed when user tries to leave page without posting or discarding message. (#1519)
  • Fixed link to login form in welcome e-mail not opening login form. (#1518)
  • Fixed categories page sometimes displaying incorrect user avatar and profile link for last poster. (#1517)
  • Updated posts attachments list to always open attachments in new window. (#1515)
  • Updated posts list to display "protected" label/message only to moderators and posts owners. (#1512)
  • Changed theme name on themes list in admin to link to it's assets instead of info. (#1508)
  • Changed purple in default color scheme to blue. (#1506)

Misago 0.31.1

25 Mar 00:32
dce5ecb
Compare
Choose a tag to compare

This release re-adds images that were mistakenly removed from Misago in 0.30 release.

Misago 0.31

24 Mar 20:01
2a1f28b
Compare
Choose a tag to compare

Misago 0.31 is a maintenance release addressing broken preview function in new message editor that was introduced in 0.30 release.

This release also updates quotes solor scheme, changing their color from orange into more commonly used and neutral blue.

0.31.0.dev1

21 Mar 21:15
fdbd454
Compare
Choose a tag to compare
0.31.0.dev1 Pre-release
Pre-release

First development preview release for Misago 0.31, including editor fixes.