Skip to content

0.33.0

Compare
Choose a tag to compare
@rafalp rafalp released this 08 Apr 13:03

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).