diff --git a/GEMINI.md b/GEMINI.md
index 97ce844..357c5bb 100644
--- a/GEMINI.md
+++ b/GEMINI.md
@@ -2,7 +2,7 @@
## Project Overview
-**SeedPGP v1.4.4**: Client-side BIP39 mnemonic encryption webapp
+**SeedPGP v1.4.5**: Client-side BIP39 mnemonic encryption webapp
**Stack**: Bun + Vite + React + TypeScript + OpenPGP.js + Tailwind CSS
**Deploy**: Cloudflare Pages (private repo: `seedpgp-web`)
**Live URL**:
+
{encryptionMode === 'pgp' ? 'Uses PGP keys or password' : 'Uses passphrase only (Krux compatible)'} @@ -576,17 +583,17 @@ function App() { {/* SeedQR Format Toggle */} {encryptionMode === 'seedqr' && (
+
{seedQrFormat === 'standard' ? 'Numeric format, human-readable.' : 'Compact binary format, smaller QR code.'} @@ -598,7 +605,7 @@ function App() { {encryptionMode === 'krux' && activeTab === 'backup' && ( <>
Label for identification (max 252 bytes)
+Label for identification (max 252 bytes)
Higher = more secure but slower (default: 200,000)
+Higher = more secure but slower (default: 200,000)
+
{encryptionMode === 'krux' ? 'Required passphrase for Krux encryption' : 'Symmetric encryption password (SKESK)'} @@ -713,7 +720,7 @@ function App() {