Skip to content

v3.0.0-beta.3

Latest
Compare
Choose a tag to compare
@kohii kohii released this 22 Dec 23:29

New Features

Auto Fill πŸ“Š

Fill cells with sequential data by dragging the fill handle:

  • Drag to extend series numbers
  • Double-click fill handle to auto-fill to the bottom
  • Works with both numeric and text patterns

Custom Delimiter Support πŸ”§

Specify any character as a delimiter when opening or saving CSV files:

  • Support for arbitrary delimiter characters
  • Enhanced delimiter auto-detection (| and : now supported)
  • Configure delimiter in CSV file format dialog

Mnemonic Shortcuts (Windows) πŸ”‘

SmoothCSV now supports mnemonic keys for Windows to navigate menus. Alt key to focus on the menu and then press the underlined letter key to select the menu item.

Improvements

Enhanced Performance and Usability πŸš€

  • Optimized rendering for large CSV files
  • Improved Command Palette filtering algorithm
  • Additional zoom shortcuts:
    • Zoom in: Ctrl+NumPad+, Ctrl+Shift+-
    • Zoom out: Ctrl+NumPad-

Bug Fixes

  • Fixed: Scroll position now maintains state when switching between tabs

Download