Skip to content

v3.0.0-beta.11

Compare
Choose a tag to compare
@kohii kohii released this 24 Jun 00:46
a470747

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) or Cmd+Home (macOS)
  • Move to Document End: Ctrl+End (Windows/Linux) or Cmd+End (macOS)
  • Expand Selection to Start: Shift+Ctrl+Home (Windows/Linux) or Shift+Cmd+Home (macOS)
  • Expand Selection to End: Shift+Ctrl+End (Windows/Linux) or Shift+Cmd+End (macOS)

Improvements

  • CSV Format Detection: Enhanced detection algorithm now recognizes more delimiter types including colon (:)
  • Performance: Improved performance and memory usage

Download