Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BwycPDQSfEKtrTS2uC4JeT
2.5 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
| Platform | Files |
|---|---|
| Linux (x86-64) | ObsidianDragonLite-1.1.1.AppImage, ObsidianDragonLite-1.1.1-Linux-x64.zip |
| Windows (x64) | ObsidianDragonLite-1.1.1.exe (portable), ObsidianDragonLite-1.1.1-Windows-x64.zip |
| macOS (x86-64 / Intel — runs on Apple Silicon via Rosetta 2) | ObsidianDragonLite-1.1.1-macOS-x86_64.dmg, ObsidianDragonLite-1.1.1-macOS-x86_64.app.zip |
Verify your download against SHA256SUMS.txt published with the release (sha256sum -c SHA256SUMS.txt).
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.