New Features
What's New Modal After Updates
After the app auto-updates, you'll now see a What's New modal displaying the release notes for the new version.
- Automatic Detection: Detects when the app version changes and shows release notes
- GitHub Integration: Fetches release notes directly from GitHub Releases
- Markdown Rendering: Displays formatted release notes with headers, lists, and links
- Manual Access: View current release notes anytime from Settings > About > What's New
How It Works
- On app startup, the current version is compared to the last seen version
- If they differ (meaning an update occurred), release notes are fetched from GitHub
- A modal displays the release notes with a "Got it" button to dismiss
- The version is saved so you won't see the same notes again