RoboSats v0.7.5 is now out! 🚀
Changes
What's new
For Users
- When Javascript is disabled a box appears to help the user to enable it @gitsofaryan
- Users will now be advised when they select a coordinator not offering swamps in order creation @khadar1020
For Coordinators
- Now orders stay public even if there is a non-confirmed Taker, allowing multiple robots to try to take the order @KoalaSat
Android
Click to download universal RoboSats APK for Android
Smaller bundles for each CPU architecture available in the attachments.
Verify the app using GPG:
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.7.5.alpha-universal.apk.asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Additionally, you can download it from Izzysoft repository or ZapStore
Desktop
Download the Desktop App zip file
Find the zip file that suits with your operative system:
Verify the app using GPG:
- Download the ascii armored signature:
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.7.5.alpha-....asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.7.5-alpha (Docker Hub)
docker pull recksato/robosats:v0.7.5-alpha
Client App Image v0.7.5-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.7.5-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- Fix Desktop release artifacts by @KoalaSat in #1773
- Update nostr.py by @BitcoinVeneto in #1777
- Update README.md by @KoalaSat in #1779
- Show JavaScript Disabled Disclaimer by @gitsofaryan in #1781
- Add new translation portuguese by @thayronepaula in #1217
- Review of the Portuguese translation by @gabbygator184 in #1783
- Fix portuguese urls by @KoalaSat in #1784
- update CLN version by @KoalaSat in #1785
- Downgrade and fix failing grpcio by @KoalaSat in #1789
- Update 07-wallets.md by @Purchase73 in #1796
- added the alert logic for the coordinators with no on chain swap by @khadar1020 in #1804
- chore(deps): bump ncipollo/release-action from 1.13.0 to 1.16.0 by @dependabot in #1788
- chore(deps): bump dawidd6/action-download-artifact from 7 to 9 by @dependabot in #1798
- chore(deps-dev): bump @typescript-eslint/parser from 8.18.0 to 8.26.0 in /mobile by @dependabot in #1801
- chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.0 to 3.8.3 in /mobile by @dependabot in #1768
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.9.0 to 1.10.1 in /mobile/android by @dependabot in #1673
- chore(deps): bump isbang/compose-action from 1.5.1 to 2.2.0 by @dependabot in #1718
- chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.0 to 2.1.10 in /mobile/android by @dependabot in #1708
- Some small typos by @jesterhodl in #1806
- Allow multiple takers by @KoalaSat in #1782
- Display market price apis in API by @KoalaSat in #1811
- Bump to v0.7.5-alpha by @KoalaSat in #1819
New Contributors
- @gitsofaryan made their first contribution in #1781
- @khadar1020 made their first contribution in #1804
- @jesterhodl made their first contribution in #1806
Full Changelog: v0.7.4-alpha...v0.7.5-alpha