RoboSats v0.8.2-alpha is now out! 🚀
Changes
What's new
TL;DR
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 just showing data from the host).
- Revision of the Czech translation
New payment methods
- Zeam
Bugs
- Android app was not able to open Telegram app
- Sometimes orders were not found when adding a new robot with an active order
- Coordinators overview wasn´t loading
- 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
For Coordinators
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
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 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
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 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 #2170
- chore(deps): bump drf-spectacular-sidecar from 2025.7.1 to 2025.8.1 by @dependabot[bot] in #2141
- chore(deps-dev): bump ruff from 0.12.7 to 0.12.8 by @dependabot[bot] in #2157
- chore(deps): bump django-import-export from 4.3.7 to 4.3.9 by @dependabot[bot] in #2158
- chore(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #2145
- chore(deps): bump python from 3.13.5-slim-bookworm to 3.13.6-slim-bookworm by @dependabot[bot] in #2169
- Fix payment method icons by @aftermath2 in #2165
- Error responses codes by @aftermath2 in #2127
- Replace API values with frontend orders aggregation by @aftermath2 in #2164
- Update 04-bonds.md by @Gravity2106 in #2193
- Update 04-bonds.md by @Gravity2106 in #2194
- Revision of the Czech translation by @MasterixCZ in #2184
- Support prefixed invoices by @aftermath2 in #2185
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2172
- chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 in /frontend by @dependabot[bot] in #2174
- chore(deps): bump djangorestframework from 3.16.0 to 3.16.1 by @dependabot[bot] in #2181
- chore(deps): bump python-gnupg from 0.5.4 to 0.5.5 by @dependabot[bot] in #2183
- chore(deps-dev): bump webpack from 5.100.2 to 5.101.3 in /frontend by @dependabot[bot] in #2189
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2197
- chore(deps): bump openpgp from 5.11.3 to 6.2.2 in /frontend by @dependabot[bot] in #2200
- chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #2198
- Revert "chore(deps): bump openpgp from 5.11.3 to 6.2.2 in /frontend" by @KoalaSat in #2205
- chore(deps): bump @mui/system from 7.2.0 to 7.3.2 in /frontend by @dependabot[bot] in #2201
- chore(deps-dev): bump @types/node from 24.1.0 to 24.3.1 in /frontend by @dependabot[bot] in #2202
- chore(deps): bump python from 3.13.6-slim-bookworm to 3.13.7-slim-bookworm by @dependabot[bot] in #2186
- Upgrade android libs by @KoalaSat in #2219
- Update a new compatible wallet - Valet by @0orion in #2223
- Add Zeam payment method by @KoalaSat in #2229
- Add order description field by @aftermath2 in #2140
- Frontend libraries bump by @KoalaSat in #2230
- chore(deps): bump drf-spectacular-sidecar from 2025.8.1 to 2025.9.1 by @dependabot[bot] in #2215
- chore(deps-dev): bump ruff from 0.12.8 to 0.13.1 by @dependabot[bot] in #2222
- chore(deps): bump asgiref from 3.9.1 to 3.9.2 by @dependabot[bot] in #2232
- chore(deps): bump django-import-export from 4.3.9 to 4.3.10 by @dependabot[bot] in #2231
- Fix frontend reported bugs by @KoalaSat in #2236
- chore(deps): bump isbang/compose-action from 2.3.0 to 2.4.0 by @dependabot[bot] in #2239
- Use extra sources for trade amount by @KoalaSat in #2240
- Fix milisats wording by @KoalaSat in #2241
- Send own nostr private message by @KoalaSat in #2247
- v0.8.2-alpha by @KoalaSat in #2248
- update android build by @KoalaSat in #2249
New Contributors
- @MasterixCZ made their first contribution in #2184
- @0orion made their first contribution in #2223
Full Changelog: v0.8.1-alpha...v0.8.2-alpha