github timothepoznanski/poznote 6.88.1-beta
Release 6.88.1-beta

latest release: 6.89.0-beta
pre-releaseone day ago

Poznote 6.88.1-beta

This beta channel release lets you take over a note someone else is editing, adds cross-note views and version history to the MCP server, and redesigns the profile dialog.

✨ New

  • Take over a locked note: when someone else is editing a note, the read-only banner now offers to take over. The previous editor's screen turns read-only and their unsaved changes stay in their browser, offered again once the note is free. An open note picks up changes made elsewhere within a few seconds. For a Markdown note with unsaved edits on both sides, the two sets of changes are merged automatically when they touch different lines, and a banner lets you choose when they overlap. Rich-text notes are never merged, you choose which version to keep. #1398
image

  • MCP server, seven new tools: list_all_tasks lists the open tasks across every note of a workspace, most urgent first, with filters. list_reminders returns the reminders that have already fired and are still pending (the bell feed). list_snapshots, get_snapshot and restore_snapshot expose a note's version history, including the safety snapshot taken before each AI or MCP rewrite, so a bad update_note can be undone. delete_trash_note permanently deletes one note from the trash instead of emptying it. get_folder_share_status reports a folder's public link. https://github.com/timothepoznanski/poznote/blob/main/docs/MCP-SERVER.md
    58 tools now.
image

  • Profile dialog: the profile opens on an identity card, with initials avatar, username, full name, ID badge and an Administrator badge for admins, followed by the editable fields.
image

🚀 Improved

  • When a page or setting is refused because you are not the owner of the account you switched to, the denial page now shows which account you are currently using, with its name and ID.
image

  • A Markdown note that changed elsewhere while your caret is in it is now updated in place around the caret, instead of asking you to reload.
  • REST API: PUT /notes/{id}/lock accepts takeover: true to take the lock from its current holder instead of getting 423 Locked. The response then carries "taken_over": true.

🐛 Fixed

  • Edits typed just before a note was locked by someone else were never saved once the note became yours again. They are now written as soon as the lock is released.
  • When an outside change was applied to an open note, the note was saved back unchanged, which bumped its version and made every other open tab refresh in turn.
  • A note taken over could be locked again right away by a status check still in flight.
  • MCP server: share_note, get_note_share_status and get_folder_share_status always answered that the item was not shared, because the client looked for a share key the API does not return.

❤️ Support

Enjoying Poznote? Support its development on Ko-fi

Poznote Discord community -> https://discord.gg/AWhWWSEkJ

Poznote is also available in Caliber Node and PikaPods.

Thanks so much for all who will support my work! 🙏

Don't miss a new poznote release

NewReleases is sending notifications on new releases.