@mmmbuto/nexuscrew 0.8.42 → 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 +8 -0
- package/README.md +5 -0
- package/frontend/dist/assets/{index-DW6m2FyS.js → index-DNepgdI5.js} +33 -33
- package/frontend/dist/assets/{index-tkbOceZ6.css → index-JrKi-YpL.css} +1 -1
- package/frontend/dist/index.html +2 -2
- package/frontend/dist/version.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to NexusCrew are tracked here.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
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
|
+
|
|
7
15
|
## 0.8.42 — 2026-07-28 — "Steady Hand"
|
|
8
16
|
|
|
9
17
|
- Touch selection no longer hides its own endpoint under the finger. A long
|
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>
|