@mmmbuto/nexuscrew 0.8.41 → 0.8.42
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/frontend/dist/assets/index-DW6m2FyS.js +93 -0
- package/frontend/dist/assets/index-tkbOceZ6.css +32 -0
- package/frontend/dist/index.html +2 -2
- package/frontend/dist/version.json +1 -1
- package/package.json +1 -1
- package/frontend/dist/assets/index-5PMZjYKR.css +0 -32
- package/frontend/dist/assets/index-CrZBnpKn.css +0 -32
- package/frontend/dist/assets/index-CwZySkm2.js +0 -93
- package/frontend/dist/assets/index-D0MBXlAl.js +0 -93
- package/frontend/dist/assets/index-hq-2ORFQ.js +0 -93
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to NexusCrew are tracked here.
|
|
4
4
|
|
|
5
|
+
## Unreleased
|
|
6
|
+
|
|
7
|
+
## 0.8.42 — 2026-07-28 — "Steady Hand"
|
|
8
|
+
|
|
9
|
+
- Touch selection no longer hides its own endpoint under the finger. A long
|
|
10
|
+
press keeps its anchor and moves an offset caret two rows above the touch
|
|
11
|
+
point, inverted near the top edge, so the text being selected stays visible.
|
|
12
|
+
- KeyBar arrow and page keys repeat while held, like a physical keyboard: an
|
|
13
|
+
initial delay, then a steady stream that stops on release, on leaving the key,
|
|
14
|
+
on cancel, and when the page loses focus or visibility.
|
|
15
|
+
- The Settings tab bar is a single scrollable row with edge cues and auto-scroll
|
|
16
|
+
to the active tab, instead of a grid that left an empty cell and used a third
|
|
17
|
+
of a phone screen.
|
|
18
|
+
- The mouse wheel now browses tmux history in every case, matching the finger
|
|
19
|
+
drag. The Shift modifier no longer switches to application page keys.
|
|
20
|
+
- Updates the frontend build toolchain (postcss 8.5.23) to clear a path
|
|
21
|
+
traversal advisory in the source-map loader. Build-only dependency: the
|
|
22
|
+
published package was never affected.
|
|
23
|
+
|
|
5
24
|
## 0.8.41 — 2026-07-28 — "Open Screen"
|
|
6
25
|
|
|
7
26
|
- New NexusCrew-created sessions keep tmux `alternate-screen` off by default, scoped only
|