New Features
- Authentication Improvements: Added a password visibility toggle to the AuthScreen and introduced a loading spinner on the primary authentication button for better user feedback.
- Action Palette Navigation: Implemented keyboard navigation support for the ActionPalette UI component.
- Community Integration: Added Discord links to the README and established an automated workflow for Discord release notifications.
Performance & Optimizations
- I/O Reduction: Implemented caching for
loadApiKeyto reduce file I/O overhead. - Rendering Efficiency: Optimized CapturesPanel rendering within the Bolt interface.
- Data Handling: Added in-memory caching for tasks and refactored the server-side logic to optimize execution list payload sizes.
Bug Fixes
- Task Management: Fixed task imports to correctly support single objects and ensure version preservation.
- UI/UX Stability:
- Resolved an issue where random tabs would open in headful mode.
- Fixed UI cropping and zooming issues in headful mode.
- Fixed a bug in the Save Version history refresh logic.
- Accessibility: Improved input field accessibility within the task editor.
Maintenance
- Cleanup: Removed Tally forms integration and deleted unnecessary project files and directories.
Full Changelog: v0.6.2...v0.6.3