Version 0.9.6

Audexis v0.9.6 introduces a folder-based library view, better file watching, and a more robust database backend — alongside a refreshed website and a handful of bug fixes.

Folder view & library indexing

  • Files are now indexed in a local SQLite database (Only in folder view) for faster browsing in large libraries
  • Full tag fields are stored and fetched from the database, keeping the UI snappy even with thousands of files
  • Migrated the database layer from rusqlite to sqlx for more reliable async query handling

File watcher

  • Added a file watcher that monitors your library folders for changes in real time
  • Handles all file events — moves, renames, additions, and deletions — keeping the library index in sync automatically

UI improvements

  • Added a bottom bar to the main interface for folder view
  • Reverted to a custom context menu for better cross-platform consistency
  • Fixed a bug that caused app to crash when dragging a file into the workspace

Website

  • Improved mobile layout and fixed several styling issues
  • Updated fonts and theme; fixed a flash of incorrect theme on page load
);