Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 11:24
· 22 commits to main since this release

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, optional template).
  • List, add, and toggle markdown checkbox todos (- [ ] / - [x]).
  • New items insert under a ## Tasks heading 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 watch when 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.PlainText for note-derived strings.
  • Reject multiline todo text so add cannot inject extra markdown lines.

Artifact: obsidian-daily-qs-1.0.0-linux-x86_64.tar.gz (statically linked musl x86_64).