From f36390303f3aa8d68f851f790a88617cf03172ff Mon Sep 17 00:00:00 2001 From: benthecarman Date: Wed, 25 Oct 2023 13:21:45 -0500 Subject: [PATCH 1/4] Enable auto-pay for new mutiny+ subscriptions --- src/routes/settings/Plus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/settings/Plus.tsx b/src/routes/settings/Plus.tsx index 80e5cab5..d0eb7640 100644 --- a/src/routes/settings/Plus.tsx +++ b/src/routes/settings/Plus.tsx @@ -88,7 +88,7 @@ function PlusCTA() { await state.mutiny_wallet?.pay_subscription_invoice( invoice?.bolt11, - false // todo add flag for auto-pay + true ); await vibrateSuccess(); From 21a965d13f141f2c1ff1c5d2a7180e19ec2ae4cb Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 26 Oct 2023 09:49:13 -0500 Subject: [PATCH 2/4] bump the z-index of amount editor --- src/components/AmountEditable.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/AmountEditable.tsx b/src/components/AmountEditable.tsx index d1940a6d..0b961b2c 100644 --- a/src/components/AmountEditable.tsx +++ b/src/components/AmountEditable.tsx @@ -696,16 +696,15 @@ export const AmountEditable: ParentComponent<{ Edit - {/* {props.children} */} - {/* */}
- {/* TODO: figure out how to submit on enter */}
- {/*
*/} Date: Wed, 25 Oct 2023 21:18:13 -0500 Subject: [PATCH 3/4] Add AUD currency --- src/components/ChooseCurrency.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/ChooseCurrency.tsx b/src/components/ChooseCurrency.tsx index a1ca9ce4..cbd834a2 100644 --- a/src/components/ChooseCurrency.tsx +++ b/src/components/ChooseCurrency.tsx @@ -76,6 +76,12 @@ export const FIAT_OPTIONS: Currency[] = [ hasSymbol: "₤", maxFractionalDigits: 2 }, + { + label: "Australia Dollar AUD", + value: "AUD", + hasSymbol: "$", + maxFractionalDigits: 2 + }, { label: "Japanese Yen JPY", value: "JPY", From e8bf7b98d268b1c712551fc31d8e26dd0f32eefd Mon Sep 17 00:00:00 2001 From: benthecarman Date: Thu, 26 Oct 2023 10:25:37 -0500 Subject: [PATCH 4/4] Bump versions --- android/app/build.gradle | 4 ++-- package.json | 4 ++-- pnpm-lock.yaml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index cb3e5fcf..4d5f4ffa 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.mutinywallet.mutinywallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 24 - versionName "0.4.25" + versionCode 25 + versionName "0.4.26" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package.json b/package.json index 6ae7bdb2..b1116e4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mutiny-wallet", - "version": "0.4.25", + "version": "0.4.26", "license": "MIT", "packageManager": "pnpm@8.6.6", "scripts": { @@ -55,7 +55,7 @@ "@kobalte/tailwindcss": "^0.5.0", "@modular-forms/solid": "^0.18.1", "@mutinywallet/barcode-scanner": "5.0.0-beta.3", - "@mutinywallet/mutiny-wasm": "0.4.25", + "@mutinywallet/mutiny-wasm": "0.4.26", "@mutinywallet/waila-wasm": "^0.2.1", "@nostr-dev-kit/ndk": "^0.8.11", "@solid-primitives/upload": "^0.0.111", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 118c9f6b..1ceb515c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: 5.0.0-beta.3 version: 5.0.0-beta.3(@capacitor/core@5.2.2) '@mutinywallet/mutiny-wasm': - specifier: 0.4.25 - version: 0.4.25 + specifier: 0.4.26 + version: 0.4.26 '@mutinywallet/waila-wasm': specifier: ^0.2.1 version: 0.2.1 @@ -2519,8 +2519,8 @@ packages: '@capacitor/core': 5.2.2 dev: false - /@mutinywallet/mutiny-wasm@0.4.25: - resolution: {integrity: sha512-3aPcsjRtmfnKpMN0yYkoApKmK9N5Jx8MlAXV4bOEzFckqOIlsSC7ZOHx6gr4uTUdXD8/F9N8B68H4GQ2tV0fSA==} + /@mutinywallet/mutiny-wasm@0.4.26: + resolution: {integrity: sha512-iPummhYwOKLvbeU/BJq2xQFNo0Worl47zxgX1Yn2ZFSgD0x4CYuB4C3cN0TEbnGvqEtHw/oAuDg5Ri/Li8wA/g==} dev: false /@mutinywallet/waila-wasm@0.2.1: