v0.8.2-alpha
RoboSats v0.8.2-alpha is now out! :rocket:
Changes
What's new
TL;DR
Order description added as optional attribute. Library updates and bugs fixing.
For Users
- Orders can now include descriptions. Available in "Advanced Options".
- Aggregated Order's meta data from Federation's book is now displayed in Order's view (Before it was only displaying data from the host).
- New Search dialog to help on-boarding users
- Currency is locked to BTC in Swaps form
- Revision of the Czech translation
Payment methods marked as reversible
- Revolut
New payment methods
- Zeam
Bugs
- Android app was not able to open Telegram app
- The Active robot feature is not available in the orders book view when connection is set to Nostr, yet it always displayed red for all robots.
- Refreshing the orders book is not necessary when connection is set to Nostr.
- Renewing orders with password now requires to re-enter a password.
- Sometimes orders were not found when adding a new robot with an active order
- Coordinators overview sometimes didn't load
- Order summary "Start Again" button wasn't working
- Used robots were not able to create new orders
- Advanced mode toggle sometimes didn't work
- "you receive" sats amount sometimes showed up incorrect values
- "Routing budget" amount showed sats instead of milisats
- Map now displays at zoom 1 (entirely) by default
- Sometimes the chat logs were not being sent on a dispute even if the user checked the option
For Coordinators
- Small DB migration to accommodate the new "Description" attribute for orders
- Better API error formatting
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.2.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.2.alpha-....asc -
Verify the signer is actually KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.8.2-alpha (Docker Hub)
docker pull recksato/robosats:v0.8.2-alpha
Client App Image v0.8.2-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.8.2-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.
What's Changed
- Frontend libraries bump by @KoalaSat in https://github.com/RoboSats/robosats/pull/2170
- chore(deps): bump drf-spectacular-sidecar from 2025.7.1 to 2025.8.1 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2141
- chore(deps-dev): bump ruff from 0.12.7 to 0.12.8 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2157
- chore(deps): bump django-import-export from 4.3.7 to 4.3.9 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2158
- chore(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2145
- chore(deps): bump python from 3.13.5-slim-bookworm to 3.13.6-slim-bookworm by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2169
- Fix payment method icons by @aftermath2 in https://github.com/RoboSats/robosats/pull/2165
- Error responses codes by @aftermath2 in https://github.com/RoboSats/robosats/pull/2127
- Replace API values with frontend orders aggregation by @aftermath2 in https://github.com/RoboSats/robosats/pull/2164
- Update 04-bonds.md by @Gravity2106 in https://github.com/RoboSats/robosats/pull/2193
- Update 04-bonds.md by @Gravity2106 in https://github.com/RoboSats/robosats/pull/2194
- Revision of the Czech translation by @MasterixCZ in https://github.com/RoboSats/robosats/pull/2184
- Support prefixed invoices by @aftermath2 in https://github.com/RoboSats/robosats/pull/2185
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2172
- chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 in /frontend by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2174
- chore(deps): bump djangorestframework from 3.16.0 to 3.16.1 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2181
- chore(deps): bump python-gnupg from 0.5.4 to 0.5.5 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2183
- chore(deps-dev): bump webpack from 5.100.2 to 5.101.3 in /frontend by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2189
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2197
- chore(deps): bump openpgp from 5.11.3 to 6.2.2 in /frontend by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2200
- chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2198
- Revert "chore(deps): bump openpgp from 5.11.3 to 6.2.2 in /frontend" by @KoalaSat in https://github.com/RoboSats/robosats/pull/2205
- chore(deps): bump @mui/system from 7.2.0 to 7.3.2 in /frontend by @dependabot[bot] in https://github.com/RoboSats/robosats/pull/2201
New Contributors
- @MasterixCZ made their first contribution in https://github.com/RoboSats/robosats/pull/2184
- @0orion made their first contribution in https://github.com/RoboSats/robosats/pull/2223
Full Changelog: https://github.com/RoboSats/robosats/compare/v0.8.1-alpha...v0.8.2-alpha