@fresh-editor/fresh-editor 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +32 -29
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Release Notes
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Bug Fixes
6
+
7
+ * **Undo Corruption After Save**: Fixed undo corrupting text after a bulk edit (e.g. multi-cursor or replace-all) followed by save. Piece tree buffers are now restored alongside the tree during undo.
8
+
9
+ * **Theme Not Found After Restart**: Fixed theme reverting to default when the JSON `name` field differs from the filename (#1001).
10
+
11
+ * **AltGr+Shift Input on Windows**: Fixed AltGr+Shift key combinations not being recognized as text input (#993).
12
+
13
+ * **Winget Manifest**: Fixed `UpgradeBehavior` indentation causing schema validation failure in winget publishing.
14
+
15
+ ### Internal
16
+
17
+ * Added shadow model undo/redo property-based tests for increased piece tree correctness confidence.
18
+ * Added blog showcase system with animated GIF demos for the documentation site.
19
+
20
+ ---
21
+
3
22
  ## 0.2.2
4
23
 
5
24
  ### Bug Fixes
package/README.md CHANGED
@@ -1,51 +1,54 @@
1
1
  # Fresh
2
2
 
3
- A terminal-based text editor. [Official Website →](https://sinelaw.github.io/fresh/)
3
+ A modern, full-featured terminal text editor, **with zero configuration**. Familiar keybindings, mouse support, and IDE-level features — no learning curve required.
4
4
 
5
- **[📦 Installation Instructions](#installation)**
5
+ [Official Website](https://sinelaw.github.io/fresh/)  ·  [Documentation](https://getfresh.dev/docs)  ·  [Discord](https://discord.gg/qUutBj9t)  ·  [Contributing](#contributing)
6
6
 
7
- **[Contributing](#contributing)**
7
+ **[Quick Install](#installation):**   `curl https://raw.githubusercontent.com/sinelaw/fresh/refs/heads/master/scripts/install.sh | sh`
8
8
 
9
- **[Discord](https://discord.gg/qUutBj9t)**
9
+ ---
10
10
 
11
- ## Why?
11
+ ![Fresh Demo](docs/fresh-demo2.gif)
12
12
 
13
- Why another text editor? Fresh brings the intuitive, conventional UX of editors like VS Code and Sublime Text to the terminal.
13
+ Fresh brings the intuitive UX of VS Code and Sublime Text to the terminal. Standard keybindings, full mouse support, menus, and a command palette — everything works the way you'd expect, right out of the box. No modes, no memorizing shortcuts.
14
14
 
15
- While veterans like Emacs and Vim - and newer editors like Neovim and Helix - are excellent for power users who prefer modal, highly specialized workflows, they often present a steep learning curve for those used to standard GUI interactions. Fresh is built for the developer who wants a familiar, non-modal experience out-of-the-box, without sacrificing the speed and portability of the command line. Keyboard bindings, mouse support, menus, command palette etc. are all designed to be familiar to most modern users.
15
+ Built for real-world performance: Fresh handles [multi-gigabyte files](https://noamlewis.com/blog/2025/12/09/how-fresh-loads-huge-files-fast) with negligible memory overhead and delivers consistently low-latency input, regardless of file size.
16
16
 
17
- Architecturally, Fresh is built to handle multi-gigabyte files or slow network streams efficiently, maintaining a negligible memory overhead regardless of file size. While traditional editors struggle with latency and RAM bloat on large files, Fresh delivers consistent, high-speed performance on any scale.
17
+ ### Command Palette & Fuzzy Finder
18
18
 
19
- The goal for Fresh is to be an intuitive and accessible, high-performance terminal-based editor that "just works" on any hardware, for everyone.
19
+ One shortcut to find files, run commands, switch buffers, and jump to any line.
20
20
 
21
- ## Discovery & Ease of Use
21
+ ![Command Palette](docs/blog/productivity/command-palette/showcase.gif)
22
22
 
23
- Fresh is designed for discovery. It features native UIs, a full Menu system, and a powerful Command Palette. With full mouse support, transitioning from graphical editors is seamless.
23
+ ### Multi-Cursor Editing
24
24
 
25
- ## Modern Extensibility
25
+ Select and edit multiple occurrences simultaneously — the same workflow you know from graphical editors.
26
26
 
27
- Extend Fresh easily using modern tools. Plugins are written in TypeScript and run securely in a sandboxed Deno environment, providing access to a modern JavaScript ecosystem without compromising stability.
27
+ ![Multi-Cursor](docs/blog/editing/multi-cursor/showcase.gif)
28
28
 
29
- ## Low-Latency Performance
29
+ ### Themes & Customization
30
30
 
31
- Fresh is engineered for speed. It delivers a low-latency experience, with text appearing instantly. The editor is designed to be light and fast, reliably opening and editing [huge files up to multi-gigabyte sizes](https://noamlewis.com/blog/2025/12/09/how-fresh-loads-huge-files-fast) without slowdown.
31
+ Browse and apply color themes instantly. Full settings UI and interactive keybinding editor included.
32
32
 
33
- ## Comprehensive Feature Set
33
+ ![Select Theme](docs/blog/themes/select-theme/showcase.gif)
34
34
 
35
- - **File Management**: open/save/new/close, file explorer, tabs, auto-revert, git file finder
36
- - **Editing**: undo/redo, multi-cursor, block selection, smart indent, comments, clipboard
37
- - **Search & Replace**: incremental search, find in selection, query replace, git grep
38
- - **Navigation**: go to line/bracket, word movement, position history, bookmarks, error navigation
39
- - **Views & Layout**: split panes, line numbers, line wrap, backgrounds, markdown preview
40
- - **Language Server (LSP)**: go to definition, references, hover, code actions, rename, diagnostics, autocompletion
41
- - **Productivity**: command palette, menu bar, keyboard macros, git log, diagnostics panel
42
- - **Plugins & Extensibility**: TypeScript plugins, color highlighter, TODO highlighter, merge conflicts, path complete, keymaps
43
- - **Internationalization**: Multiple language support (see [`locales/`](locales/) for available languages), plugin translation system
35
+ See more feature demos: [Editing](https://getfresh.dev/docs/blog/editing) (search & replace, block selection, sort lines, ...) · [Productivity](https://getfresh.dev/docs/blog/productivity) (file explorer, split view, integrated terminal, ...) · [Themes](https://getfresh.dev/docs/blog/themes)
44
36
 
45
- ![Fresh Demo](docs/fresh-demo2.gif)
46
- ![Fresh Screenshot](docs/public/images/screenshot1.png)
47
- ![Fresh Screenshot](docs/public/images/screenshot2.png)
48
- ![Fresh Screenshot](docs/public/images/screenshot3.png)
37
+ ---
38
+
39
+ ## Feature Overview
40
+
41
+ | Category | Features |
42
+ |----------|----------|
43
+ | **File Management** | open/save/new/close, file explorer, tabs, auto-revert, git file finder |
44
+ | **Editing** | undo/redo, multi-cursor, block selection, smart indent, comments, clipboard |
45
+ | **Search & Replace** | incremental search, find in selection, query replace, git grep |
46
+ | **Navigation** | go to line/bracket, word movement, position history, bookmarks, error navigation |
47
+ | **Views & Layout** | split panes, line numbers, line wrap, backgrounds, markdown preview |
48
+ | **Language Server (LSP)** | go to definition, references, hover, code actions, rename, diagnostics, autocompletion |
49
+ | **Productivity** | command palette, menu bar, keyboard macros, git log, diagnostics panel |
50
+ | **Extensibility** | TypeScript plugins (sandboxed Deno), color highlighter, TODO highlighter, merge conflicts, path complete, keymaps |
51
+ | **Internationalization** | Multiple language support (see [`locales/`](locales/)), plugin translation system |
49
52
 
50
53
  ## Installation
51
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fresh-editor/fresh-editor",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "A modern terminal-based text editor with plugin support",
5
5
  "repository": {
6
6
  "type": "git",