yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-web/v2.6.0
vault / meshtastic-web / v2.6.0

meshtastic-web @ v2.6.0

integrity

size
642.5 KiB
downloaded
last checked
source https://github.com/meshtastic/web · available · github

release notes

Release Notes For v2.6.0

We're thrilled to share this release, and it wouldn't have been possible without the dedication of our contributors. Thank you for helping us get it over the finish line! The following people have contributed to this release: @Hunter275, @danditomaso, @fifieldt, @jangrewe, @kylewistrand, @fmoessbauer, @hectorthemonk, @danielhogstrom, @PhotoNomad0, @KomelT, @tdhawk, @cmorg3, @NomDeTom, @sgtwilko, @skeemer, @bkimmel, @dzienisz, @James9074, @justinforlenza, @varanauskas

In summary, this release saw contributions from 21 different individuals

Major New Features

Minor New Features

Bug Fixes

Codebase and Development Improvements

Documentation Changes

Other

Dependency Updates

Future Roadmap

download

unix · zip
curl -fL -o v2.6.0.zip https://ratatoskr.space/pkg/meshtastic-web/v2.6.0.zip
                    printf '%s  %s\n' '5ce6964006ab00104dfc1a78ce6668643060f635686d8bef8c623907ba526e6d' 'v2.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.0.zip"
$out = "v2.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5ce6964006ab00104dfc1a78ce6668643060f635686d8bef8c623907ba526e6d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.0.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.6.0.tar.gz
                    printf '%s  %s\n' '5620ece60ae6141b9f4566359e1db5c2e1a1117415dee555d5d96edcc3cbbd8f' 'v2.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.0.tar.gz"
$out = "v2.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5620ece60ae6141b9f4566359e1db5c2e1a1117415dee555d5d96edcc3cbbd8f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.0.zip
                    printf '%s  %s\n' '5ce6964006ab00104dfc1a78ce6668643060f635686d8bef8c623907ba526e6d' 'v2.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.0.zip"
$out = "v2.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5ce6964006ab00104dfc1a78ce6668643060f635686d8bef8c623907ba526e6d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.0.tar.gz
                    printf '%s  %s\n' '5620ece60ae6141b9f4566359e1db5c2e1a1117415dee555d5d96edcc3cbbd8f' 'v2.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.0.tar.gz"
$out = "v2.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5620ece60ae6141b9f4566359e1db5c2e1a1117415dee555d5d96edcc3cbbd8f") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.0.zip zip 644.0 KiB
blake3-24 38c8a8636408fbc9172d4f2447f97bb13c2650ad043680e2
sha256 5ce6964006ab00104dfc1a78ce6668643060f635686d8bef8c623907ba526e6d
sha1 12a20d7e357c968ab6aeff3253fe4d615f53e036
v2.6.0.tar.gz tar.gz 528.6 KiB
blake3-24 3daab4885814d5204fd20fa41d76af8ebe6a57c13a54df08
sha256 5620ece60ae6141b9f4566359e1db5c2e1a1117415dee555d5d96edcc3cbbd8f
sha1 d93768a16e8aa8c7105d368f2ad3165dcc2d391a

install

bazel
http_archive(
    name = "meshtastic-web",
    urls = ["https://ratatoskr.space/pkg/meshtastic-web/v2.6.0.tar.gz"],
    integrity = "sha256-ViDs5grmFBufRWY1nh21wuGhEXQV3uVV1dlu3MPLvY8=",
    strip_prefix = "meshtastic-web-v2.6.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-web",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.0.tar.gz"],
    integrity = "sha256-ViDs5grmFBufRWY1nh21wuGhEXQV3uVV1dlu3MPLvY8=",
    strip_prefix = "meshtastic-web-v2.6.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.0.tar.gz",
← v2.6.4v2.5.4 →