RoboSats v0.7.9 is now out! :rocket:
Changes
What's new
For Users
- Orders can be created now with a password (Advance settings). These orders won't appear in the public orders view and can be taken only if the robot inputs the same password.
- Orders can be fetch now by URL in the Book view
- New coordinator: FreedomSats [#2004]
- Peach orders now available in Global orders book
- Chat fix for Start9/Umbrel
For Coordinators
- Traditional non-docker environment files updated
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.9.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:
- Mac
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.7.9.alpha-....asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.7.9-alpha (Docker Hub)
:::bash
docker pull recksato/robosats:v0.7.9-alpha
Client App Image v0.7.9-alpha (Docker Hub)
:::bash
docker pull recksato/robosats-client:v0.7.9-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- Fix Range and Date on maker creation by @KoalaSat in https://github.com/RoboSats/robosats/pull/1960
- Android: Add Adaptive Icons support by @dennisreimann in https://github.com/RoboSats/robosats/pull/1953
- Fix order table by @KoalaSat in https://github.com/RoboSats/robosats/pull/1961
- Expire nip17 by @KoalaSat in https://github.com/RoboSats/robosats/pull/1962
- Update ZapStore file by @KoalaSat in https://github.com/RoboSats/robosats/pull/1965
- Update minor libraries by @KoalaSat in https://github.com/RoboSats/robosats/pull/1966
- chore(deps): bump celery from 5.4.0 to 5.5.2 by @dependabot in https://github.com/RoboSats/robosats/pull/1915
- chore(deps-dev): bump pre-commit from 4.0.1 to 4.2.0 by @dependabot in https://github.com/RoboSats/robosats/pull/1917
- chore(deps): bump drf-spectacular-sidecar from 2024.12.1 to 2025.5.1 by @dependabot in https://github.com/RoboSats/robosats/pull/1918
- chore(deps): bump shapely from 2.0.6 to 2.0.7 by @dependabot in https://github.com/RoboSats/robosats/pull/1963
- allow logging to file and setting LOGGER_LEVEL by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1931
- Fix chat older versions by @KoalaSat in https://github.com/RoboSats/robosats/pull/1967
- Traditional non docker environment for backend development v2 by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1940
- Bump Django 5.1.9 by @KoalaSat in https://github.com/RoboSats/robosats/pull/1968
- change lnd down errors to general node errors by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1969
- Catch errors in chat by @KoalaSat in https://github.com/RoboSats/robosats/pull/1972
- Fix android not loading by @KoalaSat in https://github.com/RoboSats/robosats/pull/1974
- Update 07-wallets.md by @htteot in https://github.com/RoboSats/robosats/pull/1987
- change nostr_pubkey in tests by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1980
- cln fix invoice dropped that caused order stuck by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/1996
- Add optional password to Orders by @KoalaSat in https://github.com/RoboSats/robosats/pull/2006
- documentation: update Wallets file by @htteot in https://github.com/RoboSats/robosats/pull/2003
- Traditional non docker environment for production by @jerryfletcher21 in https://github.com/RoboSats/robosats/pull/2013
- New Coordinator FreedomSats by @KoalaSat in https://github.com/RoboSats/robosats/pull/2007
- v0.7.9-alpha by @KoalaSat in https://github.com/RoboSats/robosats/pull/2015
- Change copy URL string by @KoalaSat in https://github.com/RoboSats/robosats/pull/2016
- Include more order info when there is a password by @KoalaSat in https://github.com/RoboSats/robosats/pull/2017
- Fix peach orders by @KoalaSat in https://github.com/RoboSats/robosats/pull/2020
- Fix orders ids by @KoalaSat in https://github.com/RoboSats/robosats/pull/2021
Full Changelog: https://github.com/RoboSats/robosats/compare/v0.7.8-alpha...v0.7.9-alpha