From 7a8ffd57e779c60cd4ac9992e63533e666384f2f Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 12 Jan 2024 14:39:35 +0000 Subject: [PATCH] 0.5.3 --- manifest.yaml | 14 +++++--------- mutiny-web | 2 +- scripts/procedures/migrations.ts | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 289ce52..0f32049 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,16 +1,12 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 0.5.1 +version: 0.5.3 release-notes: | - - Experimental support for Fedimint - - Experimental support for Multiple LSPs using the LSPS spec - - Increase on-chain gap limit when resyncing - - Better multi-device support - - Removed unused redshifts page - - Better address gap management - - Bug fix: Fix issue where nostr contacts would not be able to sync - - Bug fix: Fix issue with gifting not working on self-hosted instances + - New Send UI! + - Improved bitcoin price api, more currencies added + - Bug fixes with lightning connectivity + - Bug fixes with syncing nostr contacts license: MIT wrapper-repo: "https://github.com/benthecarman/mutiny-startos" upstream-repo: "https://github.com/MutinyWallet/mutiny-web" diff --git a/mutiny-web b/mutiny-web index f5e693a..24a4ea5 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit f5e693a221578ec425a76cab9329670a30017b6d +Subproject commit 24a4ea5a4d385e7585003489ea194944cfbf09c5 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 5987a03..56f7d33 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,3 +1,3 @@ import { compat, types as T } from "../deps.ts"; -export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.1"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.3");