-
1.9.1 Stable
released this
2026-07-11 12:37:16 +00:00 | 14 commits to main since this releaseMaintenance release. No user-facing behavior changes — internal robustness and release tooling only.
Changed
- Settings are now loaded through a small shared
mergeSettingshelper (vendored fromobsidian-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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Settings are now loaded through a small shared