v3.0.0-beta.11
New Features
Command Palette History 🕰️
The Command Palette now remembers your frequently used commands, making it faster to access the features you use most.
- Recently used commands appear at the top of the Command Palette (
Ctrl+Shift+P
/Cmd+Shift+P
) - Configure history size in Settings > Application > Command Palette > History (default: 50 commands)
Document Navigation Shortcuts ⌨️
Navigate to the start (left-top) and end (right-bottom) of the document instantly with new keyboard shortcuts:
- Move to Document Start:
Ctrl+Home
(Windows/Linux) orCmd+Home
(macOS) - Move to Document End:
Ctrl+End
(Windows/Linux) orCmd+End
(macOS) - Expand Selection to Start:
Shift+Ctrl+Home
(Windows/Linux) orShift+Cmd+Home
(macOS) - Expand Selection to End:
Shift+Ctrl+End
(Windows/Linux) orShift+Cmd+End
(macOS)
Improvements
- CSV Format Detection: Enhanced detection algorithm now recognizes more delimiter types including colon (
:
) - Performance: Improved performance and memory usage