|
1 |
| -RoboSats v0.7.0 is now out! :rocket: |
| 1 | +RoboSats v0.7.1 is now out! :rocket: |
2 | 2 |
|
3 | 3 | # Changes
|
4 | 4 | ## What's new
|
5 |
| -- Android built-in torified notifications @koalasat |
6 |
| -- Desktop App for Windows / Mac / Linux by @amitpanwar789 (SoB internship) |
7 |
| -- Order book is now Nostr enabled and shared with Mostr by @koalasat |
8 |
| -- Bug fixes and regression fixes caused with LND v18 upgrade |
9 |
| -- New currency DZA by @kaoala |
10 |
| -- Utils and fixes by @jerryfletcher21 |
| 5 | +- Multiple performance improvements @koalasat |
| 6 | +- Better and faster web notifications @koalasat |
| 7 | +- Bug fixes related to cache @koalasat |
| 8 | +- Fix version updagrade dialog @kaoala |
| 9 | +- Android notification disable button @kaoala |
| 10 | +- Remove Experimental and Satstralia coordinators @kaoala |
| 11 | +- Fix robot avatar generation in Web @kaoala |
| 12 | +- uppercase invoices on QR codes @fiatjaf |
11 | 13 |
|
12 | 14 | # Android
|
13 | 15 |
|
14 |
| -**[Click to download universal RoboSats APK for Android](https://github.com/RoboSats/robosats/releases/download/v0.7.0-alpha/robosats-v0.7.0.alpha-universal.apk)** |
| 16 | +**[Click to download universal RoboSats APK for Android](https://github.com/RoboSats/robosats/releases/download/v0.7.1-alpha/robosats-v0.7.1.alpha-universal.apk)** |
15 | 17 | Smaller bundles for each CPU architecture available in the attachments.
|
16 | 18 |
|
17 | 19 | ### Verify the app using GPG:
|
18 | 20 |
|
19 |
| -1. [Download the ascii armored signature](https://github.com/Reckless-Satoshi/robosats/releases/download/v0.7.0-alpha/robosats-v0.7.0.alpha-universal.apk.asc) |
| 21 | +1. [Download the ascii armored signature](https://github.com/Reckless-Satoshi/robosats/releases/download/v0.7.1-alpha/robosats-v0.7.1.alpha-universal.apk.asc) |
20 | 22 |
|
21 | 23 | 2. Run this command on a directory that contains the apk file and and the ascii armored signature.
|
22 |
| -`gpg --verify robosats-v0.7.0.alpha-universal.apk.asc` |
| 24 | +`gpg --verify robosats-v0.7.1.alpha-universal.apk.asc` |
23 | 25 |
|
24 | 26 | 3. Verify the signer is actually Reckless-Satoshi (fingerprints match): [B4AB5F19113D4125DDF217739C4585B561315571](https://keys.openpgp.org/vks/v1/by-fingerprint/B4AB5F19113D4125DDF217739C4585B561315571)
|
25 | 27 |
|
26 | 28 | Alternatively you can also verify with the release with the SHA256 checksum.
|
27 | 29 |
|
28 | 30 | # Docker Images
|
29 | 31 |
|
30 |
| -[Coordinator Backend Image v0.7.0-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats/tags?page=1&name=v0.7.0-alpha) |
| 32 | +[Coordinator Backend Image v0.7.1-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats/tags?page=1&name=v0.7.1-alpha) |
31 | 33 |
|
32 | 34 |
|
33 | 35 | ```bash
|
34 |
| -docker pull recksato/robosats:v0.7.0-alpha |
| 36 | +docker pull recksato/robosats:v0.7.1-alpha |
35 | 37 | ```
|
36 | 38 |
|
37 |
| -[Client App Image v0.7.0-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats-client/tags?page=1&name=v0.7.0-alpha) |
| 39 | +[Client App Image v0.7.1-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats-client/tags?page=1&name=v0.7.1-alpha) |
38 | 40 |
|
39 | 41 | ```bash
|
40 |
| -docker pull recksato/robosats-client:v0.7.0-alpha |
| 42 | +docker pull recksato/robosats-client:v0.7.1-alpha |
41 | 43 | ```
|
42 | 44 |
|
43 | 45 | See [nodeapp/docker-compose.yml](https://github.com/Reckless-Satoshi/robosats/blob/2cd9d748706a8dcc0f03006b483acc6000e0572a/nodeapp/docker-compose.yml) for an example docker-compose usage of the `robosats-client` image.
|
|
0 commit comments