@mmmbuto/nexuscrew 0.8.36 → 0.8.37
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
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to NexusCrew are tracked here.
|
|
4
4
|
|
|
5
|
+
## 0.8.37 — 2026-07-25 — "Wheel History"
|
|
6
|
+
|
|
7
|
+
- Restores desktop mouse-wheel browsing of tmux history inside writable
|
|
8
|
+
alternate-screen TUIs such as Codex, Claude, vim, less and htop. A normal
|
|
9
|
+
wheel gesture now enters or advances tmux copy-mode instead of accumulating
|
|
10
|
+
against a page-sized threshold and appearing inert.
|
|
11
|
+
- Keeps an explicit escape hatch for applications that own their viewport:
|
|
12
|
+
`Shift` + wheel continues to send raw PageUp/PageDown input. Normal-screen
|
|
13
|
+
and readonly terminals remain server-side, mode changes discard incompatible
|
|
14
|
+
remainders, and action bursts stay bounded.
|
|
15
|
+
- Leaves the mobile touch path unchanged. Finger drag continues to browse tmux
|
|
16
|
+
history with the existing touch-specific scroll override.
|
|
17
|
+
- Replaces the mismatched animated mobile showcase in the public README with
|
|
18
|
+
one consistently scaled static terminal view and removes the obsolete GIF.
|
|
19
|
+
- Gate: **1,059 isolated Node tests** (1,058 pass / 1 platform skip),
|
|
20
|
+
**295/295 frontend tests**, production PWA build (168 modules) and zero
|
|
21
|
+
production dependency vulnerabilities in both dependency trees.
|
|
22
|
+
|
|
5
23
|
## 0.8.36 — 2026-07-24 — "Clean Relaunch"
|
|
6
24
|
|
|
7
25
|
- Makes macOS service and Fleet LaunchAgent reinstalls wait until `launchd`
|