@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 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/USER_GUIDE.md#macos-terminal-tips) for recommended terminal configuration.
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://sinelaw.github.io/fresh/docs/guide/)
223
- - [macOS Tips](https://sinelaw.github.io/fresh/docs/guide/keyboard#macos-terminal-configuration) - Terminal configuration, keyboard shortcuts, and troubleshooting for Mac users
224
- - [Plugin Development](https://sinelaw.github.io/fresh/docs/development/plugin-development)
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fresh-editor/fresh-editor",
3
- "version": "0.1.95",
3
+ "version": "0.1.96",
4
4
  "description": "A modern terminal-based text editor with plugin support",
5
5
  "repository": {
6
6
  "type": "git",