RoboSats v0.5.2 is now out! 🚀 RoboSats client apps before v0.5.1 might no longer be compatible!
Changes:
- New language: Swahili. Thank you @turizspace!
- Improved French and Italian translations. Thank you @LeoSpyke and @jinformatique !
- Update CLN (core-lightning) plugin (@Daywalker91) and CLN base version to v23.08
- Add verbose order logs to coordinator panel: a detailed timestamped record of every change to an order from creation to finalization.
- Improved invoice descriptions.
- New coordinator maintenance messages.
- Small UI fixes.
- Fix pinch to zoom Android.
- Add bd taka as currency @dapsavoie /
- Update communities links in client app.
- Patch Android bogus "connected" chat status when connection is offline.
- Date to date ranges added to /api/ticks.
- New admin actions for dispute resolutions.
- Force PGP signed invoices and onchain addresses (multi-coordinator security).
- New RoboSats Federation basis v0.6.0~1
- Fix allow auth header to carry pgp keys: easier authentication for federation from browser.
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.5.2.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.
Known missing features:
- Android APK has no sound or notifications.
Docker Images
Coordinator Backend Image v0.5.2-alpha (Docker Hub)
docker pull recksato/robosats:v0.5.2-alpha
Client App Image v0.5.2-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.5.2-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- Bump grpcio from 1.56.0 to 1.57.0 by @dependabot in #788
- Bump grpcio-tools from 1.56.0 to 1.57.0 by @dependabot in #787
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 in /mobile by @dependabot in #786
- Bump eslint-import-resolver-typescript from 3.5.5 to 3.6.0 in /mobile by @dependabot in #785
- Delete user view, session auth and png avatars by @Reckless-Satoshi in #588
- Deprecate unsigned invoices by @Reckless-Satoshi in #633
- Update package.json by @jimtoshi in #794
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 in /frontend by @dependabot in #798
- Bump @mui/x-data-grid from 6.11.0 to 6.11.2 in /frontend by @dependabot in #797
- Bump @mui/x-date-pickers from 6.11.1 to 6.11.2 in /frontend by @dependabot in #796
- Bump @types/react from 18.2.15 to 18.2.20 in /frontend by @dependabot in #795
- fix typo by @douglaz in #801
- Update (Multiple) Docs by @okada-blue in #802
- Allow auth header to carry pgp keys by @Reckless-Satoshi in #805
- Update 07-wallets.md by @jnxdd in #804
- Bump react-i18next from 13.1.1 to 13.2.0 in /frontend by @dependabot in #808
- Bump typescript from 5.1.6 to 5.2.2 in /frontend by @dependabot in #809
- Bump typescript from 5.0.4 to 5.2.2 in /mobile by @dependabot in #812
- Bump @types/react from 18.2.20 to 18.2.21 in /frontend by @dependabot in #811
- Bump eslint-plugin-n from 16.0.1 to 16.0.2 in /frontend by @dependabot in #810
- swahili translations added here by @turizspace in #819
- Bump openpgp from 5.9.0 to 5.10.1 in /frontend by @dependabot in #825
- Bump js-sha256 from 0.9.0 to 0.10.1 in /frontend by @dependabot in #827
- Bump @mui/x-data-grid from 6.11.2 to 6.12.1 in /frontend by @dependabot in #828
- Update fr.json by @jinformatique in #823
- Bump @mui/x-date-pickers from 6.11.2 to 6.12.1 in /frontend by @dependabot in #824
- update to newer cln hold plugin by @daywalker90 in #816
- Bump django-timezone-field from 5.1 to 6.0 by @dependabot in #815
- Bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in #831
- Bump ncipollo/release-action from 1.12.0 to 1.13.0 by @dependabot in #822
New Contributors
- @douglaz made their first contribution in #801
- @jnxdd made their first contribution in #804
- @turizspace made their first contribution in #819
- @jinformatique made their first contribution in #823
Full Changelog: android-a5d33c6...v0.5.2-alpha