Update Robosats to v0.5.2 (#777)

This commit is contained in:
Felix 2023-09-26 22:07:07 +00:00 committed by GitHub
parent 87b8d0c896
commit 193c366e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 14 deletions

View File

@ -7,10 +7,10 @@ services:
APP_PORT: 12596
web:
image: recksato/robosats-client:v0.5.1-alpha@sha256:cffbb9c467d14643fc60591d09374f44e8618f2c233c8f502abaa8f3662caff4
image: recksato/robosats-client:v0.5.2-alpha@sha256:cbc910c20779ee94f67ffeb12fb30415d31fce897fcbdec8d6c33896dd8e23fa
restart: on-failure
stop_grace_period: 1m
init: true
environment:
TOR_PROXY_IP: ${TOR_PROXY_IP}
TOR_PROXY_PORT: ${TOR_PROXY_PORT}
TOR_PROXY_PORT: ${TOR_PROXY_PORT}

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: robosats
category: bitcoin
name: RoboSats
version: "v0.5.1-alpha"
version: "v0.5.2-alpha"
tagline: Simple and Private Bitcoin P2P Exchange
description: >-
RoboSats is a simple and private app to exchange bitcoin for national currencies.
@ -40,21 +40,15 @@ releaseNotes: >-
third option in the pop-up.
- New authentication method for robots (you must update!)
- New language: Swahili. Thank you @turizspace!
- The robosats client app is now lighter on your node. Both in your disk and in your ram. The app is now trimmed down to 7 MB versus 130MB of v0.5.0-alpha
- Improved French and Italian translations. Thank you @LeoSpyke and @jinformatique !
- New shortcut to login into any of your robots. Just enter in your browser the URL umbrel.local:12596/robot/<your_robot_token>
- Improved invoice descriptions.
- Fix LNproxy feature to wrap invoices for your privacy
- Small UI fixes.
- Fix chat to allow multiple lines of input
- Improved security: submitted invoices/address are now PGP signed (no possible MITM attacks)
- New payment methods
- Many other minor bug fixes and updates.
- Add bd taka as currency @dapsavoie
Full release notes are available at https://github.com/RoboSats/robosats/releases