RoboSats v0.4.1-alpha is now out! 🚀
This release has some minor UI improvements and fixes:
- Swap orders are now more descriptive. The order details and the maker form are explicit about the Sats you will send or receive via LN or Onchain.
- Android app now handles well all bad requests to the coordinator (thanks @KoalaSat !)
- Clicking "Confirm fiat sent" on chat now requires a double confirmation.
- Some other small fixes: fixed UI bug on escrow submission textfield prompt; add proper healthcheck to dockerized client app; fixed unsafe/selfhosted alerts hiding automatically; added new envvar for coordinator to allow/disallow spending unconfirmed outputs.
Android
Click to download RoboSats APK for Android
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.4.1.alpha.apk.asc
-
Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571
Known missing features:
- Android APK has no sound or notifications.
Docker Images
Coordinator Backend Image v0.4.1-alpha (Docker Hub)
docker pull recksato/robosats:v0.4.1-alpha
Client App Image v0.4.1-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.4.1-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
Changelog
v0.4.1-alpha (2023-03-10)
Closed issues:
- Fix torified bad requests #376
Merged pull requests:
- Capture HTTP errors on Android #384 (KoalaSat)
- Add fiat sent confirmation dialog #383 (Reckless-Satoshi)
- Enhance clarity for swaps #382 (Reckless-Satoshi)
android-06558f1 (2023-03-09)
* This Changelog was automatically generated by github_changelog_generator
What's Changed
- Add fiat sent confirmation dialog by @Reckless-Satoshi in #383
- Capture HTTP errors on Android by @KoalaSat in #384
- Enhance clarity for swaps by @Reckless-Satoshi in #382
Full Changelog: v0.4.0-alpha...v0.4.1-alpha