vault / bitchat-android / 1.3.1
bitchat-android @ 1.3.1
integrity
- size
- 689.5 KiB
- downloaded
- last checked
release notes
bugfixes:
- fix: tor startup
- fix: deleting geohash bookmarks
- fix: blocking geohash users
What's Changed
- bump versioncode by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/419
- lock to tor by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/426
- fix: bookmark removal persistence by @lollerfirst in https://github.com/permissionlesstech/bitchat-android/pull/424
- nostr: fix block feature by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/427
- add github tests by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/233
- better verbose logging by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/431
- bump to 1.3.1 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/432
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.3.0...1.3.1
download
unix · zip
curl -fL -o 1.3.1.zip https://ratatoskr.space/pkg/bitchat-android/1.3.1.zip
printf '%s %s\n' 'bda023ff7d0d372c531c98c8814b662ba2cc810e1cbde5ebd47ac0fd13a22d4d' '1.3.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.3.1.zip"
$out = "1.3.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bda023ff7d0d372c531c98c8814b662ba2cc810e1cbde5ebd47ac0fd13a22d4d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.3.1.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.3.1.tar.gz
printf '%s %s\n' '6e46ff1dd0402e97a667bd09c9ed007d9c3ffd2602e00270eaac6c9f0b39ce57' '1.3.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.3.1.tar.gz"
$out = "1.3.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e46ff1dd0402e97a667bd09c9ed007d9c3ffd2602e00270eaac6c9f0b39ce57") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.3.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.3.1.zip
printf '%s %s\n' 'bda023ff7d0d372c531c98c8814b662ba2cc810e1cbde5ebd47ac0fd13a22d4d' '1.3.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.3.1.zip"
$out = "1.3.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bda023ff7d0d372c531c98c8814b662ba2cc810e1cbde5ebd47ac0fd13a22d4d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.3.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.3.1.tar.gz
printf '%s %s\n' '6e46ff1dd0402e97a667bd09c9ed007d9c3ffd2602e00270eaac6c9f0b39ce57' '1.3.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.3.1.tar.gz"
$out = "1.3.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e46ff1dd0402e97a667bd09c9ed007d9c3ffd2602e00270eaac6c9f0b39ce57") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.3.1.zip | zip | 683.4 KiB |
blake3-24 42e9c3874f1d0692936245549e532f6e2717cb96231f6421
sha256 bda023ff7d0d372c531c98c8814b662ba2cc810e1cbde5ebd47ac0fd13a22d4d
sha1 88cf861fe640b4c2c70e8e589952ceea8659fff4
|
| 1.3.1.tar.gz | tar.gz | 552.2 KiB |
blake3-24 80feada9c98dcb5587680958e534c26d0e3c0a4536f9604f
sha256 6e46ff1dd0402e97a667bd09c9ed007d9c3ffd2602e00270eaac6c9f0b39ce57
sha1 14992cc06f0aa4711ccf10bcf30e9916a5165e7a
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.3.1.tar.gz"],
integrity = "sha256-bkb/HdBALpemZ70Jye0AfZw//SYC4AJw6qxsnws5zlc=",
strip_prefix = "bitchat-android-1.3.1",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.3.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.3.1.tar.gz"],
integrity = "sha256-bkb/HdBALpemZ70Jye0AfZw//SYC4AJw6qxsnws5zlc=",
strip_prefix = "bitchat-android-1.3.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.3.1.tar.gz",