RoboSats v0.7.0 is now out! 🚀
Changes
What's new
- Android built-in torified notifications @KoalaSat
- Desktop App for Windows / Mac / Linux by @amitpanwar789 (SoB internship)
- Order book is now Nostr enabled and shared with Mostr by @KoalaSat
- Bug fixes and regression fixes caused with LND v18 upgrade
- New currency DZA by @Kaoala
- Utils and fixes 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.7.0.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.7.0-alpha (Docker Hub)
docker pull recksato/robosats:v0.7.0-alpha
Client App Image v0.7.0-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.7.0-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- New notifications by @KoalaSat in #1356
- Fix telegram bot by @KoalaSat in #1389
- chore(deps): bump django from 5.0.6 to 5.0.8 by @dependabot in #1400
- chore(deps): bump i18next-browser-languagedetector from 7.2.1 to 8.0.0 in /frontend by @dependabot in #1377
- chore(deps): bump country-flag-icons from 1.5.11 to 1.5.13 in /frontend by @dependabot in #1379
- chore(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 in /mobile by @dependabot in #1390
- chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.35.0 in /mobile by @dependabot in #1392
- chore(deps-dev): bump coverage from 7.5.0 to 7.6.0 by @dependabot in #1384
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 in /mobile by @dependabot in #1393
- chore(deps-dev): bump typescript from 5.4.2 to 5.5.4 in /frontend by @dependabot in #1395
- chore(deps-dev): bump eslint-plugin-promise from 6.1.1 to 6.6.0 in /mobile by @dependabot in #1396
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.7 to 8.0.1 in /mobile by @dependabot in #1403
- Fix devfund url typo by @KoalaSat in #1402
- chore(deps): bump django-import-export from 4.1.0 to 4.1.1 by @dependabot in #1385
- chore(deps): bump shapely from 2.0.4 to 2.0.5 by @dependabot in #1387
- chore(deps-dev): bump ruff from 0.5.1 to 0.5.7 by @dependabot in #1404
- chore(deps-dev): bump pre-commit from 3.7.0 to 3.8.0 by @dependabot in #1405
- Add DZA currency by @KoalaSat in #1408
- Fix fat finger DZD by @KoalaSat in #1409
- Fix Successful typo by @KoalaSat in #1421
- AMP Support for SendPaymentRequest in lnd.py, for lnd v0.18 and above. by @lft3t8bx in #1426
- PR for desktop app by @amitpanwar789 in #1299
- Update ca.json by @BlueLynx21 in #1292
- Use nostr as cache system by @KoalaSat in #1362
- Fix fa nostr note tag by @KoalaSat in #1443
- Android notification system by @KoalaSat in #1380
- Update warning text when routing budget is not sufficient. by @soulbless in #1437
- Resolve latest dependencies by @KoalaSat in #1445
- chore(deps-dev): bump github-pages from 231 to 232 in /docs by @dependabot in #1435
- chore(deps-dev): bump ruff from 0.5.7 to 0.6.4 by @dependabot in #1453
- fix linter remove unused imports and variables by @jerryfletcher21 in #1375
- script to generate latest api specs file by @jerryfletcher21 in #1374
- chore(deps): bump gunicorn from 22.0.0 to 23.0.0 by @dependabot in #1418
- chore(deps-dev): bump coverage from 7.6.0 to 7.6.1 by @dependabot in #1417
- chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.2.1 in /frontend by @dependabot in #1413
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 in /frontend by @dependabot in #1411
- chore(deps): bump django from 5.0.8 to 5.1.1 by @dependabot in #1442
- Fix Desktop action by @KoalaSat in #1454
- build fixed by @amitpanwar789 in #1455
New Contributors
- @lft3t8bx made their first contribution in #1426
- @amitpanwar789 made their first contribution in #1299
- @soulbless made their first contribution in #1437
Full Changelog: v0.6.3-alpha...v0.7.0-alpha