Release history
NoteDiscovery releases
Your Self-Hosted Knowledge Base
All releases
41 shown
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
- 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
- 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.jsonpointing 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
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
- 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
- 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
- Fix for relative media paths requires notes using relative paths to be adjusted to conform to new behavior
- List and blockquote continuation using Enter key
- Improved sorting tooltips for folder rearrangement
- 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
- 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
- /api/stats endpoint with vault statistics
- Backlinks sidebar panel
- Backlinks API integration
- Graph rendering fix
- Backlinks sidebar panel
- Backlinks API property
- MCP get_backlinks tool
Bug fix resolving an issue in the graph visualization MCP tool.
- Removed hashed password support - plain text required
- Fixed potential path traversal vulnerability
- API key authentication support
Updated GitHub Actions workflows and minified frontend assets for improved build efficiency and asset optimization.
Fixed syntax highlighting becoming out of sync during editing operations.
- HTML sanitization to prevent XSS attacks
Added search input debouncing for improved performance and fixed system folder visibility flickering on initial application load.
- API performance optimization
- System folder visibility toggle
- Non-QWERTY keyboard support
- Hungarian translation
- Browser dark/light mode detection
Minor updates and improvements across various application components.
Added support links in Settings pane to encourage community contributions, with configurable visibility via ALREADY_DONATED environment variable.
- Image API endpoints renamed to media endpoints
- MP3, MP4, PDF file support
- Flexible media file placement
- HTML-based media rendering
- Image API endpoints renamed to media endpoints
- MP3, MP4, PDF file support
- Media file placement flexibility
- HTML-based media rendering
Fixed critical bug preventing notes with apostrophes in titles from being previewed or edited correctly.
- Quick Search with CTRL+ALT+P
- Drag & drop precision fix
- Clipboard image auto-rendering
- Public note sharing
- FastAPI Swagger documentation
- Improved mobile card layout
- Mobile back navigation
- Additional locales
- Configurable app name
- Code block preservation
- Wikilink-based image references
Added Windows console color support via colorama and fixed mobile view bug that cropped the last card when in card view mode.
- Progressive Web App installation
- Desktop application mode