Skip to content

Commit a600e70

Browse files
Bump to v0.7.3-alpha
1 parent 673037c commit a600e70

File tree

8 files changed

+26
-27
lines changed

8 files changed

+26
-27
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": "0.7.2",
3+
"version": "0.7.3",
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.2",
3+
"version": "0.7.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

mobile/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ android {
150150
applicationId "com.robosats"
151151
minSdkVersion rootProject.ext.minSdkVersion
152152
targetSdkVersion rootProject.ext.targetSdkVersion
153-
versionCode 6
154-
versionName "0.7.2-alpha"
153+
versionCode 7
154+
versionName "0.7.3-alpha"
155155
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
156156

157157
if (isNewArchitectureEnabled()) {

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.1",
3+
"version": "0.7.3",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

release_notes.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
RoboSats v0.7.2 is now out! :rocket:
1+
RoboSats v0.7.3 is now out! :rocket:
22

33
# Changes
44
## What's new
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
5+
- Websockets now working on Android app: this enables instant chat and Nostr order book features! @koalasat
6+
- First external coordinator now available: you can now see @lnp2pbot orders on RoboSats UI @koalasat
7+
- Better display coordinator info on the Create Order form @koalasat
8+
- Charts now depend on selected currency @femelo
9+
- Fixed exchange summary aggregatons @koalasat
1110

1211
# Android
1312

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

1716
### Verify the app using GPG:
1817

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

2120
2. Run this command on a directory that contains the apk file and and the ascii armored signature.
22-
`gpg --verify robosats-v0.7.2.alpha-universal.apk.asc`
21+
`gpg --verify robosats-v0.7.3.alpha-universal.apk.asc`
2322

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

@@ -30,9 +29,9 @@ Alternatively you can also verify with the release with the SHA256 checksum.
3029
**Download the Desktop App zip file**
3130
Find the zip file that suits with your operative system:
3231

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)
32+
- [Windows](https://github.com/RoboSats/robosats/releases/download/v0.7.3-alpha/robosats-desktop-v0.7.3.alpha-win32-ia32.zip)
33+
- [Mac](https://github.com/RoboSats/robosats/releases/download/v0.7.3-alpha/robosats-desktop-v0.7.3.alpha-mac-darwin-x64.zip)
34+
- [Linux](https://github.com/RoboSats/robosats/releases/download/v0.7.3-alpha/robosats-desktop-v0.7.3.alpha-linux-x64.zip)
3635

3736

3837
### Verify the app using GPG:
@@ -41,17 +40,17 @@ You can also verify with the release with the SHA256 checksum.
4140

4241
# Docker Images
4342

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)
43+
[Coordinator Backend Image v0.7.3-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats/tags?page=1&name=v0.7.3-alpha)
4544

4645

4746
```bash
48-
docker pull recksato/robosats:v0.7.2-alpha
47+
docker pull recksato/robosats:v0.7.3-alpha
4948
```
5049

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

5352
```bash
54-
docker pull recksato/robosats-client:v0.7.2-alpha
53+
docker pull recksato/robosats-client:v0.7.3-alpha
5554
```
5655

5756
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": 2
4+
"patch": 3
55
}

0 commit comments

Comments
 (0)