v0.14.0
v0.14.0 Changelog
🌟 Highlights
- Introduced full-text search capability for tables in grid view - search across all fields without specifying columns
⚠️ Breaking Changes
- Desktop: Switched to SQLite WAL mode for enhanced performance
- Web App: Development discontinued to focus on desktop version optimization
- Note: Web app cannot process SQLite databases in WAL format
✨ New Features
- Keyboard Shortcuts
Ctrl/Cmd + N
: Quick document creation (with auto-focus)Shift + Ctrl/Cmd + C
: Copy current page URL
- Space Management
- Added ability to open local storage location from space settings
- Field Improvements
- Increased select/multiple-select options limit from 300 to 512
🚀 Performance Improvements
- Large Data Handling
- Optimized large CSV file imports to prevent UI freezing
- Added progress bar for tables with 150k+ records
- Implemented multi-threading for resource-intensive queries
🐛 Bug Fixes
- Table UI Rendering
- Resolved issue where tables with 50+ records showed incomplete data after deletions
- Note: Previously required manual refresh to display correct record count
Full Changelog: v0.13.1...v0.14.0