vault / bitchat-android / 1.1.0
bitchat-android @ 1.1.0
integrity
- size
- 586.3 KiB
- downloaded
- last checked
release notes
UI/UX improvements
What's Changed
- persist last channel by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/284
- user bottom sheet by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/285
- Link preview by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/286
- Geohash notifications by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/288
- Statusbar seamless by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/289
- bump version to 1.1.0 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/293
- New about sheet by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/294
- slightly increase padding by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/295
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/1.0.0...1.1.0
download
unix · zip
curl -fL -o 1.1.0.zip https://ratatoskr.space/pkg/bitchat-android/1.1.0.zip
printf '%s %s\n' '68a1481292b61170668c77c898ad9a2e60fdcf7a39f2f45e8386713b01af3184' '1.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/1.1.0.zip"
$out = "1.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "68a1481292b61170668c77c898ad9a2e60fdcf7a39f2f45e8386713b01af3184") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.0.tar.gz https://ratatoskr.space/pkg/bitchat-android/1.1.0.tar.gz
printf '%s %s\n' '79386dc9d604a15235f36a7a6eff4f3763bfe653cc36f03aa85128481bd85939' '1.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/1.1.0.tar.gz"
$out = "1.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79386dc9d604a15235f36a7a6eff4f3763bfe653cc36f03aa85128481bd85939") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.1.0.zip
printf '%s %s\n' '68a1481292b61170668c77c898ad9a2e60fdcf7a39f2f45e8386713b01af3184' '1.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.1.0.zip"
$out = "1.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "68a1481292b61170668c77c898ad9a2e60fdcf7a39f2f45e8386713b01af3184") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.1.0.tar.gz
printf '%s %s\n' '79386dc9d604a15235f36a7a6eff4f3763bfe653cc36f03aa85128481bd85939' '1.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.1.0.tar.gz"
$out = "1.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "79386dc9d604a15235f36a7a6eff4f3763bfe653cc36f03aa85128481bd85939") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.1.0.zip | zip | 581.1 KiB |
blake3-24 ff804bd9a697607b27991eeca7bfb6380712e9178a0728ce
sha256 68a1481292b61170668c77c898ad9a2e60fdcf7a39f2f45e8386713b01af3184
sha1 92eb57da9bee88a25442f32ad0b85fb6b5704c0c
|
| 1.1.0.tar.gz | tar.gz | 470.2 KiB |
blake3-24 f083eb9b30a0e8d36d47d3b86d77f146d3faf5ec60cd6afb
sha256 79386dc9d604a15235f36a7a6eff4f3763bfe653cc36f03aa85128481bd85939
sha1 834010abc83d7bd101288525cff3fba9720377b0
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/1.1.0.tar.gz"],
integrity = "sha256-eThtydYEoVI182p6bv9PN2O/5lPMNvA6qFEoSBvYWTk=",
strip_prefix = "bitchat-android-1.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/1.1.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.1.0.tar.gz"],
integrity = "sha256-eThtydYEoVI182p6bv9PN2O/5lPMNvA6qFEoSBvYWTk=",
strip_prefix = "bitchat-android-1.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/1.1.0.tar.gz",