Skip to content

v0.8.0-alpha

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 13:41
· 43 commits to main since this release
e9f9d01

RoboSats v0.8.0 is now out! 🚀

Changes

What's new

For 3rd parties

⚠️ Coordinators will now require a valid nostr pubkey on headers: https://github.com/RoboSats/robosats/blob/development-docs/development/docs.md#authentication

For Users

  • Better custom payment methods tool
Screenshot from 2025-07-14 14-44-42
  • To avoid performance issues, the coordinator ratings verification is now manual.
Screenshot from 2025-07-14 14-46-00
  • New trade breadcrumb
Screenshot from 2025-07-14 14-51-07
  • Mobile nav bar
Screenshot from 2025-07-14 14-55-16 Screenshot from 2025-07-14 14-55-21
  • WebLN payments (i.e. Alby extension) window now use Hold invoices
Screenshot from 2025-07-14 14-54-21
- All translations updated (via LLM)
Screenshot from 2025-07-14 15-00-18
  • New warning dialogs to help users understand the risks of each step
Screenshot from 2025-07-14 15-44-20
  • Improved general performance
  • Remember hidden self-hosted alert
  • Fixed silent failure for invalid invoices #2056
  • Coordinator onchain payments are now disabled for swaps. These payments are unnecessary on this scenario and cause user mistakes.
  • Libraries upgrades

For Coordinators

  • Badges updated
  • Nostr pubkeys are now mandatory on Authentication
  • Libraries upgrades

Android

Click to download universal RoboSats APK for Android
Smaller bundles for each CPU architecture available in the attachments.

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.8.0.alpha-universal.apk.asc

  3. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 KoalaSat 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:

  1. Download the ascii armored signature:
  1. Run this command on a directory that contains the apk file and and the ascii armored signature.
    gpg --verify robosats-v0.8.0.alpha-....asc

  2. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571 KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157

Docker Images

Coordinator Backend Image v0.8.0-alpha (Docker Hub)

docker pull recksato/robosats:v0.8.0-alpha

Client App Image v0.8.0-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.8.0-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

What's Changed

New Contributors

Full Changelog: v0.7.9-alpha...v0.8.0-alpha