bitchat @ v1.4.2
integrity
- size
- 23.3 MiB
- downloaded
- last checked
release notes
gate tor/nostr connections:
- add option to turn tor on and off
- gate default relay connections behind mutual favs
What's Changed
- Prevent Github Languages stats skewing by @qalandarov in https://github.com/permissionlesstech/bitchat/pull/630
- Set macOS App Category as Social Media as well by @qalandarov in https://github.com/permissionlesstech/bitchat/pull/628
- Single source of truth for Marketing Version by @qalandarov in https://github.com/permissionlesstech/bitchat/pull/627
- add option to turn off tor, gate default relays connection on mutual favorites by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/631
- chore: debug icon by @r1b2ns in https://github.com/permissionlesstech/bitchat/pull/634
- fix: crash on shared extension by @r1b2ns in https://github.com/permissionlesstech/bitchat/pull/621
- Refactor 2/n: ChatViewModel's Geohash Subscription by @qalandarov in https://github.com/permissionlesstech/bitchat/pull/635
- Remove unused Noise handshake coordinator and identity stubs by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/656
- Refine location notes UI and align sheet layouts by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/660
- Fix BLE stream crashes and gossip sync races by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/663
- [DOCS] enforce https in noiseprotocol.org url by @leoperegrino in https://github.com/permissionlesstech/bitchat/pull/661
- Add Dynamic Type support across chat surfaces by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/664
- Improve BLE relay reliability by @jackjackbits in https://github.com/permissionlesstech/bitchat/pull/665
New Contributors
- @leoperegrino made their first contribution in https://github.com/permissionlesstech/bitchat/pull/661
Full Changelog: https://github.com/permissionlesstech/bitchat/compare/v1.4.1...v1.4.2
download
unix · zip
curl -fL -o v1.4.2.zip https://ratatoskr.space/pkg/bitchat/v1.4.2.zip
printf '%s %s\n' 'c1c1c374547f60d2a329da6afdb936c8a8f6c02504d9f51620a6af3ec01e75c1' 'v1.4.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat/v1.4.2.zip"
$out = "v1.4.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1c1c374547f60d2a329da6afdb936c8a8f6c02504d9f51620a6af3ec01e75c1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.2.tar.gz https://ratatoskr.space/pkg/bitchat/v1.4.2.tar.gz
printf '%s %s\n' '06d466fd684e2cb3b6543f083cdb297dbf607c96466b1818c8fa8ae2d4978c0e' 'v1.4.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat/v1.4.2.tar.gz"
$out = "v1.4.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "06d466fd684e2cb3b6543f083cdb297dbf607c96466b1818c8fa8ae2d4978c0e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.4.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.4.2.zip
printf '%s %s\n' 'c1c1c374547f60d2a329da6afdb936c8a8f6c02504d9f51620a6af3ec01e75c1' 'v1.4.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.4.2.zip"
$out = "v1.4.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1c1c374547f60d2a329da6afdb936c8a8f6c02504d9f51620a6af3ec01e75c1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.4.2.tar.gz
printf '%s %s\n' '06d466fd684e2cb3b6543f083cdb297dbf607c96466b1818c8fa8ae2d4978c0e' 'v1.4.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.4.2.tar.gz"
$out = "v1.4.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "06d466fd684e2cb3b6543f083cdb297dbf607c96466b1818c8fa8ae2d4978c0e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.4.2.zip | zip | 23.6 MiB |
blake3-24 c613280e47fec8256657bd97cd73c86cb5cc433e340df3a8
sha256 c1c1c374547f60d2a329da6afdb936c8a8f6c02504d9f51620a6af3ec01e75c1
sha1 a3df029b3b0d5a473eac1bc0f874a1d493d86d1d
|
| v1.4.2.tar.gz | tar.gz | 22.0 MiB |
blake3-24 f6196ccaf2bf7978e42b30dbfafc97858994e80bd7395109
sha256 06d466fd684e2cb3b6543f083cdb297dbf607c96466b1818c8fa8ae2d4978c0e
sha1 bfbeb0862161788e4f78a277844aea51432a0c89
|
install
bazel
http_archive(
name = "bitchat",
urls = ["https://ratatoskr.space/pkg/bitchat/v1.4.2.tar.gz"],
integrity = "sha256-BtRm/WhOLLO2VD8IPNspfb9gfJZGaxgYyPqK4tSXjA4=",
strip_prefix = "bitchat-v1.4.2",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat/v1.4.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.4.2.tar.gz"],
integrity = "sha256-BtRm/WhOLLO2VD8IPNspfb9gfJZGaxgYyPqK4tSXjA4=",
strip_prefix = "bitchat-v1.4.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat/v1.4.2.tar.gz",