RoboSats v0.7.4 is now out! 🚀
Changes
What's new
For Users
- You can now see @lnp2pBot orders on RoboSats mobile app @KoalaSat
- Changed URLs to https://robosats.org and new onion @KoalaSat
- Order creation view now displays all available payment methods @KoalaSat
- Libraries updates @KoalaSat
For Coordinators
- Test fixes @jerryfletcher21
- Libraries updates @KoalaSat
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.4.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.7.4.alpha-....asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.7.4-alpha (Docker Hub)
docker pull recksato/robosats:v0.7.4-alpha
Client App Image v0.7.4-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.7.4-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- Filter deepth chart by host by @KoalaSat in #1632
- Dynamically remove expired orders with nostr by @KoalaSat in #1635
- Fix book pagination by @KoalaSat in #1633
- chore(deps): bump react-grid-layout from 1.4.4 to 1.5.0 in /frontend by @dependabot in #1589
- chore(deps): bump nostr-tools from 2.9.1 to 2.10.4 in /frontend by @dependabot in #1636
- chore(deps): bump @mui/x-date-pickers from 7.2.0 to 7.23.1 in /frontend by @dependabot in #1642
- chore(deps): bump drf-spectacular-sidecar from 2024.7.1 to 2024.12.1 by @dependabot in #1646
- chore(deps): bump grpcio-tools from 1.67.0 to 1.68.1 by @dependabot in #1647
- chore(deps-dev): bump ruff from 0.7.0 to 0.8.2 by @dependabot in #1648
- chore(deps): bump grpcio from 1.67.0 to 1.68.1 by @dependabot in #1649
- chore(deps): bump dawidd6/action-download-artifact from 6 to 7 by @dependabot in #1641
- chore(deps): bump django from 5.1.2 to 5.1.4 by @dependabot in #1645
- chore(deps-dev): bump pre-commit from 3.8.0 to 4.0.1 by @dependabot in #1598
- chore(deps): bump @mui/x-data-grid from 7.6.0 to 7.23.1 in /frontend by @dependabot in #1643
- chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.21 to 2.1.0 in /mobile/android by @dependabot in #1639
- upgrade Gradle by @KoalaSat in #1661
- chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /mobile by @dependabot in #1630
- chore(deps-dev): bump @typescript-eslint/parser from 8.11.0 to 8.18.0 in /mobile by @dependabot in #1655
- chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 in /frontend by @dependabot in #1651
- chore(deps): bump i18next-browser-languagedetector from 8.0.0 to 8.0.2 in /frontend by @dependabot in #1653
- chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /frontend by @dependabot in #1652
- chore(deps): bump npm from 10.9.0 to 11.0.0 in /frontend by @dependabot in #1662
- chore(deps): bump drf-spectacular from 0.27.2 to 0.28.0 by @dependabot in #1656
- chore(deps): bump channels from 4.1.0 to 4.2.0 by @dependabot in #1658
- chore(deps): bump googleapis-common-protos from 1.65.0 to 1.66.0 by @dependabot in #1659
- chore(deps): bump django-cors-headers from 4.5.0 to 4.6.0 by @dependabot in #1660
- chore(deps-dev): bump coverage from 7.6.4 to 7.6.9 by @dependabot in #1657
- Fix kycnot.me links by @ekzyis in #1697
- Update 03-access.md to remove reference to dex.robosats.com, which isn't working anymore by @Purchase73 in #1703
- Update 02-payment-methods.md by @Gravity2106 in #1702
- Update 02-payment-methods.md by @Gravity2106 in #1719
- Update 02-payment-methods.md by @BitcoinVeneto in #1727
- Refactor order type filter by @KoalaSat in #1634
- Change urls to robosats.org by @KoalaSat in #1728
- Fix web docker by @KoalaSat in #1729
- Fix node app docker by @KoalaSat in #1730
- Fix docker compose by @KoalaSat in #1731
- Switch swap type filter results by @KoalaSat in #1732
- Hide secure alert on onion address by @KoalaSat in #1733
- Fix react by @KoalaSat in #1734
- Change to new Onion by @KoalaSat in #1736
- update tesnet description by @KoalaSat in #1737
- update tesnet description by @KoalaSat in #1738
- Update 07-wallets.md by @htteot in #1640
- Remove twitter links by @KoalaSat in #1743
- Change nostr accounts by @KoalaSat in #1744
- Update donations by @KoalaSat in #1745
- Update README.md by @KoalaSat in #1764
- Display all payment methods by @KoalaSat in #1770
- fix verify_signed_message and tests/robots/1/signed_message by @jerryfletcher21 in #1354
- fix some errors while running test by @jerryfletcher21 in #1329
- Bump to v0.7.4-alpha by @KoalaSat in #1771
- Coordinator version by @KoalaSat in #1772
New Contributors
Full Changelog: v0.7.3-alpha...v0.7.4-alpha