v3.1.0 — Auto-Updates + Rule Import/Export + History Search
Pre-release
Pre-release
What's New
Phase 1: Rule Import/Export + History Search & Filtering
- Rule Import/Export: Export rules as JSON, import with conflict resolution dialog
- History Search: Search by filename substring (server-side, searches full database)
- History Filters: Filter by operation type (move/copy/rename/delete) and date range
- 17 tests passing (import validation + search/filter + round-trip diff)
Phase 2: Auto-Updates
- Built-in update checker using tauri-plugin-updater
- Checks for updates on app start + every 60 minutes
- Toast notification with version, release notes, and install button
- Signed update artifacts for security verification
Bug Fixes
- Journal initialization race condition on Windows (retry mechanism)
Testing the Updater
- Install v3.0.3 (previous version)
- This v3.1.0 release is the first with updater support
- The app will check for updates and notify you when available