Skip to content

v3.1.0 — Auto-Updates + Rule Import/Export + History Search

Pre-release
Pre-release

Choose a tag to compare

@Himath-Rajapaksha Himath-Rajapaksha released this 25 Jul 07:05

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

  1. Install v3.0.3 (previous version)
  2. This v3.1.0 release is the first with updater support
  3. The app will check for updates and notify you when available