vault / meshtastic-web / v2.5.1
meshtastic-web @ v2.5.1
integrity
- size
- 205.4 KiB
- downloaded
- last checked
release notes
What's Changed
- update MQTT precision dropdown and encryption warning by @Hunter275 in https://github.com/meshtastic/web/pull/244
- Fix sorting on peers table by @geftactics in https://github.com/meshtastic/web/pull/165
- Add device firmware version to WebUI by @Server2003User in https://github.com/meshtastic/web/pull/253
- Update biome, fix and enforce recommended rules by @bmv437 in https://github.com/meshtastic/web/pull/213
- Fix MQTT settings by @Hunter275 in https://github.com/meshtastic/web/pull/252
- fix sorting + new protobufs by @Hunter275 in https://github.com/meshtastic/web/pull/258
- Add Traceroute Feature by @fifieldt in https://github.com/meshtastic/web/pull/211
- Allow single character messages in MessageInput by @fifieldt in https://github.com/meshtastic/web/pull/265
- fix: move qrcode URL query-string before fragment by @AddisonTustin in https://github.com/meshtastic/web/pull/260
- Fixed hops singular form by @KomelT in https://github.com/meshtastic/web/pull/268
- PSK Generator by @Hunter275 in https://github.com/meshtastic/web/pull/266
- Feature: Security tab by @KomelT in https://github.com/meshtastic/web/pull/275
- Key verification & generation by @KomelT in https://github.com/meshtastic/web/pull/276
- Add Footer by @rcarteraz in https://github.com/meshtastic/web/pull/274
- flex-grow to make footer stick to bottom by @Hunter275 in https://github.com/meshtastic/web/pull/278
- Upgrade @meshtastic/js 2.3.7-0 > 2.3.7-1 by @KomelT in https://github.com/meshtastic/web/pull/284
- feat: Only do
CIGHA on push tomasterby @TheCyberRonin in https://github.com/meshtastic/web/pull/287 - Change 'powerScreenEnabled' config type to toggle by @mrfyda in https://github.com/meshtastic/web/pull/288
- feat: Provide compressed build during PR GitHub Action by @TheCyberRonin in https://github.com/meshtastic/web/pull/286
- GitHub Actions: Releases by @Hunter275 in https://github.com/meshtastic/web/pull/289
- Rework disabled in DynamicForms by @Hunter275 in https://github.com/meshtastic/web/pull/290
- Update index.tsx by @Kongduino in https://github.com/meshtastic/web/pull/291
- Update key generation by @KomelT in https://github.com/meshtastic/web/pull/277
- Node List & DMs by @Hunter275 in https://github.com/meshtastic/web/pull/293
- Update release.yml by @Hunter275 in https://github.com/meshtastic/web/pull/295
New Contributors
- @geftactics made their first contribution in https://github.com/meshtastic/web/pull/165
- @Server2003User made their first contribution in https://github.com/meshtastic/web/pull/253
- @bmv437 made their first contribution in https://github.com/meshtastic/web/pull/213
- @AddisonTustin made their first contribution in https://github.com/meshtastic/web/pull/260
- @KomelT made their first contribution in https://github.com/meshtastic/web/pull/268
- @TheCyberRonin made their first contribution in https://github.com/meshtastic/web/pull/287
- @mrfyda made their first contribution in https://github.com/meshtastic/web/pull/288
- @Kongduino made their first contribution in https://github.com/meshtastic/web/pull/291
Full Changelog: https://github.com/meshtastic/web/compare/v1.0.0...v2.5.1
download
unix · zip
curl -fL -o v2.5.1.zip https://ratatoskr.space/pkg/meshtastic-web/v2.5.1.zip
printf '%s %s\n' 'dac0616828d244069e9ec46d9d9f8dbb19548fd3fc328c7179b865444987180d' 'v2.5.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.5.1.zip"
$out = "v2.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dac0616828d244069e9ec46d9d9f8dbb19548fd3fc328c7179b865444987180d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.1.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.5.1.tar.gz
printf '%s %s\n' 'fac8050a9bb8f84adf788146e04257601cbb2508aedfcae6b3b7522aa1eed4c8' 'v2.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.5.1.tar.gz"
$out = "v2.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fac8050a9bb8f84adf788146e04257601cbb2508aedfcae6b3b7522aa1eed4c8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.1.zip
printf '%s %s\n' 'dac0616828d244069e9ec46d9d9f8dbb19548fd3fc328c7179b865444987180d' 'v2.5.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.1.zip"
$out = "v2.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dac0616828d244069e9ec46d9d9f8dbb19548fd3fc328c7179b865444987180d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.1.tar.gz
printf '%s %s\n' 'fac8050a9bb8f84adf788146e04257601cbb2508aedfcae6b3b7522aa1eed4c8' 'v2.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.1.tar.gz"
$out = "v2.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fac8050a9bb8f84adf788146e04257601cbb2508aedfcae6b3b7522aa1eed4c8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.1.zip | zip | 207.7 KiB |
blake3-24 8504378822d67e66d1a3c11209e71546872633c95f343839
sha256 dac0616828d244069e9ec46d9d9f8dbb19548fd3fc328c7179b865444987180d
sha1 f181ddeacdae844b6ac1efd88971c577033d6345
|
| v2.5.1.tar.gz | tar.gz | 143.1 KiB |
blake3-24 c413b561545fdece8c5fb87d902c15b410e2d3dd00eb34b4
sha256 fac8050a9bb8f84adf788146e04257601cbb2508aedfcae6b3b7522aa1eed4c8
sha1 1387629d4b29a559b4178a68f146d828a163c498
|
install
bazel
http_archive(
name = "meshtastic-web",
urls = ["https://ratatoskr.space/pkg/meshtastic-web/v2.5.1.tar.gz"],
integrity = "sha256-+sgFCpu4+ErfeIFG4EJXYBy7JQiu38rms7dSKqHu1Mg=",
strip_prefix = "meshtastic-web-v2.5.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/v2.5.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-web",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.1.tar.gz"],
integrity = "sha256-+sgFCpu4+ErfeIFG4EJXYBy7JQiu38rms7dSKqHu1Mg=",
strip_prefix = "meshtastic-web-v2.5.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.5.1.tar.gz",