Releases: gamosoft/NoteDiscovery
v0.26.0
What's changed in v0.26.0
New
- Configurable
+button β In Settings, choose what the + and New buttons do by default: open the type chooser (current behaviour), or jump straight to a new note, folder, template, or drawing. Hold Shift while clicking always brings up the full chooser. - Auto-fill new-note titles with a timestamp β Optional toggle in Settings that pre-fills the name field with
yyyymmddHHMMSS(Zettelkasten-style). Press Enter to accept, or type to replace. Applies to both plain notes and "Create from Template". - "Create from Template" remembers your last choice β The most recently used template is pre-selected the next time the modal opens, and the name field is focused & selected. Paired with the auto-fill setting above, a single Enter is enough to create the note.
UX
- Enter confirms in the Delete / confirm dialog β Mirrors the existing Escape = cancel. Works for every confirmation modal.
- Settings toggles no longer overflow with long labels β Long localized strings (e.g. the Hungarian Tab inserts tab description) now wrap cleanly inside the panel and the toggle stays pinned to the right.
- Tighter settings copy across all 11 locales β less crowded panel.
Fixes
- "Create Note" button background no longer disappears when the template form becomes submittable (Alpine
:stylewas replacing the staticstyleattribute instead of merging with it). - Delete confirm no longer re-opens after pressing Enter β the browser was re-clicking the focused delete button by default after the modal closed; now suppressed while the modal is open.
Full changelog: v0.25.1...v0.26.0
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.26.0Full Changelog: v0.25.1...v0.26.0
v0.25.1
What's Changed
- Cell alignments (28dc6d7)
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.25.1Full Changelog: v0.25.0...v0.25.1
v0.25.0
What's Changed
- Added collapsible sidebar (98a1c18)
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.25.0Full Changelog: v0.24.3...v0.25.0
v0.24.3
What's Changed
- Updated hu-HU.json (de05a5f)
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.24.3Full Changelog: v0.24.2...v0.24.3
v0.24.2
What's Changed (3289102)
- Added text drawing (labels). Very simple, plenty for quick labeling inside the drawings
- Minor documentation changes
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.24.2Full Changelog: v0.24.1...v0.24.2
v0.24.1
What's Changed
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.24.1Full Changelog: v0.24.0...v0.24.1
v0.24.0
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.0Full Changelog: v0.23.0...v0.24.0
v0.23.0 - Draw your own sketches!
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.0Full Changelog: v0.22.1...v0.23.0
v0.22.1
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.1Full Changelog: v0.22.0...v0.22.1
v0.22.0
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.0Full Changelog: v0.21.1...v0.22.0