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
- MCP server, seven new tools:
list_all_taskslists the open tasks across every note of a workspace, most urgent first, with filters.list_remindersreturns the reminders that have already fired and are still pending (the bell feed).list_snapshots,get_snapshotandrestore_snapshotexpose a note's version history, including the safety snapshot taken before each AI or MCP rewrite, so a badupdate_notecan be undone.delete_trash_notepermanently deletes one note from the trash instead of emptying it.get_folder_share_statusreports a folder's public link. https://github.com/timothepoznanski/poznote/blob/main/docs/MCP-SERVER.md
58 tools now.
- 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.
🚀 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.
- 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}/lockacceptstakeover: trueto take the lock from its current holder instead of getting423 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_statusandget_folder_share_statusalways answered that the item was not shared, because the client looked for asharekey 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! 🙏