Skip to content

Releases: RoboSats/robosats

robosats-android-a61f3b4

17 Dec 11:56
a61f3b4
Compare
Choose a tag to compare
Pre-release
Merge pull request #1661 from RoboSats/upgrade-gradle

upgrade Gradle

v0.7.3-alpha

24 Nov 08:47
a600e70
Compare
Choose a tag to compare

RoboSats v0.7.3 is now out! 🚀

Changes

What's new

  • Websockets now working on Android app: this enables instant chat and Nostr order book features! @KoalaSat
  • First external coordinator now available: you can now see @lnp2pBot orders on RoboSats UI by @KoalaSat
  • Better display coordinator info on the Create Order form @KoalaSat
  • Charts now depend on selected currency @femelo
  • Fixed exchange summary aggregatons @KoalaSat

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

  3. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571

Alternatively you can also verify with the release with the SHA256 checksum.

Desktop

Download the Desktop App zip file
Find the zip file that suits with your operative system:

Verify the app using GPG:

You can also verify with the release with the SHA256 checksum.

Docker Images

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

docker pull recksato/robosats:v0.7.3-alpha

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

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

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

What's Changed

Full Changelog: v0.7.2-alpha...v0.7.3-alpha

v0.7.2-alpha

10 Nov 09:23
6b8b694
Compare
Choose a tag to compare

RoboSats v0.7.2 is now out! 🚀

Changes

What's new

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

  3. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571

Alternatively you can also verify with the release with the SHA256 checksum.

Desktop

Download the Desktop App zip file
Find the zip file that suits with your operative system:

Verify the app using GPG:

You can also verify with the release with the SHA256 checksum.

Docker Images

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

docker pull recksato/robosats:v0.7.2-alpha

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

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

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

What's Changed

New Contributors

Full Changelog: h...

Read more

v0.7.1-alpha

02 Nov 21:47
0e22915
Compare
Choose a tag to compare

RoboSats v0.7.1 is now out! 🚀

Changes

What's new

  • Multiple performance improvements @KoalaSat
  • Better and faster web notifications @KoalaSat
  • Bug fixes related to cache @KoalaSat
  • Fix version updagrade dialog @KoalaSat
  • Android notification disable button @KoalaSat
  • Remove Experimental and Satstralia coordinators @KoalaSat
  • Fix robot avatar generation in Web @KoalaSat
  • uppercase invoices on QR codes @fiatjaf

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

  3. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571

Alternatively you can also verify with the release with the SHA256 checksum.

Desktop

Download the Desktop App zip file
Find the zip file that suits with your operative system:

Verify the app using GPG:

You can also verify with the release with the SHA256 checksum.

Docker Images

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

docker pull recksato/robosats:v0.7.1-alpha

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

docker pull recksato/robosats-client:v0.7.1-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.0-alpha...v0.7.1-alpha

v0.7.0-alpha

10 Sep 00:45
e199bba
Compare
Choose a tag to compare

RoboSats v0.7.0 is now out! 🚀

Changes

What's new

  • Android built-in torified notifications @KoalaSat
  • Desktop App for Windows / Mac / Linux by @amitpanwar789 (SoB internship)
  • Order book is now Nostr enabled and shared with Mostr by @KoalaSat
  • Bug fixes and regression fixes caused with LND v18 upgrade
  • New currency DZA by @KoalaSat
  • Utils and fixes by @jerryfletcher21

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

  3. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571

Alternatively you can also verify with the release with the SHA256 checksum.

Docker Images

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

docker pull recksato/robosats:v0.7.0-alpha

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

docker pull recksato/robosats-client:v0.7.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.6.3-alpha...v0.7.0-alpha

robosats-desktop-af62693

10 Sep 00:56
af62693
Compare
Choose a tag to compare
Pre-release
Fix desktop artifact upload

robosats-android-444ca99

13 Jul 16:12
886956c
Compare
Choose a tag to compare
Pre-release
Merge pull request #1356 from RoboSats/new-notifications

New notifications

v0.6.3-alpha

07 Jul 13:58
2b1003f
Compare
Choose a tag to compare

RoboSats v0.6.3 is now out! 🚀

Changes

What's new

  • Manually add new coordinators @KoalaSat
  • Polished for CLN coordinators by @jerryfletcher21 and @daywalker90
  • New feature rich notificaitons endpoint at /api/notifications by @KoalaSat
  • Turn on/off the built in Tor node on Android (allows use with Orbot) @KoalaSat
  • Remove robot avatars from coordinator (better coordinator performance)
  • Several small bugs and UI issues mostly by @KoalaSats and @jerryfletcher21
  • Improved API docs by @jerryfletcher21

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

  3. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571

Alternatively you can also verify with the release with the SHA256 checksum.

Docker Images

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

docker pull recksato/robosats:v0.6.3-alpha

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

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

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

What's Changed

robosats-android-62c16c0

07 Jul 11:18
6f4989c
Compare
Choose a tag to compare
Pre-release
remove leftover of avatar generator (#1366)

robosats-android-17a077b

25 Jun 17:10
10c1801
Compare
Choose a tag to compare
Pre-release
chore: add lightning protobuf files in gitignore (#1342)

This way the .proto files generated by scripts/generate_grpc.sh are
ignored and the git environment is kept clean.