Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
with:
body_path: release_notes.md
generate_release_notes: true
draft: true

# Upload app-universal-release APK artifact asset
- name: 'Download universal APK Artifact'
Expand Down Expand Up @@ -166,8 +167,8 @@ jobs:
- name: 'Download macOS Build Artifact'
uses: actions/download-artifact@v4
with:
name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-mac-darwin-x64.zip
path: .
path: desktopApp/release-builds/Robosats-darwin-x64
name: robosats-desktop-${{ inputs.semver }}-mac-darwin-x64.zip

- name: 'Upload macOS Build Artifact'
id: upload-release-mac-zip-asset
Expand All @@ -176,15 +177,15 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: robosats-desktop-${{ needs.check-versions.outputs.semver }}-mac-darwin-x64.zip
asset_name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-mac-darwin-x64.zip
asset_path: desktopApp/release-builds/Robosats-darwin-x64
asset_name: robosats-desktop-${{ inputs.semver }}-mac-darwin-x64.zip
asset_content_type: application/zip

- name: 'Download linux Build Artifact'
uses: actions/download-artifact@v4
with:
name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-linux-x64.zip
path: .
path: desktopApp/release-builds/Robosats-linux-x64
name: robosats-desktop-${{ inputs.semver }}-linux-x64.zip

- name: 'Upload linux Build Artifact'
id: upload-release-linux-zip-asset
Expand All @@ -193,15 +194,15 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: robosats-desktop-${{ needs.check-versions.outputs.semver }}-linux-x64.zip
asset_name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-linux-x64.zip
asset_path: desktopApp/release-builds/Robosats-linux-x64
asset_name: robosats-desktop-${{ inputs.semver }}-linux-x64.zip
asset_content_type: application/zip

- name: 'Download Windows Build Artifact'
uses: actions/download-artifact@v4
with:
name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-win32-ia32.zip
path: .
path: desktopApp/release-builds/Robosats-win32-ia32
name: robosats-desktop-${{ inputs.semver }}-win32-ia32.zip

- name: 'Upload Windows Build Artifact'
id: upload-release-win-zip-asset
Expand All @@ -210,6 +211,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: robosats-desktop-${{ needs.check-versions.outputs.semver }}-win32-ia32.zip
asset_name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-win32-ia32.zip
asset_path: desktopApp/release-builds/Robosats-win32-ia32
asset_name: robosats-desktop-${{ inputs.semver }}-win32-ia32.zip
asset_content_type: application/zip
28 changes: 19 additions & 9 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ RoboSats v0.7.4 is now out! :rocket:

# Changes
## What's new
- Websockets now working on Android app: this enables instant chat and Nostr order book features! @koalasat
- First external coordinator now available: you can now see @lnp2pbot orders on RoboSats UI @koalasat
- Better display coordinator info on the Create Order form @koalasat
- Charts now depend on selected currency @femelo
- Fixed exchange summary aggregatons @koalasat
### For Users
- You can now see @lnp2pbot orders on RoboSats mobile app @koalasat
- Changed URLs to https://robosats.org and new onion @koalasat
- Order creation view now displays all available payment methods @koalasat
- Test fixes @jerryfletcher21
- Libraries updates @KoalaSat
### For Coordinators
- Libraries updates @koalasat

# Android

Expand All @@ -22,7 +25,7 @@ Smaller bundles for each CPU architecture available in the attachments.

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

Alternatively you can also verify with the release with the SHA256 checksum.
Additionally, you can download it from [Izzysoft repository](https://apt.izzysoft.de/fdroid/) or [ZapStore](https://zapstore.dev/)

# Desktop

Expand All @@ -33,10 +36,18 @@ Find the zip file that suits with your operative system:
- [Mac](https://github.com/RoboSats/robosats/releases/download/v0.7.4-alpha/robosats-desktop-v0.7.4.alpha-mac-darwin-x64.zip)
- [Linux](https://github.com/RoboSats/robosats/releases/download/v0.7.4-alpha/robosats-desktop-v0.7.4.alpha-linux-x64.zip)


### Verify the app using GPG:

You can also verify with the release with the SHA256 checksum.
1. Download the ascii armored signature:

- [Windows](https://github.com/RoboSats/robosats/releases/download/v0.7.4-alpha/robosats-desktop-v0.7.4.alpha-win32-ia32.zip.asc)
- [Mac](https://github.com/RoboSats/robosats/releases/download/v0.7.4-alpha/robosats-desktop-v0.7.4.alpha-mac-darwin-x64.zip.asc)
- [Linux](https://github.com/RoboSats/robosats/releases/download/v0.7.4-alpha/robosats-desktop-v0.7.4.alpha-linux-x64.zip.asc)

3. Run this command on a directory that contains the apk file and and the ascii armored signature.
`gpg --verify robosats-v0.7.4.alpha-....asc`

4. Verify the signer is actually ~~Reckless-Satoshi (fingerprints match): [B4AB5F19113D4125DDF217739C4585B561315571](https://keys.openpgp.org/vks/v1/by-fingerprint/B4AB5F19113D4125DDF217739C4585B561315571)~~ KoalaSat [8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157](https://keys.openpgp.org/vks/v1/by-fingerprint/8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157)

# Docker Images

Expand All @@ -54,4 +65,3 @@ docker pull recksato/robosats-client:v0.7.4-alpha
```

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.