vault / bitchat-android / 1.5.0
bitchat-android @ 1.5.0
integrity
- size
- 958.0 KiB
- downloaded
- last checked
release notes
- location notes
- take in-app photos
- audio note optimization
What's Changed
- fix: Resolve debug settings bottom sheet crash on some devices by @developerchunk in https://github.com/permissionlesstech/bitchat-android/pull/474
- fix: string formatting crash rssi translation by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/478
- bump versioncode 24 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/479
- Location notes by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/482
- lower voice quality, smaller file size by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/483
- Camera take picture by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/484
- actually 1.5.0 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/485
New Contributors
- @developerchunk made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/474
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.4.0...1.5.0
download
unix · zip
curl -fL -o 1.5.0.zip https://ratatoskr.space/pkg/bitchat-android/1.5.0.zip
printf '%s %s\n' '699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00' '1.5.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.5.0.zip"
$out = "1.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.5.0.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.5.0.tar.gz
printf '%s %s\n' 'bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870' '1.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.5.0.tar.gz"
$out = "1.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.5.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.zip
printf '%s %s\n' '699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00' '1.5.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.zip"
$out = "1.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.5.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.tar.gz
printf '%s %s\n' 'bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870' '1.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.tar.gz"
$out = "1.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.5.0.zip | zip | 946.9 KiB |
blake3-24 e92e674577a8eb39478da48d293d71a521bbf0a56ab7a5d6
sha256 699a86a7796ad68355c6294494eb616b20a486cbb7edc6bc626d23f1e0e87c00
sha1 5b3ddb42e479dd5db2128a15281f28d36a187b4d
|
| 1.5.0.tar.gz | tar.gz | 749.2 KiB |
blake3-24 edb32c42aceddb4d03dbb86a548226c8de25108647393c3a
sha256 bb4cb5fd4f0eb87e33c1d03e2fa88b5a48bb5348f6d23e4245f385366bdbe870
sha1 af91073b7e486bf4f47d87b8392cc8e38e9c6782
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.5.0.tar.gz"],
integrity = "sha256-u0y1/U8OuH4zwdA+L6iLWki7U0j20j5CRfOFNmvb6HA=",
strip_prefix = "bitchat-android-1.5.0",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.5.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.tar.gz"],
integrity = "sha256-u0y1/U8OuH4zwdA+L6iLWki7U0j20j5CRfOFNmvb6HA=",
strip_prefix = "bitchat-android-1.5.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.5.0.tar.gz",