v2.0.5

Smoother Updates

Quality-of-life improvements to the auto-update experience on macOS.

Fixes

  • Fixed an issue where "Install Update" on macOS wouldn't actually quit and relaunch the app - you had to manually restart.

  • The download progress bar now appears immediately when you click "Download Update," instead of after a delay.

Improvements

  • Removed committed Terraform plan files and sanitized test key placeholders for better repository security hygiene.

v2.0.4

Multi-Account Safety

Per-account database isolation so switching accounts never leaks data.

New

  • Per-Account Databases: Each signed-in account now gets its own isolated local database. Switching accounts, or using staging vs. production, no longer risks mixing sessions, preferences, or transcripts.

Fixes

  • Resolved edge cases where logging out and back in with a different account could surface the previous user's sessions.

v2.0.3

User-Controlled Update

A redesigned update experience that puts you in control - no more surprise restarts.

New

  • Update Banner: A non-intrusive banner appears when a new version is available. You choose when to download and when to install - Raven never interrupts your session.

Fixes

  • Fixed release artifacts not being copied to the /latest/ path on S3, which could cause the update checker to miss new versions.

  • Fixed a version mismatch where the app reported an older version number than the actual release.

v2.0.2

macOS Auto-Update Fix

A quick patch to make auto-updates actually work on macOS.

Fixes

  • Added the .zip build target for macOS - electron-updater requires it alongside the .dmg for auto-updates to function. Without it, the app would detect an update but fail to install it.