vault / bitchat-android / 1.2.0
bitchat-android @ 1.2.0
integrity
- size
- 597.4 KiB
- downloaded
- last checked
release notes
georelays and nip-17 DMs in geohash channels
What's Changed
- adjust geolocation names by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/298
- UI changes and fixes by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/301
- fix teleport tag and icons by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/303
- Geohash-specific relays by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/306
- fix nip-17 by @shroominic in https://github.com/permissionlesstech/bitchat-android/pull/305
New Contributors
- @shroominic made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/305
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.1.0...1.2.0
download
unix · zip
curl -fL -o 1.2.0.zip https://ratatoskr.space/pkg/bitchat-android/1.2.0.zip
printf '%s %s\n' '6367cd04b192f855d48161a777655f2a77d16076cb3a9fde87267f94c83c4434' '1.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.2.0.zip"
$out = "1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6367cd04b192f855d48161a777655f2a77d16076cb3a9fde87267f94c83c4434") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.0.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.2.0.tar.gz
printf '%s %s\n' '91e00f8558e867195e8c25e0425ba3b86159f07f010fdda35d1bfd773565364f' '1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.2.0.tar.gz"
$out = "1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91e00f8558e867195e8c25e0425ba3b86159f07f010fdda35d1bfd773565364f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.0.zip
printf '%s %s\n' '6367cd04b192f855d48161a777655f2a77d16076cb3a9fde87267f94c83c4434' '1.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.0.zip"
$out = "1.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6367cd04b192f855d48161a777655f2a77d16076cb3a9fde87267f94c83c4434") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.0.tar.gz
printf '%s %s\n' '91e00f8558e867195e8c25e0425ba3b86159f07f010fdda35d1bfd773565364f' '1.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.0.tar.gz"
$out = "1.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91e00f8558e867195e8c25e0425ba3b86159f07f010fdda35d1bfd773565364f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.2.0.zip | zip | 592.1 KiB |
blake3-24 cf2142dcf00331047188db3693a93d398e94d464220cea0e
sha256 6367cd04b192f855d48161a777655f2a77d16076cb3a9fde87267f94c83c4434
sha1 f4241edb9abdb4352ee7a25dc59adbd0c557922e
|
| 1.2.0.tar.gz | tar.gz | 481.5 KiB |
blake3-24 571c388392784a81c1ee4b790cfd5e0e1d18e85eadb4176f
sha256 91e00f8558e867195e8c25e0425ba3b86159f07f010fdda35d1bfd773565364f
sha1 f0a7088565b89cceadfdeb4ee2b57e297464f5ea
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.2.0.tar.gz"],
integrity = "sha256-keAPhVjoZxlejCXgQlujuGFZ8H8BD92jXRv9dzVlNk8=",
strip_prefix = "bitchat-android-1.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.2.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.0.tar.gz"],
integrity = "sha256-keAPhVjoZxlejCXgQlujuGFZ8H8BD92jXRv9dzVlNk8=",
strip_prefix = "bitchat-android-1.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.2.0.tar.gz",