vault / bitchat-android / 1.4.0
bitchat-android @ 1.4.0
integrity
- size
- 936.8 KiB
- downloaded
- last checked
release notes
- image and audio transfer over mesh*
- translations
- bug fixes
*android-only for now, iOS soon
What's Changed
- remove the noise handshake if peer goes offline by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/435
- Media transfers by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/440
- fix unit tests by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/442
- fix: clear channel messages on reset by @elian1780 in https://github.com/permissionlesstech/bitchat-android/pull/446
- Translations by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/467
- Remove ghost sync by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/468
- Extract constants by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/469
- bump version 1.4.0 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/470
New Contributors
- @elian1780 made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/446
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.3.1...1.4.0
download
unix · zip
curl -fL -o 1.4.0.zip https://ratatoskr.space/pkg/bitchat-android/1.4.0.zip
printf '%s %s\n' '24d1accdc856449a67c80a958dd741c184b1ef779c0f8fb77d16925a7cf0b3ac' '1.4.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.4.0.zip"
$out = "1.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "24d1accdc856449a67c80a958dd741c184b1ef779c0f8fb77d16925a7cf0b3ac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.4.0.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.4.0.tar.gz
printf '%s %s\n' '1472ad12eb5c2e12c688649a9f3058d6e9c07c1d7d16a1df74173a233ea0b096' '1.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.4.0.tar.gz"
$out = "1.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1472ad12eb5c2e12c688649a9f3058d6e9c07c1d7d16a1df74173a233ea0b096") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.4.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.4.0.zip
printf '%s %s\n' '24d1accdc856449a67c80a958dd741c184b1ef779c0f8fb77d16925a7cf0b3ac' '1.4.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.4.0.zip"
$out = "1.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "24d1accdc856449a67c80a958dd741c184b1ef779c0f8fb77d16925a7cf0b3ac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.4.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.4.0.tar.gz
printf '%s %s\n' '1472ad12eb5c2e12c688649a9f3058d6e9c07c1d7d16a1df74173a233ea0b096' '1.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.4.0.tar.gz"
$out = "1.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1472ad12eb5c2e12c688649a9f3058d6e9c07c1d7d16a1df74173a233ea0b096") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.4.0.zip | zip | 925.7 KiB |
blake3-24 8a8a261fc84d091bbcae183ade509b787cf509923af03935
sha256 24d1accdc856449a67c80a958dd741c184b1ef779c0f8fb77d16925a7cf0b3ac
sha1 e2e3efd6fd0eaa67612ceed2a48be96e9a871e3d
|
| 1.4.0.tar.gz | tar.gz | 734.5 KiB |
blake3-24 f5206019e5c5ccba1f489d7f7da6824abf30d2d8d88a83e1
sha256 1472ad12eb5c2e12c688649a9f3058d6e9c07c1d7d16a1df74173a233ea0b096
sha1 f11341f6f69ed9b9ce7aa1172748c54c8c35ba31
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.4.0.tar.gz"],
integrity = "sha256-FHKtEutcLhLGiGSanzBY1unAfB19FqHfdBc6Iz6gsJY=",
strip_prefix = "bitchat-android-1.4.0",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.4.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.4.0.tar.gz"],
integrity = "sha256-FHKtEutcLhLGiGSanzBY1unAfB19FqHfdBc6Iz6gsJY=",
strip_prefix = "bitchat-android-1.4.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.4.0.tar.gz",