github titandrive/yarnl v0.11.1

latest releases: v0.11.3, v0.11.2
one month ago

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

Don't miss a new yarnl release

NewReleases is sending notifications on new releases.