Skip to content

Commit 6412754

Browse files
authored
Merge pull request #1527 from RoboSats/v0.7.1-alpha
Bump to v0.7.1-alpha
2 parents d4b3a70 + 07df659 commit 6412754

File tree

9 files changed

+28
-26
lines changed

9 files changed

+28
-26
lines changed

desktopApp/package-lock.json

+2-2
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": "1.0.0",
3+
"version": "0.7.1",
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.0",
3+
"version": "0.7.1",
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 4
155-
versionName "0.7.0-alpha"
154+
versionCode 5
155+
versionName "0.7.1-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.

mobile/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robosats",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

release_notes.md

+16-14
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,45 @@
1-
RoboSats v0.7.0 is now out! :rocket:
1+
RoboSats v0.7.1 is now out! :rocket:
22

33
# Changes
44
## 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
1113

1214
# Android
1315

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)**
1517
Smaller bundles for each CPU architecture available in the attachments.
1618

1719
### Verify the app using GPG:
1820

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)
2022

2123
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`
2325

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

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

2830
# Docker Images
2931

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)
3133

3234

3335
```bash
34-
docker pull recksato/robosats:v0.7.0-alpha
36+
docker pull recksato/robosats:v0.7.1-alpha
3537
```
3638

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)
3840

3941
```bash
40-
docker pull recksato/robosats-client:v0.7.0-alpha
42+
docker pull recksato/robosats-client:v0.7.1-alpha
4143
```
4244

4345
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": 0
4+
"patch": 1
55
}

0 commit comments

Comments
 (0)