Key Highlights
UI/UX Improvements
- Redesigned loading screen with clean AWS/macOS style using standard system fonts
- Added 'Today' and 'Yesterday' labels in sidebar with proper chronological sorting
- Added inline chat renaming functionality with keyboard shortcuts (Enter/Escape)
- Simplified loading screen layout with clean white background and minimal design
Performance Improvements
- Optimized sidebar search indexing for significantly better startup performance
- Added lazy search indexing that only triggers when user first searches
- Prevented blocking UI during indexing operations
- Added indexing progress message to improve user experience
New Features
- Enhanced AWS profile support for complex SSO configurations
- Added configurable server port with option to disable local server
- Persistent allowImagePasting setting across app restarts
- Added missing AWS Bedrock regions support
Bug Fixes
- Fixed toolbar items being hidden in overflow menu
- Added fallback model selection for auto title generation
- Prevented auto title generation for manually renamed chats
- Improved sidebar search functionality and performance
- Prevented accumulation of empty 'New Chat' sessions in history
- Restored preview.gif for README documentation
Code Quality
- Removed unused directories and optimized assets
- Cleaned up documentation files
What's Changed
- feat: Add inline chat renaming functionality to sidebar by @burkert in 1d0aa5f
- feat: persist allowImagePasting setting across app restarts by @didhd in fb6ffb7
- feat: Add configurable server port and option to disable local server by @didhd in b8b29e2
- feat: Enhanced AWS profile support for complex SSO configurations by @didhd in a28f88f
- fix: Prevent accumulation of empty 'New Chat' sessions in history by @didhd in 3c6fd9c
- fix: Improve sidebar search functionality and performance by @didhd in 67142e9
- feat: Prevent auto title generation for manually renamed chats by @didhd in e55326c
- fix: Add fallback model selection for auto title generation by @didhd in 2cbf809
- feat: Add missing AWS Bedrock regions by @didhd in 3649fa9
- feat: Display 'Today' and 'Yesterday' labels in sidebar with proper sorting by @didhd in ffefa8d
- design: Redesign loading screen with clean AWS/macOS style by @didhd in a952ab1
- fix: Prevent toolbar items from being hidden in overflow menu by @didhd in 0177d54
- perf: Optimize sidebar search indexing for better startup performance by @didhd in b75985c
- feat: Add indexing progress message for search by @didhd in ea42227
Full Changelog: v1.3.12...v1.3.13