Releases: fastfingertips/mist
Releases · fastfingertips/mist
v0.4.7 - Fix stuck sequential scan
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
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
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
Focus on code organization and UI standardization.
v0.4.3
v0.4.1
feat: add configurable background check interval
v0.4.0
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
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
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
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.
