Skip to content

v1.3.0

Choose a tag to compare

@monorkin monorkin released this 01 Dec 11:36
· 32 commits to main since this release

Additions

Fixes

  • Fix user impersonation via custom bot token (security fix) by @intrip
  • Fix logout process erroring on localhost by @milos-dukic
  • Fix cable traffic not being served under $SCRIPT_NAME by @kevinmcconnell
  • Fix "Failed to get a ServiceWorkerRegistration" error by @milos-dukic
  • Fix back button not working on profile page after form submission by @dmkondr
  • Fix room instance variable not being set in room direct edit/destroy by @NullFluxKevin
  • Fix Let's Encrypt autosetup instructions by @formigarafa
  • Fix grammar in README by @NateEag
  • Fix typo by @sjdonado

Improvements

Cleanup

New Contributors