Homeio v1.5.30
v1.5.30 moves the v1.5 productivity roadmap forward with major upgrades to file management, notifications, scheduled tasks, and desktop customization. It also
begins landing storage expansion work with USB device support and early Google Drive integration.
What’s new
Productivity and file management
- Improved the file manager with unsaved-changes tracking and editor UX refinements.
- Expanded storage workflows with integrated USB storage management dialogs.
- Added early Google Drive integration to the file manager, including related state and dialog handling.
Notifications and automation
- Added a persistent notifications system with CRUD operations and real-time updates.
- Introduced scheduled tasks management for recurring automation.
- Improved the scheduled tasks API with stronger authentication, better error handling, and support for script-based tasks.
Desktop and UI improvements
- Refined the desktop shell and command palette experience.
- Added appearance settings API support with related schema and hook updates.
- Enhanced desktop appearance and system monitor components.
- Improved accessibility in the app logs dialog with a proper dialog title.
Reliability and backend improvements
- Added and hardened database schema and migration support for notifications and scheduled tasks.
- Improved SQL migrations with safer IF NOT EXISTS handling and cleaner migration flow.
- Reduced database-unavailable retry backoff from 60 seconds to 5 seconds.
- Improved container log streaming by including container names in log stream URLs.
- Fixed git tracking for the logs route and corrected the related .gitignore behavior.
- Removed telemetry-related functionality and cleanup code.
Testing and maintenance
- Updated Dock tests for button styles and running indicators.
- Fixed configuration issues including a duplicate import and schemaFilter handling.
Roadmap status
This release aligns closely with the active v1.5 roadmap in ROADMAP.md:
- Monaco-style file editing improvements: in progress and shipping incrementally
- Notification system: landed
- Scheduled tasks: landed
- USB drive support: in progress
- Google Drive integration: started ahead of the v1.6 roadmap target