v1.0.0
Added
- Initial Omarchy Quattro bar widget for today's Obsidian daily note todos.
- Vault path from
OBSIDIAN_VAULT_ROOT; daily note location from
.obsidian/daily-notes.json(folder,format, optionaltemplate). - List, add, and toggle markdown checkbox todos (
- [ ]/- [x]). - New items insert under a
## Tasksheading when present, otherwise append
at the end of the note. Adding creates today's note from the configured
template when needed. - Marketplace-ready musl x86_64 backend bundle with byte-identical CI
attestation (make verify-bundle).
Fixed
- Exit
watchwhen stdout is broken so a crashed shell cannot leave a
polling helper behind. - Reject
../ null path components from daily-notes settings so notes and
templates cannot escape the vault root. - Drop HTML markup from helper JSON before QML display and force
Text.PlainTextfor note-derived strings. - Reject multiline todo text so
addcannot inject extra markdown lines.
Artifact: obsidian-daily-qs-1.0.0-linux-x86_64.tar.gz (statically linked musl x86_64).