Browse Source

Update RoboSats to v0.5.1-alpha (#620)

main
Reckless_Satoshi 2 years ago
committed by GitHub
parent
commit
580e4dfa2b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      robosats/docker-compose.yml
  2. 16
      robosats/umbrel-app.yml

5
robosats/docker-compose.yml

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

16
robosats/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: robosats id: robosats
category: Finance category: Finance
name: RoboSats name: RoboSats
version: "v0.5.0-alpha" version: "v0.5.1-alpha"
tagline: Simple and Private Bitcoin P2P Exchange tagline: Simple and Private Bitcoin P2P Exchange
description: >- description: >-
RoboSats is a simple and private app to exchange bitcoin for national currencies. 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!) - 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 payment methods - 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
- New trade summary, and preliminary Sats amounts before making / taking an order. - Fix chat to allow multiple lines of input
- New language: japanese - Improved security: submitted invoices/address are now PGP signed (no possible MITM attacks)
- New payment methods
- Many other minor bug fixes and updates. - 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 developer: RoboSats
website: https://learn.robosats.com website: https://learn.robosats.com
dependencies: [] dependencies: []

Loading…
Cancel
Save