Changelog
0.4.0 (2025-04-23)
Legato now seamlessly integrates with your workflow through background operation capabilities. You can minimize the app to your system tray while scheduled scans run automatically based on customizable cron expressions, and optionally have Legato start automatically at login.
The interface has been refreshed with a reorganized settings panel, updated icons, and smoother visuals throughout the application.
Features
- Added auto-start functionality for application launch at login (1b6c5f9)
- Added background scan scheduling and UI integration (0c1564e)
- Added minimize to tray functionality (9109aac)
- Added scan cancellation and quit confirmation logic (f04249d)
- Added start minimized to tray functionality (d375b45)
- projectScanner: Notify main window on scan completion or error (85b925a)
- settings: Improved settings UI layout and organization for better user experience (adfbcc9)
- tray: Added notification for ongoing project scans when restoring window (2627351)
Bug Fixes
- Correct typo in TO_DO progress color class (6457940)
- Prevent UI flashing during initial load (29a10fb)
- settings:
autoStart
not being initialized (3e339af)
0.3.0 (2024-12-17)
Features
- Added column visibility toggle (1a0e74f)
- Added table state persistence for sorting, page size, and displayed columns (5794023)
- project: Added new project progress states and color coding (a7b1906)
- Return to first page when changing filter (03cd354)
- ui: Added skeleton during table load (7886d37)
Bug Fixes
- tsc: Resolve Typescript errors (d80a8bb)
- ui: Adjust margin for header badges (c3c6ead)
- ui: Update project saving logic to use accessorKey for column updates (8d3d6fb)
0.2.0 (2024-03-19)
Features
- Add DAW field to project details (#44) (fa3ffe8)
- Add functionality to automatically detect and set audio file in project processing. (#46) (56e970c)
- Add warning toast for IPC warning event (ff31dc6)
- ProjectsTable: Added better text filtering functionality (#45) (b7f0faa)