@mmmbuto/nexuscrew 0.8.31 → 0.8.32

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.32 — 2026-07-22 — "Touch History"
6
+
7
+ - Restores continuous mobile finger-drag navigation of tmux history in every
8
+ terminal buffer, including alternate-screen AI clients such as Codex, Claude
9
+ and Agy. Each 24 px of vertical travel again enters/advances tmux copy-mode by
10
+ three lines, so a normal phone swipe is no longer discarded at touch end.
11
+ - Keeps desktop-wheel ownership unchanged: writable alternate-screen programs
12
+ still receive bounded Page Up/Page Down input, while normal and readonly
13
+ terminals use server-side tmux scrolling. Double tap, long-press selection,
14
+ multi-touch cancellation, KeyBar and virtual-keyboard controls are unchanged.
15
+ - Stops composer controls from refocusing the textarea after dictated or typed
16
+ input. Send hides/blurs the virtual keyboard best-effort, while history
17
+ selection and input-size controls remain unfocused; only a direct textarea
18
+ tap (or the configured terminal double tap) opens it.
19
+ - Adds a realistic regression using a 120 px swipe inside a 300 px terminal;
20
+ the test fails on 0.8.31 with zero actions and passes only when five tmux
21
+ scroll actions are emitted.
22
+
5
23
  ## 0.8.31 — 2026-07-22 — "Safe Identity"
6
24
 
7
25
  - **tmux session naming for dotted cell ids.** tmux silently normalizes `.` to `_`
package/README.md CHANGED
@@ -240,11 +240,14 @@ submitting Enter.
240
240
  The two-row mobile key bar can also show a full-height Enter key beside Page Up/Page Down, so
241
241
  interactive terminal choices can be confirmed without opening the software keyboard. By default,
242
242
  key-bar and speech-to-text actions keep that keyboard closed, while a nearby double tap inside the
243
- terminal explicitly opens it. **Settings Input** can change the terminal gesture, hide the Enter
244
- key, or allow key-bar and voice actions to retain the keyboard. The key bar also has a
243
+ terminal or a direct tap in the composer textarea explicitly opens it. The composer send button
244
+ and the composer history/size controls work without focusing the textarea. **Settings Input** can change the
245
+ terminal gesture, hide the Enter key, or allow key-bar and voice actions to retain the keyboard.
246
+ The key bar also has a
245
247
  **compact** layout (one row with an expand toggle that temporarily reveals the full key set
246
- without changing the preference), and alternate-screen TUIs (vim/less/htop) receive vertical
247
- gestures as raw Page Up/Page Down while normal and readonly terminals keep server-side scroll.
248
+ without changing the preference). Mobile finger drags always browse tmux history, including when
249
+ the attached TUI uses an alternate screen; desktop wheel events in writable alternate-screen TUIs
250
+ remain application-owned Page Up/Page Down, while normal and readonly terminals use tmux scroll.
248
251
  These preferences are browser-local and are synchronized between open NexusCrew windows for
249
252
  the same origin.
250
253
 
@@ -505,7 +508,7 @@ See [CHANGELOG.md](CHANGELOG.md) for released changes.
505
508
 
506
509
  ## Status
507
510
 
508
- The current stable release is **v0.8.31** on npm and GitHub.
511
+ The current stable release is **v0.8.32** on npm and GitHub.
509
512
 
510
513
  ## License
511
514