github timothepoznanski/poznote 6.43.0
Release 6.43.0

5 hours ago

Poznote 6.43.0

New features

Safe concurrent writes via the REST API
GET /notes/{id} now returns a version token (also exposed as an ETag header). Pass it back in a PATCH request via the if_version body field or the If-Match header: if the note was modified in the meantime, the write is rejected with a 409 response containing the current version, updated, heading and content, so you can merge your change and retry in a single round trip. A successful PATCH returns the new token, which lets you chain conditional writes without re-reading the note. Without if_version, the behavior is unchanged (last write wins). The MCP server takes advantage of this mechanism: get_note exposes the token and update_note accepts if_version. Suggested by @virtuarsys in #1185.

Configurable command menu shortcut
A new "Command menu shortcut" setting (Display) lets you open the command menu only with Alt + /. A bare / then stays a literal character, which avoids unwanted menu popups when typing paths or dates. The shortcut works in HTML notes, Markdown notes, titles and tasks. The default behavior (/ alone) is preserved.

image

Sortable storage statistics
The columns of the storage statistics table are now clickable to sort the data, and an ID column has been added.

image

More hideable UI elements
UI customization now covers new elements: dashboard user and filter bar, grid / list toggle, search bar, and Workspace menu entries. The print button is now correctly hidden in the mobile menu, and the check-for-updates card can be hidden.

image

Improvements

  • Settings list view limited to a more readable width on large screens.
image

  • Shared note hierarchy lines are more visible and better spaced.
image

  • Inserting icons into note content has been removed.

As always, thank you for your feedback and support! If you enjoy Poznote, you can support its development on Ko-fi. ❤️

Don't miss a new poznote release

NewReleases is sending notifications on new releases.