1 Commits

Author SHA1 Message Date
0bb838a199 v0.8.4-alpha 2026-01-14 16:25:16 +01:00
3 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
FROM recksato/robosats-client:v0.8.3-alpha
FROM recksato/robosats-client:v0.8.4-alpha
RUN apk add bash curl sudo tini wget yq; \
rm -f /var/cache/apk/*

View File

@ -1,13 +1,14 @@
id: robosats
title: "RoboSats"
version: 0.8.3
version: 0.8.4
release-notes: |
* Updated to RoboSats v0.8.3-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.3-alpha)
* Brand new mobile view
* New in-app private notifications system using nostr
* Revertible payments warning
* Order description added as optional attribute. Library updates and bugs fixing.
* 2 new coordinators, some bug fixing and security updates.
* Updated to RoboSats v0.8.4-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.4-alpha)
* Payment methods input clears when switched to Swap @aftermath2
* API errors are globally displayed in a toast message @keshav0479
* Bond displays bellow Premium in mobile view @keshav0479
* Orders are automatically sorted by premium when filtering by SELL / BUY type @FedericoLuque
* Bond amount in sats estimated prior to order creation @FedericoLuque
license: mit
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
upstream-repo: "https://github.com/RoboSats/robosats"
@ -79,7 +80,7 @@ interfaces:
dependencies: {}
alerts:
start: #|
#ATTENTION: Your browser must have Tor support to use this service.
#ATTENTION: Your browser must have Tor support to use this service.
# Specifies how backups should be run for this service. The default EmbassyOS provided option is to use the duplicity backup library on a system image (compat)
backup:
create:

View File

@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";
export const migration: T.ExpectedExports.migration =
compat.migrations.fromMapping({}, "0.8.3");
compat.migrations.fromMapping({}, "0.8.4");