Skip to content

Releases: jlevere/obsidian-mcp-plugin

Release 0.0.10

Choose a tag to compare

@github-actions github-actions released this 02 Jul 17:43
a03a76b

Full Changelog: v0.0.10...0.0.10

Release 0.0.9

Choose a tag to compare

@github-actions github-actions released this 02 Jul 02:19
8c55bf6

Full Changelog: 0.0.7...0.0.9

0.0.7

Choose a tag to compare

@github-actions github-actions released this 11 May 19:24
caf71d7

Full Changelog: 0.0.6...0.0.7

0.0.6

Choose a tag to compare

@github-actions github-actions released this 11 May 03:53
486ced0

Full Changelog: 0.0.5...0.0.6

New Features

  • Active Session Viewer: View all currently connected clients (session ID and connection type) in a new "Active Sessions" section.
  • Client Connection Notices: Obsidian will now show a notice when a new client connects to the MCP server.

Improvements

  • Improved schema validation to ensure all pathComponents specified in metadata exist in the schema's fields.
  • Settings panel UI enhancements and better layout for dynamic tool listings.

Development

  • Added @joshtmerrill as co-author

0.0.5

Choose a tag to compare

@github-actions github-actions released this 11 May 01:22
4c80924

Full Changelog: 0.0.4...0.0.5

New Features

  • Bearer Token Authentication for SSE and Stream 6e70075

Improvements

  • diff-edit-file
    • Rewritten to support simplified udiff. Massive increases in stability and usability
  • eslint update
    • Rewrote eslint to use typescript and fixed so many type issues ;-;
  • More consistant error messagess
  • Cleaned up log output
  • More polished settings pannel
  • More inline with obsidian plugin standards

0.0.4

Choose a tag to compare

@github-actions github-actions released this 04 May 23:09
6726022

Changelog — v0.0.4

New Features

  • rollback-edit tool: Revert the last file edit made by supported tools. Automatically saves the previous version before diff-edit, upsert, or structured edits.
  • search-contents tool: Fuzzy search across the contents of all files in the vault.
  • search-filenames tool: Fuzzy search across all file names in the vault.

Improvements

  • diff-edit-file
    • Rewritten to support smart anchor-based fuzzy matching for localized updates.
    • Improved error messages for anchor mismatch and patch distance validation.
  • read-file
    • Now suggests similar file paths when a file is not found.
  • upsert-file
    • Integrated rollback snapshot before modifying files.
    • More consistent newline handling and file creation path logic.
  • Refactored tool names
    • Renamed fuzzy-searchsearch-contents for clarity.
    • Added search-filenames as a distinct tool.

Internal & Dev Changes

  • Converted esbuild.config.mjsesbuild.config.ts. Gotta get that 99% ts on the code bar 😎

Full Changelog: 0.0.3...0.0.4

0.0.3

Choose a tag to compare

@github-actions github-actions released this 01 May 19:02
fe78729

Full Changelog: 0.0.2...0.0.3

0.0.2

Choose a tag to compare

@github-actions github-actions released this 01 May 17:21
97a18a2

Full Changelog: 0.0.1...0.0.2

0.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 04:31
5814167