mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update RoboSats to v0.5.1-alpha (#620)
This commit is contained in:
parent
0d6e14c161
commit
580e4dfa2b
@ -7,11 +7,10 @@ services:
|
||||
APP_PORT: 12596
|
||||
|
||||
web:
|
||||
image: recksato/robosats-client:v0.5.0-alpha@sha256:b240e5909df5db571c815900506a55ba8ac7dd8741ba8e7dab0dced43bb0c71b
|
||||
image: recksato/robosats-client:v0.5.1-alpha@sha256:cffbb9c467d14643fc60591d09374f44e8618f2c233c8f502abaa8f3662caff4
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
environment:
|
||||
TOR_PROXY_IP: ${TOR_PROXY_IP}
|
||||
TOR_PROXY_PORT: ${TOR_PROXY_PORT}
|
||||
ROBOSATS_ONION: robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion
|
||||
TOR_PROXY_PORT: ${TOR_PROXY_PORT}
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: robosats
|
||||
category: Finance
|
||||
name: RoboSats
|
||||
version: "v0.5.0-alpha"
|
||||
version: "v0.5.1-alpha"
|
||||
tagline: Simple and Private Bitcoin P2P Exchange
|
||||
description: >-
|
||||
RoboSats is a simple and private app to exchange bitcoin for national currencies.
|
||||
@ -42,18 +42,22 @@ releaseNotes: >-
|
||||
|
||||
- New authentication method for robots (you must update!)
|
||||
|
||||
- Added possibility to revert fiat sent
|
||||
- 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
|
||||
|
||||
- New shortcut to login into any of your robots. Just enter in your browser the URL umbrel.local:12596/robot/<your_robot_token>
|
||||
|
||||
- Fix LNproxy feature to wrap invoices for your privacy
|
||||
|
||||
- Fix chat to allow multiple lines of input
|
||||
|
||||
- Improved security: submitted invoices/address are now PGP signed (no possible MITM attacks)
|
||||
|
||||
- New payment methods
|
||||
|
||||
- New trade summary, and preliminary Sats amounts before making / taking an order.
|
||||
|
||||
- New language: japanese
|
||||
|
||||
- Many other minor bug fixes and updates.
|
||||
|
||||
|
||||
Full changelog can be found here: https://github.com/Reckless-Satoshi/robosats/compare/v0.4.0-alpha...v0.5.0-alpha
|
||||
Full release notes are available at https://github.com/RoboSats/robosats/releases
|
||||
developer: RoboSats
|
||||
website: https://learn.robosats.com
|
||||
dependencies: []
|
||||
|
Loading…
Reference in New Issue
Block a user