mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-12-26 05:09:16 +00:00
Update to robosats-client v0.8.3-alpha
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM recksato/robosats-client:v0.8.2-alpha
|
||||
FROM recksato/robosats-client:v0.8.3-alpha
|
||||
RUN apk add bash curl sudo tini wget yq; \
|
||||
rm -f /var/cache/apk/*
|
||||
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
id: robosats
|
||||
title: "RoboSats"
|
||||
version: 0.8.2
|
||||
version: 0.8.3
|
||||
release-notes: |
|
||||
* Updated to RoboSats v0.8.2-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.2-alpha)
|
||||
* 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.
|
||||
license: mit
|
||||
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
|
||||
upstream-repo: "https://github.com/RoboSats/robosats"
|
||||
@ -76,7 +78,7 @@ interfaces:
|
||||
- http
|
||||
dependencies: {}
|
||||
alerts:
|
||||
start:#|
|
||||
start: #|
|
||||
#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:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { compat, types as T } from "../deps.ts";
|
||||
|
||||
export const migration: T.ExpectedExports.migration =
|
||||
compat.migrations.fromMapping({}, "0.8.2");
|
||||
compat.migrations.fromMapping({}, "0.8.3");
|
||||
|
||||
Reference in New Issue
Block a user