Skip to content

Commit 6b8b694

Browse files
Bump to v0.7.2-alpha
1 parent ee2f659 commit 6b8b694

File tree

8 files changed

+29
-40
lines changed

8 files changed

+29
-40
lines changed

desktopApp/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktopApp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "desktop-app",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

mobile/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ android {
151151
applicationId "com.robosats"
152152
minSdkVersion rootProject.ext.minSdkVersion
153153
targetSdkVersion rootProject.ext.targetSdkVersion
154-
versionCode 5
155-
versionName "0.7.1-alpha"
154+
versionCode 6
155+
versionName "0.7.2-alpha"
156156
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
157157

158158
if (isNewArchitectureEnabled()) {

mobile/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release_notes.md

+19-30
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
1-
RoboSats v0.7.1 is now out! :rocket:
1+
RoboSats v0.7.2 is now out! :rocket:
22

33
# Changes
44
## What's new
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
5+
- Recovery robot form improved @koalasat
6+
- Fast generate robot -> fast generate order @koalasat
7+
- Nostr order books @koalasat
8+
- Dependencies upgraded @koalasat
9+
- Many small bug fixes @koalasat
10+
- Add coordinator Alias to invoice description @koalasat
1311

1412
# Android
1513

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)**
14+
**[Click to download universal RoboSats APK for Android](https://github.com/RoboSats/robosats/releases/download/v0.7.2-alpha/robosats-v0.7.2.alpha-universal.apk)**
1715
Smaller bundles for each CPU architecture available in the attachments.
1816

1917
### Verify the app using GPG:
2018

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)
19+
1. [Download the ascii armored signature](https://github.com/Reckless-Satoshi/robosats/releases/download/v0.7.2-alpha/robosats-v0.7.2.alpha-universal.apk.asc)
2220

2321
2. Run this command on a directory that contains the apk file and and the ascii armored signature.
24-
`gpg --verify robosats-v0.7.1.alpha-universal.apk.asc`
22+
`gpg --verify robosats-v0.7.2.alpha-universal.apk.asc`
2523

2624
3. Verify the signer is actually Reckless-Satoshi (fingerprints match): [B4AB5F19113D4125DDF217739C4585B561315571](https://keys.openpgp.org/vks/v1/by-fingerprint/B4AB5F19113D4125DDF217739C4585B561315571)
2725

@@ -32,37 +30,28 @@ Alternatively you can also verify with the release with the SHA256 checksum.
3230
**Download the Desktop App zip file**
3331
Find the zip file that suits with your operative system:
3432

35-
- [Windows](https://github.com/RoboSats/robosats/releases/download/v0.7.1-alpha/robosats-desktop-v0.7.1-alpha-win32-ia32.zip)
36-
- [Mac](https://github.com/RoboSats/robosats/releases/download/v0.7.1-alpha/robosats-desktop-v0.7.1-alpha-mac-darwin-x64.zip)
37-
- [Linux](https://github.com/RoboSats/robosats/releases/download/v0.7.1-alpha/robosats-desktop-v0.7.1-alpha-linux-x64.zip)
33+
- [Windows](https://github.com/RoboSats/robosats/releases/download/v0.7.2-alpha/robosats-desktop-v0.7.2-alpha-win32-ia32.zip)
34+
- [Mac](https://github.com/RoboSats/robosats/releases/download/v0.7.2-alpha/robosats-desktop-v0.7.2-alpha-mac-darwin-x64.zip)
35+
- [Linux](https://github.com/RoboSats/robosats/releases/download/v0.7.2-alpha/robosats-desktop-v0.7.2-alpha-linux-x64.zip)
3836

39-
### Verify the app using GPG:
40-
41-
1. Download the ascii armored signature
42-
- [Windows](https://github.com/RoboSats/robosats/releases/download/v0.7.1-alpha/robosats-desktop-v0.7.1-alpha-win32-ia32.zip.asc)
43-
- [Mac](https://github.com/RoboSats/robosats/releases/download/v0.7.1-alpha/robosats-desktop-v0.7.1-alpha-mac-darwin-x64.zip.asc)
44-
- [Linux](https://github.com/RoboSats/robosats/releases/download/v0.7.1-alpha/robosats-desktop-v0.7.1-alpha-linux-x64.zip.asc)
45-
46-
2. Run this command on a directory that contains the apk file and and the ascii armored signature.
47-
`gpg --verify robosats-v0.7.1.alpha-{{your version}}.asc`
4837

49-
3. Verify the signer is actually Reckless-Satoshi (fingerprints match): [B4AB5F19113D4125DDF217739C4585B561315571](https://keys.openpgp.org/vks/v1/by-fingerprint/B4AB5F19113D4125DDF217739C4585B561315571)
38+
### Verify the app using GPG:
5039

51-
Alternatively you can also verify with the release with the SHA256 checksum.
40+
You can also verify with the release with the SHA256 checksum.
5241

5342
# Docker Images
5443

55-
[Coordinator Backend Image v0.7.1-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats/tags?page=1&name=v0.7.1-alpha)
44+
[Coordinator Backend Image v0.7.2-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats/tags?page=1&name=v0.7.2-alpha)
5645

5746

5847
```bash
59-
docker pull recksato/robosats:v0.7.1-alpha
48+
docker pull recksato/robosats:v0.7.2-alpha
6049
```
6150

62-
[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)
51+
[Client App Image v0.7.2-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats-client/tags?page=1&name=v0.7.2-alpha)
6352

6453
```bash
65-
docker pull recksato/robosats-client:v0.7.1-alpha
54+
docker pull recksato/robosats-client:v0.7.2-alpha
6655
```
6756

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

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"major": 0,
33
"minor": 7,
4-
"patch": 1
4+
"patch": 2
55
}

0 commit comments

Comments
 (0)