bitchat @ v1.5.1
integrity
- size
- 8.2 MiB
- downloaded
- last checked
release notes
What's Changed
- Remove dead code and extract helper methods by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/960
- Remove dead code and stabilize tests by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/961
- Add comprehensive test coverage for ChatViewModel and BLEService by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/962
- Improve BLE mesh reliability for large transfers by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/964
- feat: Implement Request Sync Manager (V2 Sync) by @a1denvalu3 in https://github.com/permissionlesstech/bitchat/pull/965
- Fix iOS BLE mesh authentication issues in BLEService by @0x0v1 in https://github.com/permissionlesstech/bitchat/pull/998
New Contributors
- @0x0v1 made their first contribution in https://github.com/permissionlesstech/bitchat/pull/998
Full Changelog: https://github.com/permissionlesstech/bitchat/compare/v1.5.0...v1.5.1
download
unix · zip
curl -fL -o v1.5.1.zip https://ratatoskr.space/pkg/bitchat/v1.5.1.zip
printf '%s %s\n' 'e6f51fcfc3e9bfbcbfbea35a5c7c4c381c0b085d6e609821a45c6f3279d2d50e' 'v1.5.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat/v1.5.1.zip"
$out = "v1.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6f51fcfc3e9bfbcbfbea35a5c7c4c381c0b085d6e609821a45c6f3279d2d50e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.1.tar.gz https://ratatoskr.space/pkg/bitchat/v1.5.1.tar.gz
printf '%s %s\n' '253e19e754a3a6bb9af3c5de1fcb9f7898dfe91ae39ddb52c234a9b5b955dc07' 'v1.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat/v1.5.1.tar.gz"
$out = "v1.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "253e19e754a3a6bb9af3c5de1fcb9f7898dfe91ae39ddb52c234a9b5b955dc07") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.5.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.1.zip
printf '%s %s\n' 'e6f51fcfc3e9bfbcbfbea35a5c7c4c381c0b085d6e609821a45c6f3279d2d50e' 'v1.5.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.1.zip"
$out = "v1.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6f51fcfc3e9bfbcbfbea35a5c7c4c381c0b085d6e609821a45c6f3279d2d50e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.1.tar.gz
printf '%s %s\n' '253e19e754a3a6bb9af3c5de1fcb9f7898dfe91ae39ddb52c234a9b5b955dc07' 'v1.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.1.tar.gz"
$out = "v1.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "253e19e754a3a6bb9af3c5de1fcb9f7898dfe91ae39ddb52c234a9b5b955dc07") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.5.1.zip | zip | 8.7 MiB |
blake3-24 2fb140c98d3eaf0bc5d0fa6d912131ee8b93b58f7e0a7352
sha256 e6f51fcfc3e9bfbcbfbea35a5c7c4c381c0b085d6e609821a45c6f3279d2d50e
sha1 030a4ce633c9e40d6b4e436bba8f2f75b70a3dbf
|
| v1.5.1.tar.gz | tar.gz | 8.5 MiB |
blake3-24 ca6cb4f9c6fdb1671229e4912fe87a1e73b421d0b82921df
sha256 253e19e754a3a6bb9af3c5de1fcb9f7898dfe91ae39ddb52c234a9b5b955dc07
sha1 661ecc3c41d9fe251ccc0fb349c661242681c7fd
|
install
bazel
http_archive(
name = "bitchat",
urls = ["https://ratatoskr.space/pkg/bitchat/v1.5.1.tar.gz"],
integrity = "sha256-JT4Z51Sjprua88XeH8ufeJjf6RrjndtSwjSptblV3Ac=",
strip_prefix = "bitchat-v1.5.1",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat/v1.5.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.1.tar.gz"],
integrity = "sha256-JT4Z51Sjprua88XeH8ufeJjf6RrjndtSwjSptblV3Ac=",
strip_prefix = "bitchat-v1.5.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.5.1.tar.gz",