·
2 commits
to hotfixes
since this release
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
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