Skip to content

Release Notes

0.1.0-beta.3 (2026-05-11)

New Features

  • Add "Anaglyph" accessibility mode (pull 16)

Fixes

  • Fix for unsaved changes dialog (pull 9)
  • Resolved missing Timezone for timestamps in SQLLite (pull 15)

Chore

  • Updated frontend dependencies (pull 8)
  • vue-router: 4.6.4 → 5.0.6
  • types/node: 24.12.2 → 25.0.6
  • vue/tsconfig: 0.8.1 → 0.9.1
  • vite: 7.3.2 → 8.0.10
  • marked: 17.0.6 → 18.0.3
  • Updated frontend dependencies (pull 13)
  • TypeScript 5.9.3 → 6.0.3
  • Lucide Vue next → @lucide/vue 1.14.0
  • Zod 3.25.76 → 4.4.3
  • Removed old frontend type and zod schema generators. Replaced with hey-api (pull 13)

0.1.0-beta.2 (2026-05-04)

New Features

  • Add warning dialog for unsaved changes when leaving an activity
  • Add autocomplete for the key and value fields of asset properties (frontend only - no API endpoint)
  • Add support for a welcome message banner on login via a backend environment variable
  • Add dynamic software version through Git actions via tags or latest builds

Fixes

  • Improved blue and spectator read-only behavior (disabled buttons are replaced with labels)
  • Improved markdown edit and preview layout (tabs instead of toggle)

0.1.0-beta.1 (2026-05-01)

New Features

  • Public beta release of RAPTR

Fixes

  • Implemented fixes after alpha tests

0.1.0-alpha.1 (2026-03-02)

New Features

  • Initial release of RAPTR 🚀

Fixes

  • Many to come