vault / bitchat-android / 0.9.0
bitchat-android @ 0.9.0
integrity
- size
- 502.8 KiB
- downloaded
- last checked
release notes
new release with stability improvements and bitchat protocol updates. compatible with bitchat iOS 1.3.1.
What's Changed
- Mock Android Log to fix PeerManager tests by @shubertm in https://github.com/permissionlesstech/bitchat-android/pull/239
- Fix favorite icon not updating on first Sidebar open by @tairrzayev in https://github.com/permissionlesstech/bitchat-android/pull/237
- add sendPeriodicBroadcastAnnounce to startServices by @lollerfirst in https://github.com/permissionlesstech/bitchat-android/pull/243
- gradle: disable baseline profile for f-droid reproducable builds by @mwarning in https://github.com/permissionlesstech/bitchat-android/pull/260
- Changes bitchat protocol by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/265
- fix fragmentation baby by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/266
- Sign announcements by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/267
- bump to 0.9 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/269
- change app ID to com.bitchat.droid by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/270
- bump vc to 12 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/274
New Contributors
- @lollerfirst made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/243
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/0.8.2...0.9.0
download
unix · zip
curl -fL -o 0.9.0.zip https://ratatoskr.space/pkg/bitchat-android/0.9.0.zip
printf '%s %s\n' '04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed' '0.9.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/0.9.0.zip"
$out = "0.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.9.0.tar.gz https://ratatoskr.space/pkg/bitchat-android/0.9.0.tar.gz
printf '%s %s\n' '94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f' '0.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/0.9.0.tar.gz"
$out = "0.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.9.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.zip
printf '%s %s\n' '04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed' '0.9.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.zip"
$out = "0.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.9.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.tar.gz
printf '%s %s\n' '94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f' '0.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.tar.gz"
$out = "0.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.9.0.zip | zip | 497.4 KiB |
blake3-24 92a827ee464cee9521739dc990d53b9b106b95376f2b76f8
sha256 04500565c51397e0ab7be74af554f8e71579d2052b8ba39ae36c0b34ecc236ed
sha1 644527196a2bce05e30b984038ae309872497c39
|
| 0.9.0.tar.gz | tar.gz | 401.7 KiB |
blake3-24 5a6cb99ce19f40849d8e6b676b4b136317efa8f2e9bcfa40
sha256 94c5511c52478c8fe92dfbe84e9fb6ed0ecc0b3c66d6e56c33403d404a9ca27f
sha1 7d6ab98f739cfd46452e9a49e2bf22a8326b20e7
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/0.9.0.tar.gz"],
integrity = "sha256-lMVRHFJHjI/pLfvoTp+27Q7MCzxm1uVsM0A9QEqcon8=",
strip_prefix = "bitchat-android-0.9.0",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/0.9.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.tar.gz"],
integrity = "sha256-lMVRHFJHjI/pLfvoTp+27Q7MCzxm1uVsM0A9QEqcon8=",
strip_prefix = "bitchat-android-0.9.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.9.0.tar.gz",