From 181233796b69c186362ad937c368ac6f6f6d03a4 Mon Sep 17 00:00:00 2001 From: Jure <44338+hoornet@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:02:30 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20to=20v0.1.10=20=E2=80=94=20Bitcoin=20QR?= =?UTF-8?q?=20to=20right=20edge=20on=20Support=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use justify-between on the QR section so Lightning address sits flush left and Bitcoin address sits flush right, making them visually impossible to confuse when scanning. Co-Authored-By: Claude Sonnet 4.6 --- ROADMAP.md | 3 +++ package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src/components/shared/AboutView.tsx | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 26f0dfe..951b27b 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -116,6 +116,9 @@ Bugs found during testing are fixed before Phase N+1 starts. A release is cut be ## What's already shipped +### v0.1.10 +- **Fix: Bitcoin QR to right edge** — Support page QR section uses `justify-between` so Lightning sits left, Bitcoin sits right + ### v0.1.9 - **Fix: account switch read-only bug (root cause)** — signers are now cached in-memory after login; `switchAccount` reuses the cached signer directly instead of re-fetching from the OS keychain on every switch. Keychain is only consulted at startup. Verified with 9-switch stress test across 3 accounts: 9/9 `ok`, signer present every time. - **Dev tooling** — Tauri invoke mock + 3 test accounts for Playwright-based debugging diff --git a/package.json b/package.json index aa99d2e..10bfa5e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wrystr", "private": true, - "version": "0.1.9", + "version": "0.1.10", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 60df32b..6d36267 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrystr" -version = "0.1.9" +version = "0.1.10" description = "Cross-platform Nostr desktop client with Lightning integration" authors = ["hoornet"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index aa3c920..f922d9a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Wrystr", - "version": "0.1.9", + "version": "0.1.10", "identifier": "com.hoornet.wrystr", "build": { "beforeDevCommand": "npm run dev", diff --git a/src/components/shared/AboutView.tsx b/src/components/shared/AboutView.tsx index 7ddd5ae..ba5e75f 100644 --- a/src/components/shared/AboutView.tsx +++ b/src/components/shared/AboutView.tsx @@ -75,7 +75,7 @@ export function AboutView() { {/* QR codes */}

Scan to send

-
+
Lightning