mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
feat: update RNS to version 1.4.1, add gravity and announces-to-internal options in interfaces, and enhance interface management in the UI
This commit is contained in:
parent
febdc3ba86
commit
2fe900061e
35 changed files with 561 additions and 34 deletions
|
|
@ -33,7 +33,7 @@ Options:
|
|||
--lxst-version V LXST wheel version for metadata patch (default: 0.5.0)
|
||||
--bleak-version V bleak pure-python wheel version to vendor (default: 3.0.2)
|
||||
--httpx-version V httpx pure-python wheel version to vendor (default: 0.28.1)
|
||||
--rns-version V rns wheel version to patch (default: 1.4.0)
|
||||
--rns-version V rns wheel version to patch (default: 1.4.1)
|
||||
--no-lxst-patch Skip LXST metadata patch
|
||||
--no-rns-patch Skip RNS Android RNodeInterface patch
|
||||
--only-recipes LIST Comma-separated recipe directory names under
|
||||
|
|
@ -64,7 +64,7 @@ NUMPY_VERSION="1.26.2"
|
|||
LXST_VERSION="0.5.0"
|
||||
BLEAK_VERSION="3.0.2"
|
||||
HTTPX_VERSION="0.28.1"
|
||||
RNS_VERSION="1.4.0"
|
||||
RNS_VERSION="1.4.1"
|
||||
PATCH_LXST="1"
|
||||
PATCH_RNS="1"
|
||||
ONLY_RECIPES=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue