v0.7.7-alpha
RoboSats v0.7.7 is now out! 🚀
Changes
This version of clients is not compatible with older versions of coordinators. Coordinators must upgrade first, make sure you don't upgrade your client while this is marked as pre-release.
What's new
For Users

- New coordinators view.
- Available coordinator reviews signed by both the robot and the coordinator.

- Coordinators now display in their profiles market price sources.
- Users are now warned if they try to cancel a non taken order after a payment attempt.
- Some bugs fixed
- Uzbek so'm currency now available
For Coordinators
- Library updates
Android
Click to download universal RoboSats APK for Android
Smaller bundles for each CPU architecture available in the attachments.
Verify the app using GPG:
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.7.7.alpha-universal.apk.asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Additionally, you can download it from Izzysoft repository or ZapStore
Desktop
Download the Desktop App zip file
Find the zip file that suits with your operative system:
Verify the app using GPG:
- Download the ascii armored signature:
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.7.7.alpha-....asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.7.7-alpha (Docker Hub)
docker pull recksato/robosats:v0.7.7-alpha
Client App Image v0.7.7-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.7.7-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- Add docker frontend by @KoalaSat in #1861
- Add market price sources to coordinator summary accordion by @hexlorn in #1858
- Order review token by @KoalaSat in #1869
- add uzbek so'm currency option by @umk0m1qk in #1864
- Add UZS migration by @KoalaSat in #1875
- Wrong message on cancel button when taking an order by @KoalaSat in #1877
- chore(deps): bump channels-redis from 4.2.0 to 4.2.1 by @dependabot in #1669
- chore(deps): bump django-import-export from 4.2.0 to 4.3.7 by @dependabot in #1794
- chore(deps): bump nostr-sdk from 0.35.1 to 0.41.0 by @dependabot in #1868
- chore(deps-dev): bump ruff from 0.8.2 to 0.11.6 by @dependabot in #1867
- chore(deps-dev): bump coverage from 7.6.9 to 7.8.0 by @dependabot in #1842
- Fix tests review by @KoalaSat in #1878
- Bumb mobile versions by @KoalaSat in #1879
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.10.1 to 1.10.2 in /mobile/android by @dependabot in #1863
- chore(deps): bump python from 3.12.3-slim-bookworm to 3.13.3-slim-bookworm by @dependabot in #1856
- Bumb frontend versions by @KoalaSat in #1880
- chore(deps): bump @nivo/core from 0.86.0 to 0.89.1 in /frontend by @dependabot in #1872
- nostr pubkey for Robot by @KoalaSat in #1887
- v0.7.7-alpha by @KoalaSat in #1888
- Prerelease fixes by @KoalaSat in #1890
- Revert python version by @KoalaSat in #1891
- Disable onchian nostr tag by @KoalaSat in #1892
- v0.7.7 pre release fixes by @KoalaSat in #1894
New Contributors
Full Changelog: v0.7.6-alpha...v0.7.7-alpha