Skip to content

v3.0.0-beta.1

Latest
Compare
Choose a tag to compare
@kohii kohii released this 13 Nov 09:31

Important

  • This release changes the application name from "SmoothCSV 3" to "SmoothCSV".
  • For macOS, the application is now distributed as a single universal binary that runs natively on both Apple Silicon and Intel-based Macs.

New Features

Multiple Language Support 🌐

SmoothCSV now supports multiple display languages. The application interface is available in:

  • English
  • 中文(简体) - Simplified Chinese
  • Español - Spanish
  • 日本語 - Japanese

The display language automatically matches your operating system's language (when supported). To manually change the language:

  1. Open the Command Palette
  2. Search for "Configure Display Language"
  3. Select your preferred language
  4. Restart the application

Automatic Updates 🔄

CleanShot 2024-11-04 at 09 45 50@2x

SmoothCSV now includes automatic update checking and notifications for new versions.

Case Transformation ⬆️⬇️

CleanShot 2024-11-03 at 14 21 41@2x

Transform selected cells to various text cases:

  • Transform to Uppercase
  • Transform to Lowercase
  • Swap Case
  • Transform to Camel Case
  • Transform to Pascal Case
  • Transform to Snake Case
  • Transform to Kebab Case
  • Transform to Title Case

Cell Fill Operations ⬇️

CleanShot 2024-11-04 at 11 15 19

Quickly populate cells using values from adjacent cells:

  • Fill Down: Ctrl+D (macOS: ⌘D)
  • Fill Up: Ctrl+Shift+D (macOS: ⌘⇧D)
  • Fill Right: Ctrl+R (macOS: ⌘R)
  • Fill Left: Ctrl+Shift+R (macOS: ⌘⇧R)

Improvements

Refreshed Branding 🎨

macos-icon@2x

  • New modern application icon

Smoother macOS Installation 🔒

  • Application is now signed with an Apple Developer ID certificate
  • Eliminates the need for manual security bypass commands (e.g., xattr -r -d com.apple.quarantine "/Applications/SmoothCSV.app")

Enhanced Regular Expression Support 🔍

Added support for additional replacement patterns:

  • ${n}: Reference the nth capturing group
  • $&: Reference the entire match
  • $$: Escape the dollar sign

Bug Fixes

  • Fixed "Save" functionality when opening files from Finder/Explorer
  • Resolved "Save As..." issues on Windows
  • Fixed Open... command (⌘O) functionality
  • Other minor bug fixes

Download