5 Commits

Author SHA1 Message Date
d6ff9ccd93 Merge pull request #43 from RoboSats/v0.8.4-alpha
v0.8.4-alpha
2026-01-14 15:38:55 +00:00
0bb838a199 v0.8.4-alpha 2026-01-14 16:25:16 +01:00
6ed4be029a Merge pull request #40 from RoboSats/v0.8.1-alpha
Update to v0.8.1-alpha
2025-08-12 15:58:05 +00:00
f1e4731cbf v0.8.1-alpha 2025-08-12 17:44:34 +02:00
8d6966233f Merge pull request #38 from RoboSats/v0.8.0-alpha
v0.8.0-alpha
2025-07-14 20:05:17 +00:00
4 changed files with 11 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM recksato/robosats-client:v0.8.0-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/*

View File

@ -1,7 +1,7 @@
# Welcome to RoboSats! # Welcome to RoboSats!
A simple and private Lightning P2P exchange you can use directly from StartOS. A simple and private Lightning P2P exchange you can use directly from StartOS.
You can find a quick start guide, tutorial videos, and detailed documentation at [Learn RoboSats](https://learn.robosats.com/). You can find a quick start guide, tutorial videos, and detailed documentation at [Learn RoboSats](https://learn.robosats.org/).
## Basic Use ## Basic Use
1. Open RoboSats by using the `LAUNCH UI` button. 1. Open RoboSats by using the `LAUNCH UI` button.
2. For the first time using RoboSats, you will be provided a robot token (a unique, transient identifier) - you can create as many of these as you'd like. 2. For the first time using RoboSats, you will be provided a robot token (a unique, transient identifier) - you can create as many of these as you'd like.

View File

@ -1,9 +1,14 @@
id: robosats id: robosats
title: "RoboSats" title: "RoboSats"
version: 0.8.0 version: 0.8.4
release-notes: | release-notes: |
* Updated to RoboSats v0.8.0-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.0-alpha) * Updated to RoboSats v0.8.4-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.4-alpha)
* Enable LAN access to RoboSats web interface * Payment methods input clears when switched to Swap @aftermath2
* API errors are globally displayed in a toast message @keshav0479
* 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"

View File

@ -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.0"); compat.migrations.fromMapping({}, "0.8.4");