• 1.9.1 955a1703a6

    1.9.1 Stable

    jkaindl released this 2026-07-11 12:37:16 +00:00 | 14 commits to main since this release

    Maintenance release. No user-facing behavior changes — internal robustness and release tooling only.

    Changed

    • Settings are now loaded through a small shared mergeSettings helper (vendored from obsidian-kit). It shallow-merges stored settings over the defaults exactly as before, with added reference-safety (default array/object values are cloned so a later mutation can't reach back into the defaults). Every setting in this plugin is a primitive, so the observable behavior is identical; this is a maintenance alignment with the other Obsidian plugins in the family.

    Internal

    • Adopted the unified one-command release toolkit (npm run release / scripts/release.mjs): version bump → CHANGELOG → tag → Codeberg release → GitHub dual-push mirror, replacing the retired Woodpecker mirror config.
    • Documentation path/reference updates for the obsidian-plugins/ umbrella repository layout.
    Downloads