mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2026-01-14 22:08:30 +00:00
Compare commits
5 Commits
master
...
v0.8.2-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| d22b1a6f55 | |||
| a43c72733d | |||
| c93bb57f34 | |||
|
2d2e06e7bd
|
|||
| 6e7546a200 |
@ -1,4 +1,4 @@
|
|||||||
FROM recksato/robosats-client:v0.8.4-alpha
|
FROM recksato/robosats-client:v0.8.3-alpha
|
||||||
RUN apk add bash curl sudo tini wget yq; \
|
RUN apk add bash curl sudo tini wget yq; \
|
||||||
rm -f /var/cache/apk/*
|
rm -f /var/cache/apk/*
|
||||||
|
|
||||||
|
|||||||
@ -1,14 +1,13 @@
|
|||||||
id: robosats
|
id: robosats
|
||||||
title: "RoboSats"
|
title: "RoboSats"
|
||||||
version: 0.8.4
|
version: 0.8.3
|
||||||
release-notes: |
|
release-notes: |
|
||||||
* Updated to RoboSats v0.8.4-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.4-alpha)
|
* Updated to RoboSats v0.8.3-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.3-alpha)
|
||||||
* Payment methods input clears when switched to Swap @aftermath2
|
* Brand new mobile view
|
||||||
* API errors are globally displayed in a toast message @keshav0479
|
* New in-app private notifications system using nostr
|
||||||
* Bond displays bellow Premium in mobile view @keshav0479
|
* Revertible payments warning
|
||||||
* Orders are automatically sorted by premium when filtering by SELL / BUY type @FedericoLuque
|
* Order description added as optional attribute. Library updates and bugs fixing.
|
||||||
* Bond amount in sats estimated prior to order creation @FedericoLuque
|
* 2 new coordinators, some bug fixing and security updates.
|
||||||
|
|
||||||
license: mit
|
license: mit
|
||||||
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
|
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
|
||||||
upstream-repo: "https://github.com/RoboSats/robosats"
|
upstream-repo: "https://github.com/RoboSats/robosats"
|
||||||
@ -80,7 +79,7 @@ interfaces:
|
|||||||
dependencies: {}
|
dependencies: {}
|
||||||
alerts:
|
alerts:
|
||||||
start: #|
|
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)
|
# 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:
|
backup:
|
||||||
create:
|
create:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { compat, types as T } from "../deps.ts";
|
import { compat, types as T } from "../deps.ts";
|
||||||
|
|
||||||
export const migration: T.ExpectedExports.migration =
|
export const migration: T.ExpectedExports.migration =
|
||||||
compat.migrations.fromMapping({}, "0.8.4");
|
compat.migrations.fromMapping({}, "0.8.3");
|
||||||
|
|||||||
Reference in New Issue
Block a user