5 Commits

Author SHA1 Message Date
d22b1a6f55 Merge pull request #42 from Start9Labs/update/v0.8.3-alpha
Update to v0.8.3-alpha
2025-12-23 16:32:29 +00:00
a43c72733d Update to robosats-client v0.8.3-alpha 2025-12-17 17:39:10 -07:00
c93bb57f34 Merge branch 'v0.8.2-alpha' of https://github.com/RoboSats/robosats-startos into update/v0.8.3-alpha 2025-12-17 17:33:19 -07:00
2d2e06e7bd v0.8.2-alpha 2025-10-09 10:41:55 +02:00
6e7546a200 v0.8.0-alpha (#7)
Co-authored-by: koalasat <koalasat@satstralia.com>
2025-07-14 18:34:20 +00:00
3 changed files with 7 additions and 5 deletions

View File

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

View File

@ -1,11 +1,13 @@
id: robosats
title: "RoboSats"
version: 0.8.1
version: 0.8.3
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.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"
@ -77,7 +79,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.1");
compat.migrations.fromMapping({}, "0.8.3");