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:
-
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
-
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
- Refactor Order/Slot models by @KoalaSat in #1407
- Fix self-hosted client image by @KoalaSat in #1460
- Add extra tags to nostr by @KoalaSat in #1476
- Fix trade summary sats by @KoalaSat in #1477
- Store status notifications by @KoalaSat in #1429
- Fix file cache problem and static files management by @KoalaSat in #1480
- fix version update dialog texts by @KoalaSat in #1481
- Manually disable android notifications by @KoalaSat in #1482
- fix proxy logo by @KoalaSat in #1483
- fix notification not raising on first run by @KoalaSat in #1484
- BigLake clearnet urls by @KoalaSat in #1492
- Temple clearnet url and email by @KoalaSat in #1493
- Fix android app chat by @KoalaSat in #1494
- Fix Robohash generation on web by @KoalaSat in #1496
- Avoid duplicated notifications by @KoalaSat in #1497
- chore(deps): bump body-parser and express in /desktopApp by @dependabot in #1498
- BigLake clearnet urls updated and website added by @gabbygator184 in #1499
- Revert "Avoid duplicated notifications" by @KoalaSat in #1505
- Revert "Store status notifications" by @KoalaSat in #1506
- Update social links by @KoalaSat in #1504
- Fix header icons mobile by @KoalaSat in #1507
- Remove Satstralia coordinator by @KoalaSat in #1508
- chore(deps): bump webrick from 1.8.1 to 1.8.2 in /docs by @dependabot in #1503
- BitcoinVeneto clearnet urls updated and website by @BitcoinVeneto in #1509
- Increase robot avatar wait time by @KoalaSat in #1516
- uppercase invoices on QR codes by @fiatjaf in #1517
- Bump to v0.7.1-alpha by @KoalaSat in #1527
- Fix desktop release by @KoalaSat in #1528
- Fix desktop release by @KoalaSat in #1529
- Fix Desktop release by @KoalaSat in #1530
- Desktop release instructions by @KoalaSat in #1531
New Contributors
- @gabbygator184 made their first contribution in #1499
- @fiatjaf made their first contribution in #1517
Full Changelog: v0.7.0-alpha...v0.7.1-alpha