Skip to content

v2026.05.28

Latest

Choose a tag to compare

@marcellamaki marcellamaki released this 28 May 21:06
· 2 commits to hotfixes since this release
30a0bf1

What's Changed

High level overview

This patch release includes several rich text editor fixes — dropdown behavior, autofocus when opening answer/hint editors, and linebreak rendering in Perseus — along with a security improvement in HTTP error responses and a double-scrollbar fix in Settings. Administrators can now filter users by Kolibri usage signals and export the results as a CSV.

Added

  • Add Kolibri-usage filters and CSV export to admin Users page by @rtibbles in #5922

Changed

  • Update content integration guide link in welcome_new_user_email template by @rtibbles in #5911
  • ci: bump pnpm/action-setup to v6.0.8 (hotfixes backport) by @akolson in #5941

Fixed

  • fix(security): replace str(e) and user-input echoes in HTTP responses with static messages by @rtibblesbot in #5918
  • Close RTE dropdowns on mousedown instead of click by @akolson in #5926
  • Removes double scrollbar in Settings > Storage by @akolson in #5920
  • Autofocus RTE when answer/hint editor opens by @akolson in #5921
  • update how linebreaks are saved so they render properly in perseus by @marcellamaki in #5904

Full Changelog: v2026.05.14...v2026.05.28