This release introduces:
- New Trade Box, Order Page and Notification components.
- Order status will keep refreshing even if the user is browsing the order book or adjusting settings.
- Notifications will fire wherever you are in the app. Browser tab blinks if you are on another tab.
- New buyer payout form with advanced options.
- User can choose the routing budget (now you can receive payouts to expensive wallets e.g Muun, you pay the routing fee).
- User can wrap their invoice with Lnproxy (experimental) to protect the privacy of the receiving node_id or wallet.
- All actions during a trade have moved to the TradeBox (e.g. cancel buttons, collab cancel...).
- Optionally automatically upload chat logs when opening a dispute.
- Many bug fixes (and many new bugs too!)
This release is only deployed to RoboTest. Updating is not adviced until RoboSats coordinator is running v0.3.1!
Docker Images
Coordinator Backend Image v0.3.1-alpha (Docker Hub)
docker pull recksato/robosats:v0.3.1-alpha
Client App Image v0.3.1-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.3.1-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
Android
Find below the Android APK assets. The APK release is unsigned.
Known bugs:
- Android APK has no sound or notifications.
Changelog
- Add routing budget and lnproxy #328 (Reckless-Satoshi)
- Update Docs - Minor Fixes #327 (okada-blue)
- Add advanced options to LN payout form #326 (Reckless-Satoshi)
- PRO & Basic: TradeBox and OrderPage functional components. #303
- UX suggestion - changing title bar as additional event notification (in addition to ring) #283
- Bump loader-utils from 2.0.2 to 2.0.4 in /frontend #325 (dependabot[bot])
- Add Tradebox, OrderDetails, Notifications, OrderPage functional components. #315 (Reckless-Satoshi)
- Update docs - 12-prices.md #276 (okada-blue)
What's Changed
- Add advanced options to LN payout form by @Reckless-Satoshi in #326
- Add routing budget and lnproxy by @Reckless-Satoshi in #328
- Update Docs - Minor Fixes by @okada-blue in #327
Full Changelog: android-6b2dedc...v0.3.1-alpha