Skip to content

Releases: mattbirchler/claude-code-obsidian

1.0.3

Choose a tag to compare

@mattbirchler mattbirchler released this 10 Jul 02:12

Small maintenance release for Obsidian's plugin review — no functional changes.

  • Reformatted the lint suppression for the filename-sanitizing regex so its justification lives inline on the directive comment (the -- description syntax the review tooling requires). Matching control characters there remains intentional, since they're illegal in Windows filenames.

If you're on 1.0.2, there's nothing new to see — this just keeps the plugin review moving.

1.0.2

Choose a tag to compare

@mattbirchler mattbirchler released this 09 Jul 22:15

Housekeeping release that cleans up two warnings flagged by Obsidian's plugin review — no functional changes.

  • Replaced the third-party builtin-modules build dependency with Node's built-in builtinModules list (build tooling only; the shipped plugin code is byte-identical).
  • Documented and suppressed a lint warning about control characters in the filename-sanitizing regex — matching those characters is intentional, since they're illegal in Windows filenames.

Note: the remaining "direct filesystem access" notice is inherent to what this plugin does — it reads Claude Code session files from ~/.claude/projects/, which lives outside the vault. That access is read-only; all writes go through the Obsidian vault API.

1.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 19:36

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 22:28

Full Changelog: 0.1.0...1.0.0

0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 22:12