fresh-editor 0.1.99
0.1.99
Features
-
Windows Terminal Support: Full terminal emulation on Windows using ConPTY (Windows 10 1809+). Handles PowerShell DSR cursor queries, prefers PowerShell over cmd.exe, and supports stdin piping (
type file | fresh). -
Text Encoding Support: Detect and convert files in UTF-8, UTF-16 LE/BE, Latin-1, Windows-1252, Windows-1250, GBK, Shift-JIS, EUC-KR, and GB18030. Encoding shown in status bar (clickable to change). "Reload with Encoding..." command in File menu. Confirmation prompt for large files with non-resynchronizable encodings (#488).
-
Encoding Selection in File Browser: Toggle "Detect Encoding" with Alt+E when opening files. When disabled, prompts for manual encoding selection.
-
Bundle Package Type: New package type containing multiple languages, plugins, and themes in a single package. Shown with "B" tag in package manager.
-
Space-Separated Fuzzy Search: Queries with spaces are now split into independent terms, all of which must match. For example, "features groups-view" now matches "/features/groups/groups-view.tsx" (#933).