Skip to content

Releases: basecamp/once-campfire

v1.4.3

15 Dec 16:17
71ffeee

Choose a tag to compare

Additions

Fixes

  • Messages with mentions rendering as errors sometimes by @monorkin
  • Race condition during initial account creation that allowed two admins to get created by @flavorjones
  • Removing a ban is now properly labeled instead of showing up as "Ban" by @ashwin47
  • Non-admins being unable to change their room involvement by @mphalliday

v1.4.2

03 Dec 07:13
9469202

Choose a tag to compare

Fixed

  • Blind SSRF to link-local IPs via URL unfurling by @jeremy

v1.4.1

02 Dec 10:39
1babf3f

Choose a tag to compare

Fixed

  • Messages with mentions created before Campfire 1.3.0 rendering as missing content by @monorkin

v1.4.0

02 Dec 07:38

Choose a tag to compare

Additions

  • Restrict room creation to only administrators by @dhh & @jzimdars

v1.3.0

01 Dec 11:36

Choose a tag to compare

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