@fresh-editor/fresh-editor 0.1.95 → 0.1.96
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 +16 -0
- package/README.md +4 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Release Notes
|
|
2
2
|
|
|
3
|
+
## 0.1.96
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **Visual Line Movement**: Up/Down arrows now move by visual lines when line wrap is enabled, matching expected behavior in wrapped text.
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* Fixed excessive filesystem polling during render, especially on remote filesystems like rclone mounts (#886).
|
|
12
|
+
|
|
13
|
+
### Packaging
|
|
14
|
+
|
|
15
|
+
* **FreeBSD Release**: FreeBSD x86_64 binaries now included in releases (#887).
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
3
19
|
## 0.1.95
|
|
4
20
|
|
|
5
21
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ Or, pick your preferred method:
|
|
|
72
72
|
|
|
73
73
|
On macOS and some linux distros (Bazzite/Bluefin/Aurora):
|
|
74
74
|
|
|
75
|
-
> **Note:** On macOS, see [macOS Terminal Tips](docs/
|
|
75
|
+
> **Note:** On macOS, see [macOS Terminal Tips](https://getfresh.dev/docs/configuration/keyboard#macos-terminal-tips) for recommended terminal configuration.
|
|
76
76
|
|
|
77
77
|
```bash
|
|
78
78
|
brew tap sinelaw/fresh
|
|
@@ -219,10 +219,9 @@ cargo build --release
|
|
|
219
219
|
|
|
220
220
|
## Documentation
|
|
221
221
|
|
|
222
|
-
- [User Guide](https://
|
|
223
|
-
- [macOS Tips](https://
|
|
224
|
-
- [Plugin Development](https://
|
|
225
|
-
- [Architecture](https://sinelaw.github.io/fresh/docs/development/architecture)
|
|
222
|
+
- [User Guide](https://getfresh.dev/docs)
|
|
223
|
+
- [macOS Tips](https://getfresh.dev/docs/configuration/keyboard#macos-terminal-tips) - Terminal configuration, keyboard shortcuts, and troubleshooting for Mac users
|
|
224
|
+
- [Plugin Development](https://getfresh.dev/docs/plugins/development)
|
|
226
225
|
|
|
227
226
|
## Contributing
|
|
228
227
|
|