Browse Source

Update robosats to v0.5.3 (#889)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
smolgrrr 1 year ago
committed by GitHub
parent
commit
39216aa685
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      robosats/docker-compose.yml
  2. 26
      robosats/umbrel-app.yml

2
robosats/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 12596 APP_PORT: 12596
web: web:
image: recksato/robosats-client:v0.5.2-alpha@sha256:cbc910c20779ee94f67ffeb12fb30415d31fce897fcbdec8d6c33896dd8e23fa image: recksato/robosats-client:0.5.3-alpha@sha256:987994f561aa9606d87147844edafeb758fdd2c575c290a932f7f4033c4c53d4
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true

26
robosats/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: robosats id: robosats
category: bitcoin category: bitcoin
name: RoboSats name: RoboSats
version: "v0.5.2-alpha" version: "v0.5.3-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.
@ -34,21 +34,27 @@ description: >-
You can join other cool Robots and get community support at https://t.me/robosats telegram group. You can join other cool Robots and get community support at https://t.me/robosats telegram group.
releaseNotes: >- releaseNotes: >-
⚠️ You may see a warning message after updating the app, informing you that an update is still required. We have introduced a new feature, F2F (Face-to-Face), allowing users to add a location for face-to-face cash trades.
This is a known issue and can be safely disregarded. To prevent the message from appearing every time you open the app, The book page now displays a map with all F2F orders. For privacy reasons, the exact location of your order is slightly randomized (uniform random 15 x 15 Km noise) when you click on the map to locate it.
clear your browser cache by pressing Ctrl+Shift+R (Cmd+Shift+R on Mac) while on the app page or selecting the This means it's not possible to be precise, and the exact location can only be shared on the encrypted chat.
third option in the pop-up. Please note that using high-resolution maps can leak your IP to external tiling servers if you are not using Tor Browser.
- New language: Swahili. Thank you @turizspace! Of course, adding a geolocation tag to your order is only a good idea if you want to use face-to-face cash as a payment method.
You can completely disregard this feature if you do not want to use this payment method.
- Improved French and Italian translations. Thank you @LeoSpyke and @jinformatique !
- Improved invoice descriptions. Bug Fixes and Performance Improvements:
- Small UI fixes. - Dependency updates.
- Add bd taka as currency @dapsavoie - Small bug fixes.
- Improved DB Writes performance related to last_login user field.
- Fix small bug on order logging that made automatic dispute resolutions fail.
- Devfund Donation Pubkey has been updated to RoboSats experimental LND2 node.
Full release notes are available at https://github.com/RoboSats/robosats/releases Full release notes are available at https://github.com/RoboSats/robosats/releases

Loading…
Cancel
Save