mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-12-24 20:29:18 +00:00
v0.8.2-alpha
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM recksato/robosats-client:v0.8.1-alpha
|
||||
FROM recksato/robosats-client:v0.8.2-alpha
|
||||
RUN apk add bash curl sudo tini wget yq; \
|
||||
rm -f /var/cache/apk/*
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
id: robosats
|
||||
title: "RoboSats"
|
||||
version: 0.8.1
|
||||
version: 0.8.2
|
||||
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.2-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.2-alpha)
|
||||
* Brand new mobile view
|
||||
* New in-app private notifications system using nostr
|
||||
* Revertible payments warning
|
||||
|
||||
@ -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.2");
|
||||
|
||||
Reference in New Issue
Block a user