Skip to content

Releases: danielkremen818/obsidian-graph-project-buttons

1.1.2

14 Jun 11:07
Immutable release. Only release title and notes can be modified.
443f06a

Choose a tag to compare

Changed

  • Upgraded the CI and release GitHub Actions to the Node 24 runtime
    (actions/checkout@v5, actions/setup-node@v5), clearing the upcoming
    forced-Node-24 deprecation for JavaScript actions.

1.1.1

14 Jun 10:49
Immutable release. Only release title and notes can be modified.
56ce8b4

Choose a tag to compare

Changed

  • Dropped the builtin-modules dev 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

14 Jun 10:19

Choose a tag to compare

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.