Update RoboSats to v0.7.0-alpha (#1462)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
KoalaSat 2024-09-12 10:38:50 +00:00 committed by GitHub
parent b8d6bfaf0a
commit 0248ecd023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 11 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 12596 APP_PORT: 12596
web: web:
image: recksato/robosats-client:v0.6.0-alpha@sha256:ae5b806bef9bb6dc23899b0d1e667fcc4321f7f85c1623954a3861186000eee0 image: recksato/robosats-client:1ba8183@sha256:6a776a00364449f10eebdf7781a4f75d068d697767fc77c3e578cb854291eb68
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: robosats id: robosats
category: bitcoin category: bitcoin
name: RoboSats name: RoboSats
version: "v0.6.0-alpha" version: "v0.7.0-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,18 +34,14 @@ 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: >-
This is the biggest ever RoboSats update. RoboSats has decentralized! The whole app architecture is new, yet, it should feel as familiar as always. This is a minor release to help the clients to be up to date with the major changes in coordinators:
Learn more about why these changes are important on the RoboSats blog https://learn.robosats.com/robosats/update/pre-release-robosats-decentralized/
- Manually add new coordinators
- New currency DZD
- UI Bug fixes and regression fixes caused with LND v18 upgrade
- Your RoboSats app connects to multiple trade coordinators simultaneously. This greatly improves robustness and censorship resistance. Full release notes are available at https://github.com/RoboSats/robosats/releases
- Robot identities are now generated locally. This improves speed by an order of magnitude as well as identity sovereignty.
Full changelog can be found here: https://github.com/Reckless-Satoshi/robosats/compare/v0.5.3-alpha...v0.6.0-alpha
developer: RoboSats developer: RoboSats
website: https://learn.robosats.com website: https://learn.robosats.com
dependencies: [] dependencies: []