Launcher App
Changelog
Changelog
All notable changes to the Launcher App are documented here.
[Unreleased]
Added
- Documentation site integration with auto-generated pages
Changed
- Improved accessibility support with keyboard navigation
Fixed
- Icon resolution for apps with custom Lucide icons
[1.0.0] - 2026-01-22
Added
- Initial release of the Launcher App
- App Grid Display: Responsive grid layout showing all registered FlowState applications
- Dynamic App Discovery: Automatic loading of apps from
flowstate.jsonmanifests - Status Bar: Real-time display of connection mode, server count, and organization
- Organization/Workspace Selector: Context switching between organizations and workspaces
- Keyboard Navigation: Global shortcuts for quick app access
Cmd/Ctrl+Shift+H- Go to Home (Launcher)Cmd/Ctrl+Shift+A- Show All AppsCmd/Ctrl+[orAlt+Left- Go BackCmd/Ctrl+]orAlt+Right- Go Forward
- Multi-Platform Support: Works in Electron, Next.js web, and React Native (with adapter)
- Icon Resolution: Dynamic Lucide icon loading based on manifest configuration
- App Cards: Visual cards with colored icons, names, and descriptions
Technical Details
- Built with React and TypeScript
- Uses
react-router-domfor navigation - Integrates with
@epicdm/flowstate-app-frameworkfor context providers - Responsive CSS Grid layout with hover effects
Version Format
This changelog follows Keep a Changelog format.
- Added for new features
- Changed for changes in existing functionality
- Deprecated for soon-to-be removed features
- Removed for now removed features
- Fixed for bug fixes
- Security for vulnerability fixes