RoboSats v0.8.3-alpha is now out! 🚀
Changes
What's new
TL;DR
2 new coordinators, some bug fixing and security updates.
For Users
- 2 new coordinators: WhitEyeSats (#2295) and Alice (#2309)
- Telegram links removed
- Nostr events now includes order descriptions
- When the user tries to load the app in Tor Browser with incompatible browsing configuration, a warning message is now displayed.
- Better error messages for Order form
Bugs
- External orders with no available links now don´t display any link button
- In maker form, clear button now fully clears all inputs
For Coordinators
- Security updates
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.8.3.alpha-universal.apk.asc -
Verify the signer is actually KoalaSat 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.8.3.alpha-....asc -
Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.8.3-alpha (Docker Hub)
docker pull recksato/robosats:v0.8.3-alphaClient App Image v0.8.3-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.8.3-alphaSee nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.
What's Changed
- Remove telegram links by @KoalaSat in #2264
- Update 02-payment-methods.md by @Gravity2106 in #2279
- Update 02-payment-methods.md by @Gravity2106 in #2280
- chore(deps): bump path-to-regexp and express in /desktopApp by @dependabot[bot] in #2266
- chore(deps): bump django from 5.1.9 to 5.1.13 by @dependabot[bot] in #2265
- chore(deps): bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #2283
- Include description in nostr note by @KoalaSat in #2282
- Update 02-payment-methods.md by @Gravity2106 in #2284
- Potential fix for code scanning alert no. 21: Workflow does not contain permissions by @KoalaSat in #2285
- chore(deps): bump django from 5.1.13 to 5.1.14 by @dependabot[bot] in #2297
- Update federation.json by @otmooon in #2296
- docs: update Electrum wallet section by @f321x in #2286
- fix tor error messaging when safer or safest mode is enabled in tor by @hbdc-BtcFixesThis in #2300
- Fix external orders empty link by @KoalaSat in #2302
- Add WhitEyeSats Coordinator by @KoalaSat in #2303
- chore(deps): bump django from 5.1.14 to 5.1.15 by @dependabot[bot] in #2311
- feat: Improve 'Create Order' button disabled feedback by @FedericoLuque in #2314
- v0.8.3-alpha by @KoalaSat in #2320
- Use tor to resolve DNS by @alicecoordinator in #2321
- feat: Add new feedback messages translations by @FedericoLuque in #2322
- Correctly clear maker form by @KoalaSat in #2323
- Add Alice Coordinator by @alicecoordinator in #2316
New Contributors
- @otmooon made their first contribution in #2296
- @hbdc-BtcFixesThis made their first contribution in #2300
- @FedericoLuque made their first contribution in #2314
- @alicecoordinator made their first contribution in #2321
Full Changelog: v0.8.2-alpha...v0.8.3-alpha