RoboSats v0.6.3 is now out! 🚀
Changes
What's new
- Manually add new coordinators @KoalaSat
- Polished for CLN coordinators by @jerryfletcher21 and @daywalker90
- New feature rich notificaitons endpoint at
/api/notifications
by @KoalaSat - Turn on/off the built in Tor node on Android (allows use with Orbot) @KoalaSat
- Remove robot avatars from coordinator (better coordinator performance)
- Several small bugs and UI issues mostly by @KoalaSats and @jerryfletcher21
- Improved API docs by @jerryfletcher21
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.6.3.alpha-universal.apk.asc
-
Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571
Alternatively you can also verify with the release with the SHA256 checksum.
Docker Images
Coordinator Backend Image v0.6.3-alpha (Docker Hub)
docker pull recksato/robosats:v0.6.3-alpha
Client App Image v0.6.3-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.6.3-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- Fix RegExp and Avatar by @KoalaSat in #1353
- Notifications api endpoint by @KoalaSat in #1347
- Fix build-it in by @KoalaSat in #1360
- chore(deps-dev): bump ruff from 0.4.2 to 0.5.1 by @dependabot in #1369
- chore(deps): bump drf-spectacular-sidecar from 2024.4.1 to 2024.7.1 by @dependabot in #1370
- chore(deps): bump django-import-export from 4.0.7 to 4.1.0 by @dependabot in #1358
- chore(deps): bump npm from 10.5.0 to 10.8.1 in /frontend by @dependabot in #1343
- chore(deps): bump react-i18next from 14.1.0 to 14.1.2 in /frontend by @dependabot in #1344
- chore(deps): bump django-cors-headers from 4.3.1 to 4.4.0 by @dependabot in #1350
- small fix in get_exchange_rates by @jerryfletcher21 in #1365
- remove leftover of avatar generator by @jerryfletcher21 in #1366
- Bump @mui/x-data-grid from 7.3.2 to 7.6.0 in /frontend by @dependabot in #1307
- Bump django-import-export from 4.0.1 to 4.0.7 by @dependabot in #1314
- add robot status "Seen Recently" where missing in the documentation by @jerryfletcher21 in #1312
- Update 07-wallets.md by @htteot in #1306
- fix warnings DecimalField should be Decimal type by @jerryfletcher21 in #1334
- Add coordinator to order summary by @KoalaSat in #1331
- Bump prettier from 3.2.5 to 3.3.2 in /mobile by @dependabot in #1327
- Bump prettier from 3.2.5 to 3.3.2 in /frontend by @dependabot in #1324
- Disable tor option by @KoalaSat in #1315
- Fix sats text on range orders by @KoalaSat in #1332
- Update 07-wallets.md by @htteot in #1322
- perf(coordinator): remove avatar generator by @Reckless-Satoshi in #1242
- Bump dawidd6/action-download-artifact from 3 to 6 by @dependabot in #1323
- Fix middleware unused AuthenticationFailed by @jerryfletcher21 in #1339
- reactivate CLN integration tests by @daywalker90 in #1336
- Update order navbar on time by @KoalaSat in #1333
- Add external coordinator by @KoalaSat in #1297
- Fix custom Coordinator error by @KoalaSat in #1352
- add lightning protobuf files in gitignore by @jerryfletcher21 in #1342