docs: inline SHA-256 checksums in v2.0.2 / lite v1.1.1 release notes

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BwycPDQSfEKtrTS2uC4JeT
This commit is contained in:
2026-09-04 05:04:51 -05:00
parent 0056c46929
commit d058e5fc2a
2 changed files with 44 additions and 14 deletions

View File

@@ -25,15 +25,30 @@ v1.1.1 fixes this: create/restore now **encrypt** the wallet with your passphras
---
## Downloads
## Downloads & checksums
| 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 with `sha256sum <file>` (Linux) or `shasum -a 256 <file>` (macOS) and match the SHA-256 below.
**Verify your download** against `SHA256SUMS.txt` published with the release (`sha256sum -c SHA256SUMS.txt`).
**Linux** (x86-64)
- `ObsidianDragonLite-1.1.1.AppImage`
`323ff5f8658a5550aa12678ce4be37e32a2bfd3f3b0543074cc86a4267895dcf`
- `ObsidianDragonLite-1.1.1-Linux-x64.zip`
`e8604e479aed7e020946df45bf0d9373401354907e10565011694efa9978e631`
**Windows** (x64)
- `ObsidianDragonLite-1.1.1.exe` (portable)
`4cdcf291fe43c4fed04258aa55bb4e9b591f52780f9db5fb8f8bef522c43a351`
- `ObsidianDragonLite-1.1.1-Windows-x64.zip`
`c387bfcda508f32195c41fabec9f23d8b094d693a5dba41fbf8ec4abab6f2f6e`
**macOS** (x86-64 / Intel — runs on Apple Silicon via Rosetta 2)
- `ObsidianDragonLite-1.1.1-macOS-x86_64.dmg`
`bb0c491cb8f90ae55d162ec7c04c8f30988fa2f79c7911471220cddab44f99a5`
- `ObsidianDragonLite-1.1.1-macOS-x86_64.app.zip`
`a2a75fe40bf1f4db3abed8206dcc40d9fc74d8db2df7704afc9c834106b1c247`
---