Skip to content

2026.03.24

Latest

Choose a tag to compare

@smgdkngt smgdkngt released this 24 Mar 08:11
· 4 commits to main since this release
3f80d11

What's new

  • Read-only calendar detection — calendars that reject writes (e.g. shared iCloud calendars) are automatically detected during sync and excluded from event creation. Shown with a "Read-only" badge in account settings.
  • Fix signup on ONCE/localhost — session cookies were marked secure: true in production even with DISABLE_SSL, blocking signup over plain HTTP. Now matches the Campfire convention.

Security

  • Bump actionpack 8.1.2 → 8.1.2.1

Other changes

  • Fix docs tool description (not "real-time collaborative editing")
  • More screenshots in marketing site hero carousel (15 total)
  • ONCE branding (all caps) throughout README and code comments
  • Dependency updates: bcrypt, json, kamal, solid_queue, sqlite3, webmock
  • GitHub Actions updates: build-push-action, login-action, metadata-action, setup-buildx-action, attest-build-provenance, upload-pages-artifact