vault / meshtastic-web / v2.6.6
meshtastic-web @ v2.6.6
integrity
- size
- 1.1 MiB
- downloaded
- last checked
release notes
What's Changed
- Fix checkbox tests by @philon- in https://github.com/meshtastic/web/pull/767
- Fix admin PKI validation by @philon- in https://github.com/meshtastic/web/pull/766
- Refactor reboot dialog by @philon- in https://github.com/meshtastic/web/pull/768
- Ignore other language files by @philon- in https://github.com/meshtastic/web/pull/769
- Fix Docker and CI builds by @philon- in https://github.com/meshtastic/web/pull/773
- Improve NodeDetailsDialog UI and add security info by @philon- in https://github.com/meshtastic/web/pull/770
- Add client notification by @philon- in https://github.com/meshtastic/web/pull/771
- Refactor and consolidate store imports by @philon- in https://github.com/meshtastic/web/pull/774
- Add DFU mode to command menu by @danditomaso in https://github.com/meshtastic/web/pull/781
- Initial Node.js serial transport by @bergie in https://github.com/meshtastic/web/pull/779
- chore(i18n): New Crowdin Translations by @github-actions[bot] in https://github.com/meshtastic/web/pull/784
- Added contribution guidelines doc by @danditomaso in https://github.com/meshtastic/web/pull/788
- Add missing validation strings by @philon- in https://github.com/meshtastic/web/pull/791
- Fix docker nginx config by @danditomaso in https://github.com/meshtastic/web/pull/786
Full Changelog: https://github.com/meshtastic/web/compare/v2.6.5...v2.6.6
download
unix · zip
curl -fL -o v2.6.6.zip https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.zip
printf '%s %s\n' '16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9' 'v2.6.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.zip"
$out = "v2.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.6.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.tar.gz
printf '%s %s\n' 'de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb' 'v2.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.tar.gz"
$out = "v2.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.zip
printf '%s %s\n' '16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9' 'v2.6.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.zip"
$out = "v2.6.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.tar.gz
printf '%s %s\n' 'de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb' 'v2.6.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.tar.gz"
$out = "v2.6.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.6.zip | zip | 1.1 MiB |
blake3-24 5fb5798e8cfdce53028d326ea0f077f972c368c921005303
sha256 16d5c8d2fada46fdb17380b4f4f3c10abfa4b8d1cde6345bb24ba61f8f840bb9
sha1 1968598e7d18a07d1c0e7c43c5d7d492f31d7142
|
| v2.6.6.tar.gz | tar.gz | 881.6 KiB |
blake3-24 3f7eae44dabfacefe78690600b502316c026b14f1e06331c
sha256 de5bd8afde3670a354892b77380778c6365409652a6df36fb76d7e44a6a802cb
sha1 263c6a9c70f305b612b2d6bc4765f2e6b5ef1349
|
install
bazel
http_archive(
name = "meshtastic-web",
urls = ["https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.tar.gz"],
integrity = "sha256-3lvYr942cKNUiSt3OAd4xjZUCWUqbfNvt21+RKaoAss=",
strip_prefix = "meshtastic-web-v2.6.6",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-web",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.tar.gz"],
integrity = "sha256-3lvYr942cKNUiSt3OAd4xjZUCWUqbfNvt21+RKaoAss=",
strip_prefix = "meshtastic-web-v2.6.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.6.tar.gz",