Releases: danielkremen818/obsidian-graph-project-buttons
Releases · danielkremen818/obsidian-graph-project-buttons
1.1.2
Immutable
release. Only release title and notes can be modified.
1.1.1
Immutable
release. Only release title and notes can be modified.
Changed
- Dropped the
builtin-modulesdev dependency in favour of Node's own
module.builtinModules, so the esbuild config keeps both bare and
node:-prefixed builtins external without a third-party package. - Release builds now attach build-provenance attestations, and the release
notes are pulled straight from this changelog instead of being left blank.
Added
- A short Privacy section in the README spelling out that the plugin only reads
the vault's file list (paths) to find project folders — never file contents,
no network, nothing written outside its own settings.
1.1.0
Use registerDomEvent for button clicks; tidy docs and comments Switch the chevron and project button click handlers to this.registerDomEvent so listeners are torn down with the plugin. Trim the helper comments in src/ and fold the build/layout notes into CONTRIBUTING.md.