Skip to content

Releases: fastfingertips/mist

v0.4.7 - Fix stuck sequential scan

18 Jan 06:43

Choose a tag to compare

Changes

  • Fixed issues where sequential scans would get stuck in UI.
  • Improved code structure and modularity.
  • Fixed various linting warnings and nesting issues.
  • Updated to latest dependencies.

v0.4.6

17 Jan 11:49

Choose a tag to compare

feat(ux): implement drag and drop with visual feedback and duplicate protection

  • bump version to v0.4.6
  • add drag and drop support for folders with blur overlay and status info
  • implement duplicate folder detection for adds and edits with user notifications
  • add backend commands for path validation and folder name extraction
  • fix TypeScript build issues and optimize hook dependencies
  • improve user feedback with consistent notification colors and icons

v0.4.5

17 Jan 10:42

Choose a tag to compare

feat(notifications): implement interactive windows toasts and emoji removal

  • bump version to v0.4.5
  • replace tauri-plugin-notification with winrt-toast for native windows support
  • add 'Open Folder' and 'Mute Notifications' actions to desktop notifications
  • refactor UI state management to preserve scan progress during monitor updates
  • remove all emojis from notification strings and codebase
  • fix scrollbar visibility and colors for light mode
  • optimize backend commands to support ID-based monitor updates from notifications

v0.4.4 - Centralization & UI Polish

17 Jan 07:17

Choose a tag to compare

Focus on code organization and UI standardization.

v0.4.3

16 Jan 12:11

Choose a tag to compare

This release introduces a Modular backend, UI/UX polish, and enhanced spacing alignment in the monitor table.

Mist Screenshot

v0.4.1

15 Jan 20:15

Choose a tag to compare

feat: add configurable background check interval

v0.4.0

12 Jan 03:26

Choose a tag to compare

v0.4.0 - UI Polish and Theming

Features

  • Dynamic Theming: Integration with Windows accent color for a native feel.
  • Glassmorphism UI: Modern transparent backgrounds with Mica effects.
  • Improved Monitor Table: Added dynamic scroll hints and location tracking counts.
  • About Footer: New footer area with version info and GitHub links.

Refactoring & Bug Fixes

  • Centralized folder scanning logic in Rust backend.
  • Unified folder browsing and byte formatting utilities.
  • Fixed duplicate table header text issues.
  • Fixed refresh button animations.
  • Removed hardcoded colors in favor of theme variables.

v0.3.2 - Quick Toggle Switch

12 Jan 00:07

Choose a tag to compare

Features

  • Quick Toggle Switch: Added an 'Enabled' switch column to the monitor table. You can now enable/disable monitors directly from the list without opening the edit menu.
  • Improved UX: Enabled switch triggers auto-scan when turned on.
  • Visuals: Added pointer cursor to the switch for better interactivity.

v0.3.1 - UI Polish

11 Jan 23:41

Choose a tag to compare

Fixes & Improvements

  • Visual Indication for Disabled Monitors: Disabled monitors in the list are now dimmed (grayscale) and display a 'Ban' icon instead of a checkmark, making it instantly clear which paths are not being scanned.
  • Minor UI improvements.

v0.3.0 - Streaming Scans & Per-Monitor Depth

11 Jan 23:23

Choose a tag to compare

New Features

  • Streaming Scans: Real-time updates for file count and size during scanning.
  • Per-Monitor Scan Depth: Set a maximum scan depth for individual monitors to optimize performance.
  • Enabled Toggle: Easily enable or disable specific monitors from the edit settings.
  • Improved UI: Monitor table now displays file counts and a badge for scan depth limits.

Improvements

  • General refactoring and cleanups.