github RoboSats/robosats v0.4.1-alpha

latest releases: android-8140899, android-3b18f6a, android-ea3ff1c...
14 months ago

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:

  1. Download the ascii armored signature

  2. 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

  3. 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)

Full Changelog

Closed issues:

  • Fix torified bad requests #376

Merged pull requests:

android-06558f1 (2023-03-09)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator

What's Changed

Full Changelog: v0.4.0-alpha...v0.4.1-alpha

Don't miss a new robosats release

NewReleases is sending notifications on new releases.