Skip to content

Release 6.52.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 07:39
fc336ea

Poznote 6.52.0

✨ User Webhooks

Send events about your own notes to any external service (ntfy, n8n, a script, any HTTP endpoint). A new User Webhooks page in Settings lets the primary account only register endpoints.

Available events: reminder.due, reminder.due_title, reminder.due_minimal, note.created, note.shared.

image

Requested in #1208 - Notification using ntfy.

🐛 Fixed:   accumulating in HTML notes

Saving and reloading a note kept injecting non-breaking spaces before every line break. The <br>&nbsp;<br> transformation was an old contenteditable hack has been removed. Existing notes clean themselves up on the next save.

Reported in #1206 - Unwanted   in the html notes after save & refresh.

🎨 Improvements

  • Interface customization: new "Show only unchecked items" filter to quickly find and restore hidden elements.
image

  • Users page: sorting now bolds the whole sorted column, and the table layout is more compact.