Skip to content

Release history

NoteDiscovery releases

Your Self-Hosted Knowledge Base

All releases

41 shown

No immediate action
v0.25.1 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.25.0 New feature

Collapsible sidebar

No immediate action
v0.24.3 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.24.2 Maintenance

Routine maintenance and dependency updates.

v0.24.1 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • Features/fix bold drift (536a9aa)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.24.1

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.24.0...v0.24.1

v0.24.0 Breaking risk
Notable features
  • Shift+Tab now outdents in the editor when “Tab inserts tab” is enabled (removes leading tab or up to four spaces per line).
  • Switching notes preserves each note’s scroll position.
  • Paint bucket tool added to the drawing editor.
Full changelog

What's Changed

  • Shift+Tab: Outdent in the editor when “Tab inserts tab” is on (leading tab or up to four spaces per line); still moves focus backward when nothing is removed.
  • Switching notes keeps each note’s scroll position so you return where you left off.
  • Paint bucket tool added to the drawing editor.
  • Updated hu-HU.json (bf48d80)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.24.0

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.23.0...v0.24.0

v0.23.0 New feature
Notable features
  • Drawing editor with freehand and shapes
  • Fixed-resolution PNG exports
  • Shared notes panel with cleanup
Full changelog

What's Changed

  • Drawing editor. Create quick sketches and annotations directly in the browser. Saved as PNG files alongside your notes. Supports freehand, line, rectangle, ellipse, eraser, eyedropper, and undo/redo. Autosaves on idle.

More information here: https://github.com/gamosoft/NoteDiscovery/blob/main/documentation/DRAWING.md

  • Fixed-resolution drawings. Every drawing has an intrinsic document size (default 1200x800). Pointer input, redraws and exports all live in the same coordinate space, so the saved PNG is byte-deterministic regardless of screen size, window size, or device pixel ratio. Resizing the editor pane won't shifts strokes. Mobile viewports automatically letterbox to the drawing's aspect ratio.

  • Shared notes panel. New sidebar icon (below Backlinks) opens a dedicated panel listing every currently shared note, with a count badge and one-click navigation. Consistent with how other note lists are rendered.

  • Automatic share-token cleanup. When you create or revoke a share link, entries in .share-tokens.json pointing to notes that no longer exist are pruned automatically. No manual maintenance required.

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.23.0

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.22.1...v0.23.0

v0.22.1 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

  • Missed hardcoded strings, fixed duplicate labels bug (f297cd8)
  • Updated hu-HU.json (76ee213 @Adv3n10)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.22.1

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.22.0...v0.22.1

v0.22.0 Maintenance
Notable features
  • Browser alerts, prompts, and confirms replaced with toast notifications
Full changelog

What's Changed

  • Replaced browser alerts with toast notifications, as well as prompts, confirms... (47c6668)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.22.0

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.21.1...v0.22.0

v0.21.1 New feature
Notable features
  • Auto continuation for numbered lists
  • Hacker theme
  • Ubuntu theme
Full changelog

What's Changed

  • Added auto continuation for numbered lists

  • Added Hacker theme

  • Added Ubuntu theme

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.21.1

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.21.0...v0.21.1

v0.21.0 Breaking risk
Breaking changes
  • Fix for relative media paths requires notes using relative paths to be adjusted to conform to new behavior
Notable features
  • List and blockquote continuation using Enter key
  • Improved sorting tooltips for folder rearrangement
v0.20.1 Mixed
Notable features
  • Configurable upload size limits
  • Treeview sorting capabilities
  • Additional protocols
Full changelog

What's Changed

  • Added configurable upload size limits #194
  • Added treeview sorting capabilities #193
  • Added additional protocols #191
  • Updated hu-HU.json translation (80c51da), thanks @Adv3n10!

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.20.1

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.20.0...v0.20.1

v0.20.0 New feature
Notable features
  • TAB key insertion option
  • Alternate MathJax syntax support
  • Print preview option
Full changelog

What's Changed

  • Added option to use TAB key to actually insert a tab #197 (@jasinco)
  • Use alternate Mathjax syntax #196 (@Trashman0007)
  • As part of that effort, refactored the export/sharing functionality to share a single codebase, now it's all done backend side to avoid more headaches, so a new export endpoint was created for it
  • Added print preview option #195 (@xrxca)
  • Doc changes

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.20.0

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.19.2...v0.20.0

v0.19.1 New feature
Notable features
  • Backlinks sidebar panel
  • Backlinks API integration
  • Graph rendering fix
v0.19.0 New feature
Notable features
  • Backlinks sidebar panel
  • Backlinks API property
  • MCP get_backlinks tool
v0.17.0 Breaking risk
Breaking changes
  • Removed hashed password support - plain text required
Security fixes
  • Fixed potential path traversal vulnerability
Notable features
  • API key authentication support
v0.16.6 Maintenance

Updated GitHub Actions workflows and minified frontend assets for improved build efficiency and asset optimization.

v0.16.5 Bug fix

Fixed syntax highlighting becoming out of sync during editing operations.

v0.16.3 Bug fix

Added search input debouncing for improved performance and fixed system folder visibility flickering on initial application load.

v0.16.2 New feature
Notable features
  • API performance optimization
  • System folder visibility toggle
  • Non-QWERTY keyboard support
v0.16.1 New feature
Notable features
  • Hungarian translation
  • Browser dark/light mode detection
v0.15.4 Maintenance

Minor updates and improvements across various application components.

v0.15.2 Maintenance

Added support links in Settings pane to encourage community contributions, with configurable visibility via ALREADY_DONATED environment variable.

v0.15.1 Breaking risk
Breaking changes
  • Image API endpoints renamed to media endpoints
Notable features
  • MP3, MP4, PDF file support
  • Flexible media file placement
  • HTML-based media rendering
v0.15.0 Breaking risk
Breaking changes
  • Image API endpoints renamed to media endpoints
Notable features
  • MP3, MP4, PDF file support
  • Media file placement flexibility
  • HTML-based media rendering
v0.14.1 Bug fix

Fixed critical bug preventing notes with apostrophes in titles from being previewed or edited correctly.

v0.14.0 New feature
Notable features
  • Quick Search with CTRL+ALT+P
  • Drag & drop precision fix
  • Clipboard image auto-rendering
v0.12.1 New feature
Notable features
  • Improved mobile card layout
  • Mobile back navigation
  • Additional locales
v0.11.2 New feature
Notable features
  • Configurable app name
  • Code block preservation
  • Wikilink-based image references
v0.11.1 Bug fix

Added Windows console color support via colorama and fixed mobile view bug that cropped the last card when in card view mode.

v0.11.0 New feature
Notable features
  • Progressive Web App installation
  • Desktop application mode

Beta — feedback welcome: [email protected]