Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BwycPDQSfEKtrTS2uC4JeT
2.8 KiB
DragonX (DRGX) Lite Desktop Wallet — v1.1.1
ObsidianDragonLite is the lightweight, node-free companion to ObsidianDragon — it connects to a DragonX lite-wallet server for near-instant startup, with the same native ImGui interface and shielded-first workflow. v1.1.1 is a maintenance release centered on an important wallet-encryption fix.
⚠️ Security fix — please read
Creating or restoring a Lite wallet with a passphrase now actually encrypts it.
In prior versions, the create / restore / open flow used by the Settings UI silently discarded the passphrase you entered:
- A newly created or restored wallet was saved to disk unencrypted — the seed and spending keys were stored in the clear even though you set a passphrase.
- Opening an already-encrypted wallet did not unlock it with the supplied passphrase (it opened locked and re-prompted).
v1.1.1 fixes this: create/restore now encrypt the wallet with your passphrase (the backend encrypts and locks it), and open now unlocks it.
What you should do: if you created or restored a Lite wallet with a passphrase on an earlier version, treat that wallet's on-disk data as unencrypted. Open it in v1.1.1 and re-apply encryption from Settings → encrypt (and, if you're concerned the plaintext wallet file may have been exposed, move the funds to a freshly created encrypted wallet). Wallets you never set a passphrase on are unaffected.
Also fixed
- Chinese, Japanese, and Korean FAQ text renders correctly. Several Help/FAQ titles showed
??instead of characters (e.g. 什么, 门) after the previous translation back-fill; the bundled CJK font subset now includes those glyphs.
Downloads & checksums
Verify with sha256sum <file> (Linux) or shasum -a 256 <file> (macOS) and match the SHA-256 below.
Linux (x86-64)
ObsidianDragonLite-1.1.1.AppImage323ff5f8658a5550aa12678ce4be37e32a2bfd3f3b0543074cc86a4267895dcfObsidianDragonLite-1.1.1-Linux-x64.zipe8604e479aed7e020946df45bf0d9373401354907e10565011694efa9978e631
Windows (x64)
ObsidianDragonLite-1.1.1.exe(portable)4cdcf291fe43c4fed04258aa55bb4e9b591f52780f9db5fb8f8bef522c43a351ObsidianDragonLite-1.1.1-Windows-x64.zipc387bfcda508f32195c41fabec9f23d8b094d693a5dba41fbf8ec4abab6f2f6e
macOS (x86-64 / Intel — runs on Apple Silicon via Rosetta 2)
ObsidianDragonLite-1.1.1-macOS-x86_64.dmgbb0c491cb8f90ae55d162ec7c04c8f30988fa2f79c7911471220cddab44f99a5ObsidianDragonLite-1.1.1-macOS-x86_64.app.zipa2a75fe40bf1f4db3abed8206dcc40d9fc74d8db2df7704afc9c834106b1c247
For the full feature set (node-free operation, wallet lifecycle, shielded + transparent send/shield/receive, HushChat, server browser with failover, 8-language UI), see the lite-v1.0.0 release notes — v1.1.1 changes only the items listed above.