Key Highlights
Major New Features
- Quick Access System: Revolutionary system-wide AI assistance with global hotkey support (Option+Space default)
- Comprehensive File Upload: Added support for images, documents, and clipboard content in Quick Access
- Global Hotkey Integration: Implemented Carbon API-based hotkey system with customizable shortcuts
UI/UX Improvements
- Modern attachment preview with hover effects in Quick Access interface
- Lightweight floating window with visual effect blur background
- Auto-focus behavior and auto-hide on focus loss
- Enhanced hotkey configuration interface with HotkeyRecorderView
- Added menu item for manual Quick Access activation (Cmd+Shift+K)
Bug Fixes
- Fixed duplicate new chat creation in Quick Access workflow
- Fixed markdown links to open in default browser instead of inline WebView
- Prevented links from replacing response content in chat interface
Code Quality
- Translated Korean comments to English throughout codebase
- Enhanced QuickAccessWindowManager with improved window management
- Updated README with Quick Access feature documentation
What's Changed
- feat: enhance Quick Access with file upload and fix duplicate chat creation by @didhd in 18eee91
- feat: Implement Quick Access hotkey window for system-wide AI assistance by @didhd in e9bda00
- fix: Open markdown links in default browser instead of inline by @didhd in 7e06fd7
Full Changelog: v1.3.14...v1.3.15