Releases: gamosoft/NoteDiscovery
v0.19.2 - New stats endpoint
What's Changed
- New /api/stats endpoint that gives you the number of notes, tags etc.. such as:
{
"notes_count": 73,
"folders_count": 50,
"tags_count": 4,
"templates_count": 3,
"media_count": 0,
"total_size_bytes": 121717,
"last_modified": "2026-03-24T11:22:40.187832+00:00",
"plugins_enabled": 1,
"version": "0.19.2"
}This way you can integrate in your dashboards like Homepage something like:
- NoteDiscovery:
href: https://notediscovery.{{HOMEPAGE_VAR_HOMELAB_DOMAIN}}
icon: notediscovery
container: homelab-notediscovery
widget:
type: customapi
url: http://notediscovery:8000/api/stats
refreshInterval: 60000
mappings:
- field: notes_count
label: Notes
- field: tags_count
label: Tags
- field: folders_count
label: Folders
- field: version
label: VersionTo look like this:

More info here: https://github.com/gamosoft/NoteDiscovery/blob/main/documentation/API.md#get-stats
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.2Full Changelog: v0.19.1...v0.19.2
v0.19.1 - Backlinks... and Graph bugfix 😎
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
-
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
- 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:
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.1Full Changelog: v0.19.0...v0.19.1
v0.19.0 - Backlinks!
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
-
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
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.0Full Changelog: v0.18.2...v0.19.0
v0.18.2
What's Changed
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.18.2Full Changelog: v0.18.1...v0.18.2
v0.18.1 - MCP AI Assistant Integration 🤖
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.1Full Changelog: v0.18.0...v0.18.1
v0.18.0 - MCP AI Assistant Integration 🤖
What's Changed
- Added a small MCP server to manage your notes using AI assistants
https://github.com/gamosoft/NoteDiscovery/blob/main/documentation/MCP.md
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.18.0Full Changelog: v0.17.0...v0.18.0
v0.17.0 - Breaking Change! Removed Hashed Password Support
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.0Full Changelog: v0.16.6...v0.17.0
v0.16.6
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.6Full Changelog: v0.16.5...v0.16.6
v0.16.5
What's Changed
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.16.5Full Changelog: v0.16.4...v0.16.5
v0.16.4
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.4Full Changelog: v0.16.3...v0.16.4