@mmmbuto/nexuscrew 0.8.41 → 0.8.43
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 +27 -0
- package/README.md +5 -0
- package/frontend/dist/assets/index-DNepgdI5.js +93 -0
- package/frontend/dist/assets/index-JrKi-YpL.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,33 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to NexusCrew are tracked here.
|
|
4
4
|
|
|
5
|
+
## Unreleased
|
|
6
|
+
|
|
7
|
+
## 0.8.43 — 2026-07-28 — "Quick Truth"
|
|
8
|
+
|
|
9
|
+
- The mobile cell switcher is now a bottom-left quick rail that lists only
|
|
10
|
+
freshly verified live cells by default. It refreshes local and routed Fleet
|
|
11
|
+
state while open, verifies a target again before switching, retains degraded
|
|
12
|
+
cells as explicit warnings, and keeps a deliberate **all cells** view for
|
|
13
|
+
Fleet inventory and recovery work.
|
|
14
|
+
|
|
15
|
+
## 0.8.42 — 2026-07-28 — "Steady Hand"
|
|
16
|
+
|
|
17
|
+
- Touch selection no longer hides its own endpoint under the finger. A long
|
|
18
|
+
press keeps its anchor and moves an offset caret two rows above the touch
|
|
19
|
+
point, inverted near the top edge, so the text being selected stays visible.
|
|
20
|
+
- KeyBar arrow and page keys repeat while held, like a physical keyboard: an
|
|
21
|
+
initial delay, then a steady stream that stops on release, on leaving the key,
|
|
22
|
+
on cancel, and when the page loses focus or visibility.
|
|
23
|
+
- The Settings tab bar is a single scrollable row with edge cues and auto-scroll
|
|
24
|
+
to the active tab, instead of a grid that left an empty cell and used a third
|
|
25
|
+
of a phone screen.
|
|
26
|
+
- The mouse wheel now browses tmux history in every case, matching the finger
|
|
27
|
+
drag. The Shift modifier no longer switches to application page keys.
|
|
28
|
+
- Updates the frontend build toolchain (postcss 8.5.23) to clear a path
|
|
29
|
+
traversal advisory in the source-map loader. Build-only dependency: the
|
|
30
|
+
published package was never affected.
|
|
31
|
+
|
|
5
32
|
## 0.8.41 — 2026-07-28 — "Open Screen"
|
|
6
33
|
|
|
7
34
|
- New NexusCrew-created sessions keep tmux `alternate-screen` off by default, scoped only
|
package/README.md
CHANGED
|
@@ -21,6 +21,11 @@ The desktop deck keeps the whole fleet visible. Open any cell from a phone and
|
|
|
21
21
|
NexusCrew gives the same live tmux session a touch-first terminal without
|
|
22
22
|
moving the session away from its host.
|
|
23
23
|
|
|
24
|
+
Inside a mobile terminal, the cell control in the key bar opens a bottom-left
|
|
25
|
+
quick rail of freshly verified live cells. It refreshes routed Fleet state while
|
|
26
|
+
open, keeps a degraded cell visible as a warning, and has an explicit all-cells
|
|
27
|
+
view when you need the complete inventory instead of a quick switch.
|
|
28
|
+
|
|
24
29
|
<p align="center">
|
|
25
30
|
<img src="docs/img/session-mobile.png" width="360" alt="NexusCrew mobile terminal connected to a real tmux session with touch controls">
|
|
26
31
|
<br>
|