From a43c72733d97b3a939bdfd5610e1ae22eec85477 Mon Sep 17 00:00:00 2001 From: gStart9 Date: Wed, 17 Dec 2025 17:39:10 -0700 Subject: [PATCH] Update to robosats-client v0.8.3-alpha --- Dockerfile | 2 +- manifest.yaml | 8 +++++--- scripts/procedures/migrations.ts | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d3170ce..b197b37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* diff --git a/manifest.yaml b/manifest.yaml index cc7c238..0935d33 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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: diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 3209172..70f4adb 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -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");