@mmmbuto/nexuscrew 0.8.20 → 0.8.21

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/README.md CHANGED
@@ -236,6 +236,16 @@ to private, while a failed deactivation remains private and is reconciled after
236
236
  same-name peer or a late allocation collision returns an actionable conflict instead of silently
237
237
  creating a duplicate record or consuming the invitation.
238
238
 
239
+ The Share control reports desired publication separately from verified tunnel reachability. If a
240
+ detached process survives an upgrade with stale `-R` arguments, **Reconnect and reconcile** applies
241
+ the current checkbox state without changing consent and replaces only the verified NexusCrew
242
+ supervisor when its saved command differs. The checkbox itself remains usable while disconnected.
243
+
244
+ OpenSSH key restrictions still apply after global `AllowTcpForwarding` is enabled. A shared client
245
+ needs its accepted hub key to allow the exact negotiated reverse listener, for example
246
+ `permitlisten="127.0.0.1:44002"`; the actionable tunnel diagnostic prints the actual required port.
247
+ NexusCrew never edits `authorized_keys`, so this policy remains an explicit hub-operator action.
248
+
239
249
  Node groups can be renamed and reordered independently in each browser from both desktop and
240
250
  mobile lists. These aliases and positions are presentation-only: they never change the technical
241
251
  node name, route, credentials, Share state or deck identity. Display precedence is browser alias,
@@ -382,8 +392,9 @@ See [CHANGELOG.md](CHANGELOG.md) for released changes.
382
392
 
383
393
  ## Status
384
394
 
385
- The current stable release is **v0.8.20**. npm `latest`, the GitHub tag and the release use the
386
- same audited package artifact.
395
+ The current npm stable release is **v0.8.21**. This maintenance release is also deployed to the
396
+ local runtime. The GitHub tag and release remain on **v0.8.20**; no GitHub commit, push, tag or
397
+ release is part of the v0.8.21 npm/local rollout.
387
398
 
388
399
  ## License
389
400