@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.
- package/CHANGELOG.md +19 -0
- package/README.md +32 -29
- 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
|
|
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
|
-
|
|
5
|
+
[Official Website](https://sinelaw.github.io/fresh/) · [Documentation](https://getfresh.dev/docs) · [Discord](https://discord.gg/qUutBj9t) · [Contributing](#contributing)
|
|
6
6
|
|
|
7
|
-
**[
|
|
7
|
+
**[Quick Install](#installation):** `curl https://raw.githubusercontent.com/sinelaw/fresh/refs/heads/master/scripts/install.sh | sh`
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
---
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+

|
|
12
12
|
|
|
13
|
-
|
|
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
|
-
|
|
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
|
-
|
|
17
|
+
### Command Palette & Fuzzy Finder
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
One shortcut to find files, run commands, switch buffers, and jump to any line.
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+

|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
### Multi-Cursor Editing
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
Select and edit multiple occurrences simultaneously — the same workflow you know from graphical editors.
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+

|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
### Themes & Customization
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
Browse and apply color themes instantly. Full settings UI and interactive keybinding editor included.
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+

|
|
34
34
|
|
|
35
|
-
|
|
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
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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
|
|