robosats/release_notes.md

41 lines
1.6 KiB
Markdown
Raw Normal View History

2024-01-22 10:13:11 +00:00
RoboSats v0.5.4 is now out! :rocket: RoboSats client apps before v0.5.1 are no longer be compatible.
2023-10-17 22:27:29 +00:00
# Changes
2024-01-22 10:13:11 +00:00
This is a minor release with some small enhancements and bug fixes. This is the last release before the federated client release.
- Dependency updates and security fixes.
- Coordinator serves robot hash_ids needed for >v0.6.0 client side robot identity generator.
- Recommended and minimum onchain fees for payouts are now more accurate.
- Devfund node has moved. The new node now has public access to the invoices services (read-only).
- Fix book re-render on swap/fiat change (by @aftermath2)
- Docs have been fully translated to Spanish by @OSFr0g
- Perf increase on coordinator image build by @proof-of-reality
- Build new full integration tests on testnet.
- Fix API /chat endpoint bugs.
- Updated API docs, now OpenAPIspec is tested during the integration tests.
- Fix buggy pricing for ARS.
- New currency Albanian LEK.
- Updated Russian translation.
2023-05-26 13:02:57 +00:00
# Android
2024-01-22 10:13:11 +00:00
The Android app is not currently supported. It will come back stronger in the future.
2023-05-26 13:02:57 +00:00
# Docker Images
2024-01-22 10:13:11 +00:00
[Coordinator Backend Image v0.5.4-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats/tags?page=1&name=v0.5.4-alpha)
2023-05-26 13:02:57 +00:00
```bash
2024-01-22 10:13:11 +00:00
docker pull recksato/robosats:v0.5.4-alpha
2023-05-26 13:02:57 +00:00
```
2024-01-22 10:13:11 +00:00
[Client App Image v0.5.4-alpha (Docker Hub)](https://hub.docker.com/r/recksato/robosats-client/tags?page=1&name=v0.5.4-alpha)
2023-05-26 13:02:57 +00:00
```bash
2024-01-22 10:13:11 +00:00
docker pull recksato/robosats-client:v0.5.4-alpha
2023-05-26 13:02:57 +00:00
```
See [nodeapp/docker-compose.yml](https://github.com/Reckless-Satoshi/robosats/blob/2cd9d748706a8dcc0f03006b483acc6000e0572a/nodeapp/docker-compose.yml) for an example docker-compose usage of the `robosats-client` image.