Skip to content

Releases: gamosoft/NoteDiscovery

v0.26.0

04 Jun 12:53

Choose a tag to compare

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 :style was replacing the static style attribute 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.0

Full Changelog: v0.25.1...v0.26.0

v0.25.1

01 Jun 14:32

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.25.1

Full Changelog: v0.25.0...v0.25.1

v0.25.0

29 May 10:35

Choose a tag to compare

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.0

Full Changelog: v0.24.3...v0.25.0

v0.24.3

27 May 13:28

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.24.3

Full Changelog: v0.24.2...v0.24.3

v0.24.2

13 May 08:18

Choose a tag to compare

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.2

Full Changelog: v0.24.1...v0.24.2

v0.24.1

07 May 09:25

Choose a tag to compare

What's Changed

  • Attempt to fix #212
  • Added user defined date/time formats for templates #216

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.24.1

Full Changelog: v0.24.0...v0.24.1

v0.24.0

04 May 17:55

Choose a tag to compare

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: v0.23.0...v0.24.0

v0.23.0 - Draw your own sketches!

24 Apr 14:35

Choose a tag to compare

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.
image

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.

image
  • 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: v0.22.1...v0.23.0

v0.22.1

20 Apr 10:50

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.22.1

Full Changelog: v0.22.0...v0.22.1

v0.22.0

20 Apr 07:04

Choose a tag to compare

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: v0.21.1...v0.22.0