RoboSats v0.8.5-alpha is now out! 🚀
Changes
What's new
TL;DR
Users can now upload encrypted images in chat. 2 coordinators removed from service.
For Users
- Users can now upload encrypted images in chat using Coordinator's Blossom server
- Visual warning for orders with bonds below the default 3%
- Libraries security updates
- Removed 2 coordinators:
- Bitcoin Venetto
- WhiteEyeSats
New payment methods
- Doordash USA giftcard
- Wero
Bugs
- Infinite loading when reloading/renewing orders now properly catch up
- When loading any specific path different from root the app failed.
- Crash on mobile devices when switching between Fiat/Swap modes with a payment method selected
- Coordinator ratings showed different counts in the list view vs. the detail dialog
- UI overlap issue where the bond percentage was displayed simultaneously in both the Bond column and the Premium column on certain screen sizes
- Return OK on successful order cancel
For Coordinators
- nostr host is now configurable
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.5.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.5.alpha-....asc -
Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.8.5-alpha (Docker Hub)
docker pull recksato/robosats:v0.8.5-alphaClient App Image v0.8.5-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.8.5-alphaSee nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.
What's Changed
- Fix grammar in frontend locales by @fxrstor in #2366
- feat: Nostr private chat by @KoalaSat in #2358
- feat: add visual warning for low bond orders by @keshav0479 in #2361
- Add Wero payment method by @KoalaSat in #2374
- change escrow duration from 8 - 10 hrs by @hbdc-BtcFixesThis in #2304
- fix: Electron worker crash by updating Webpack config and worker instantiation by @Wizard079 in #2369
- Fix/electron incompatibility by @Wizard079 in #2376
- fix:return 200 OK on successful order cancel by @keshav0479 in #2368
- feat(pro): Pro Toolbar with workspace management and widget drawer by @keshav0479 in #2345
- chore(deps): bump lodash from 4.17.21 to 4.17.23 in /frontend by @dependabot[bot] in #2387
- Fix tests and remove WhiteEyeSats cooridnator by @KoalaSat in #2389
- chore(deps): bump diff and npm in /frontend by @dependabot[bot] in #2385
- chore(deps): bump tar and npm in /frontend by @dependabot[bot] in #2388
- Fix tests by @KoalaSat in #2390
- fix: synchronize bond column visibility with premium column bond info display by @Wizard079 in #2384
- Ignore invalid nostr pubkeys by @alicecoordinator in #2386
- Fix: Sync coordinator ratings between list and detail views by @kanishka0411 in #2381
- feat: make nostr host configurable by @alicecoordinator in #2377
- Fix: resolve crash on mobile when switching between Fiat and Swap modes by @kanishka0411 in #2394
- Fix order page load by @KoalaSat in #2395
- Add SIPAP payment method by @OrangePanther21 in #2391
- Add Doordash USA giftcard by @KoalaSat in #2396
- feat: encrypted image upload in chat by @keshav0479 in #2382
- Android app image upload by @KoalaSat in #2397
- chore(deps): bump glob from 10.4.5 to 10.5.0 in /frontend by @dependabot[bot] in #2407
- fix: resolve order page loading race condn by @keshav0479 in #2402
- fix: resolve infinite loading and show errors on order renewal by @keshav0479 in #2404
- Remove Tor access details for Experimental coordinator by @f321x in #2409
- fix: added silent flag to suppress background loading errors by @keshav0479 in #2408
- fix: use BTC axis label instead of ₿ symbol in depth chart for Tor Browser compatibility by @kanishka0411 in #2410
- feat: custom http notifications by @kanishka0411 in #2405
- chore(deps): bump qs from 6.14.1 to 6.14.2 in /desktopApp by @dependabot[bot] in #2428
- chore(deps): bump pillow from 11.3.0 to 12.1.1 by @dependabot[bot] in #2425
- chore(deps): bump ajv from 6.12.6 to 6.14.0 in /frontend by @dependabot[bot] in #2436
- v0.8.5-alpha by @KoalaSat in #2461
New Contributors
- @fxrstor made their first contribution in #2366
- @kanishka0411 made their first contribution in #2381
- @OrangePanther21 made their first contribution in #2391
Full Changelog: v0.8.4-alpha...v0.8.5-alpha