From aea406d0bf2d3b408a27afc0fa580dbe49ef7904 Mon Sep 17 00:00:00 2001 From: Michael Henke <433270+aphex3k@users.noreply.github.com> Date: Sat, 29 Oct 2022 05:30:33 -0700 Subject: [PATCH] Update Robosats to v0.2.2-alpha (#233) --- robosats/docker-compose.yml | 2 +- robosats/umbrel-app.yml | 24 +++++++++++++++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/robosats/docker-compose.yml b/robosats/docker-compose.yml index 386d88c..237f3c1 100644 --- a/robosats/docker-compose.yml +++ b/robosats/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: ${APP_ROBOSATS_PORT} web: - image: recksato/robosats-client:v0.2.1-alpha@sha256:98124ceec4af01b001940f5929e09a7668c60bf7fbcdf249ffc07b3f6231dadf + image: recksato/robosats-client:v0.2.2-alpha@sha256:7d186c8067187fcb37cc3e4d251d1994e5e7f0ebe274ddffe4b26c004e472558 restart: on-failure stop_grace_period: 1m init: true diff --git a/robosats/umbrel-app.yml b/robosats/umbrel-app.yml index 72d7610..7ede236 100644 --- a/robosats/umbrel-app.yml +++ b/robosats/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: robosats category: Finance name: RoboSats -version: "v0.2.1-alpha" +version: "v0.2.2-alpha" tagline: Simple and Private Bitcoin P2P Exchange description: >- RoboSats is a simple and private app to exchange bitcoin for national currencies. @@ -34,7 +34,25 @@ description: >- You can join other cool Robots and get community support at https://t.me/robosats telegram group. releaseNotes: >- - Full changelog can be found here: https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.2.1-alpha + - The new Maker Form + + - New match making system on order maker + + - RoboSats PRO concep demo (Interactive fully customizable layout with widgets, drag and drop, then freeze the UI) . Check it out at unsafe.robosats.com/pro + + - New Web websocket System + + - Loading avatar placeholder animation + + - A large refactor of the frontend (many new functional components) + + - Persist data on Android + + - New currencies + + - New language : Chinese (simplified and traditional) + + Full changelog can be found here: https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.2.2-alpha developer: RoboSats website: https://learn.robosats.com dependencies: [] @@ -51,4 +69,4 @@ path: "" defaultUsername: "" defaultPassword: "" submitter: RoboSats -submission: https://github.com/getumbrel/umbrel-apps/pull/122 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/122