RoboSats v0.8.4-alpha is now out! 🚀
This is probably the release with the most widely spread contributors in this project's history. Thank you all!
Changes
What's new
TL;DR
Multiple UI improvements and bugs fixed.
For Users
- Payment methods input clears when switched to Swap @aftermath2
- API errors are globally displayed in a toast message @keshav0479
- Bond displays bellow Premium in mobile view @keshav0479
- Orders are automatically sorted by premium when filtering by SELL / BUY type @FedericoLuque
- Bond amount in sats estimated prior to order creation @FedericoLuque
New payment methods
Bugs
- Typo in federation table @aftermath2
- Wrong swap calculation for "You receive..." @FedericoLuque
- Wrong calculation for "You receive..." in range orders @keshav0479
- WhiteEyeSats and Alice nodeapp and nostr values @Wizard079 @KoalaSat
- Pin colors are now static in map view @Wizard079
For Coordinators
- Alpine updated to allow SOCKS5 @MattDHill
- Security updates
- Update traditional scripts @jerryfletcher21
- Upstreams updated to 127.0.0.1 @Wizard079
- Nostr keys are now correctly stored from headers @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.8.4.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.4.alpha-....asc -
Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.8.4-alpha (Docker Hub)
docker pull recksato/robosats:v0.8.4-alphaClient App Image v0.8.4-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.8.4-alphaSee nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.
What's Changed
- update alpine for SOCKS5 support by @MattDHill in #2312
- Fix typo in federation table header by @aftermath2 in #2324
- Update nodeapp by @KoalaSat in #2328
- Add Binance and DANA payment methods by @KoalaSat in #2334
- Fix/2326 swap calculation UI by @FedericoLuque in #2329
- chore(deps): bump qs and express in /desktopApp by @dependabot[bot] in #2337
- Clear payment methods on mode change by @aftermath2 in #2339
- chore(deps): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #2305
- chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in /frontend by @dependabot[bot] in #2319
- update traditional scripts by @jerryfletcher21 in #2341
- fix: correct exchange rate calculation for taken range orders by @keshav0479 in #2344
- feat: display global notification on API request failures (fixes #2106) by @keshav0479 in #2340
- config: Replace the problematic location block with upstream in nginx… by @Wizard079 in #2347
- fix: use 127.0.0.1 instead of localhost to match socat bindings by @Wizard079 in #2348
- chore(deps): bump react-router and react-router-dom by @KoalaSat in #2352
- feat: display bond % stacked under premium on mobile by @keshav0479 in #2350
- feat: Implement dynamic default sorting for offer book by @FedericoLuque in #2315
- feat: add real-time bond estimation to order form by @FedericoLuque in #2333
- update whiteyes coordinator by @KoalaSat in #2355
- fix: correct SVG icon color rendering by @Wizard079 in #2354
- API header fixes by @KoalaSat in #2356
- v0.8.4-alpha by @KoalaSat in #2357
- Hide 404 api code errors by @KoalaSat in #2365
New Contributors
- @MattDHill made their first contribution in #2312
- @keshav0479 made their first contribution in #2344
- @Wizard079 made their first contribution in #2347
Full Changelog: v0.8.3-alpha...v0.8.4-alpha