Skip to content

Releases: gamosoft/NoteDiscovery

v0.19.1 - Backlinks... and Graph bugfix 😎

24 Mar 12:28

Choose a tag to compare

What's Changed

  • Backlinks Panel - New sidebar panel showing all notes that link to the current note

    • Displays linking notes with context snippets and line numbers
    • Supports both [[wikilinks]] and standard [markdown](links)
    • Click any backlink to navigate directly to the source note
    • Badge shows backlink count on the panel icon
image image
  • Backlinks API - New backlinks property in note response

    • GET /api/notes/{path} now returns backlinks by default
    • Optional ?include_backlinks=false to disable for performance
    • Returns path, name, and up to 3 references per linking note
  • MCP Tool - New get_backlinks tool for AI assistants

    • Find notes that reference a specific note
    • Returns context snippets showing where links appear
image
  • Also a bug in the graph view that was not properly rendering it when notes where in a different folder (and not wikilinks), but now I think they're ok:
image

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.1

Full Changelog: v0.19.0...v0.19.1

v0.19.0 - Backlinks!

24 Mar 11:24

Choose a tag to compare

What's Changed

  • Backlinks Panel - New sidebar panel showing all notes that link to the current note

    • Displays linking notes with context snippets and line numbers
    • Supports both [[wikilinks]] and standard [markdown](links)
    • Click any backlink to navigate directly to the source note
    • Badge shows backlink count on the panel icon
image image
  • Backlinks API - New backlinks property in note response

    • GET /api/notes/{path} now returns backlinks by default
    • Optional ?include_backlinks=false to disable for performance
    • Returns path, name, and up to 3 references per linking note
  • MCP Tool - New get_backlinks tool for AI assistants

    • Find notes that reference a specific note
    • Returns context snippets showing where links appear
image

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.0

Full Changelog: v0.18.2...v0.19.0

v0.18.2

23 Mar 17:11

Choose a tag to compare

What's Changed

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.18.2

Full Changelog: v0.18.1...v0.18.2

v0.18.1 - MCP AI Assistant Integration 🤖

17 Mar 11:36

Choose a tag to compare

What's Changed

  • Bugfix in graph MCP tool

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.18.1

Full Changelog: v0.18.0...v0.18.1

v0.18.0 - MCP AI Assistant Integration 🤖

17 Mar 10:30

Choose a tag to compare

What's Changed

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.18.0

Full Changelog: v0.17.0...v0.18.0

v0.17.0 - Breaking Change! Removed Hashed Password Support

13 Mar 11:04

Choose a tag to compare

What's Changed

  • Breaking change: Removed hashed password support both from config.yaml and environment variable. If you had authentication enabled you need to provide the plain text password.
  • Add API KEY support as bearer token or http request header
  • Fixed small security issue involving potential path traversal

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.17.0

Full Changelog: v0.16.6...v0.17.0

v0.16.6

12 Mar 11:02

Choose a tag to compare

What's Changed

  • Updated github actions
  • Minified frontend assets

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.16.6

Full Changelog: v0.16.5...v0.16.6

v0.16.5

11 Mar 15:34

Choose a tag to compare

What's Changed

  • Fixed syntax highlighting out of sync (4301d54) (#181)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.16.5

Full Changelog: v0.16.4...v0.16.5

v0.16.4

03 Mar 08:39

Choose a tag to compare

What's Changed

  • Html sanitization to avoid XSS (41b1838)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.16.4

Full Changelog: v0.16.3...v0.16.4

v0.16.3

23 Feb 16:54

Choose a tag to compare

What's Changed

  • Feat: debounce search input (3495c0d)
  • Fixed flashing of hidden system folders upon initial load

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.16.3

Full Changelog: v0.16.2...v0.16.3