Skip to content

v0.11.1

Choose a tag to compare

@titandrive titandrive released this 06 Jul 22:03
· 2 commits to main since this release

Bug Fixes

  • Fix Delete Pattern doing nothing from the edit modal — the pattern would disappear from the UI but return on refresh because the delete API call was being passed a null ID after the modal closed
  • Fix expired sessions never being cleaned up — the cleanExpiredSessions function was defined but never called; it now runs on a daily cron at 3am
  • Fix user deletion crashing when the user owns patterns — the patterns.user_id foreign key was missing ON DELETE CASCADE, causing a constraint violation when deleting any user who had patterns
  • Remove duplicate stripHtml function definition — a stub version was shadowing the full implementation that handles HTML entities

Full Changelog: v0.11.0...v0.11.1