mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2026-01-18 07:48:38 +00:00
Compare commits
3 Commits
v0.8.1-alp
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d6ff9ccd93 | |||
|
0bb838a199
|
|||
| 6ed4be029a |
@ -1,4 +1,4 @@
|
|||||||
FROM recksato/robosats-client:v0.8.1-alpha
|
FROM recksato/robosats-client:v0.8.4-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,11 +1,14 @@
|
|||||||
id: robosats
|
id: robosats
|
||||||
title: "RoboSats"
|
title: "RoboSats"
|
||||||
version: 0.8.1
|
version: 0.8.4
|
||||||
release-notes: |
|
release-notes: |
|
||||||
* Updated to RoboSats v0.8.1-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.1-alpha)
|
* Updated to RoboSats v0.8.4-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.4-alpha)
|
||||||
* Brand new mobile view
|
* Payment methods input clears when switched to Swap @aftermath2
|
||||||
* New in-app private notifications system using nostr
|
* API errors are globally displayed in a toast message @keshav0479
|
||||||
* Revertible payments warning
|
* 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
|
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"
|
||||||
|
|||||||
@ -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.1");
|
compat.migrations.fromMapping({}, "0.8.4");
|
||||||
|
|||||||
Reference in New Issue
Block a user