github timothepoznanski/poznote 6.75.0
Release 6.75.0

3 hours ago

Poznote 6.75.0

Poznote tabs now stay in sync on their own, and the AI assistant knows which note you have open.

✨ New

  • Live refresh. An open tab notices changes made outside it and applies them in place: the sidebar tree reloads, and so does the open note when it has no unsaved edits. If the note you are reading was changed elsewhere while you have unsaved changes here, a banner asks what to do: reload the note, or keep and save your own version. #1321
  • The AI assistant no longer needs a manual reload. When it creates, renames or rewrites a note, the note and the sidebar refresh by themselves once the answer is complete.

  • Autosave is now conflict-safe. Each save sends the version of the note it started from, so it can never silently overwrite an edit made elsewhere: the conflict is reported and the banner above is shown instead.

  • The AI assistant knows the note you have open. Ask it to "improve the formatting of this note" or "add a conclusion here" and it works on the note in the editor, no id or title to give. It follows you if you open another note during the conversation, and naming a different note in your question still takes precedence. #1323

  • Optional authentication token for the MCP server. Set POZNOTE_MCP_AUTH_TOKEN in .env and every MCP client must send Authorization: Bearer <token>, anything else gets a 401. The default setup keeps the port published on 127.0.0.1 only and needs no token; set one when you expose the MCP port beyond your machine (reverse proxy, LAN, bare-metal install). Client setup is documented for VS Code Copilot and the Claude CLI. #1322

  • poznote-mcp serve (installation without Docker) now binds to 127.0.0.1 by default, and warns at startup if it listens on a public address without a token. #1322

  • New API endpoint: GET /api/v1/changes returns opaque version tokens for a workspace tree and for up to 20 notes, so an external client can detect what changed without refetching everything. See API-REST.md.


❤️ Support

Enjoying Poznote? Support its development on Ko-fi

Also, please help bring Poznote to everyone -> #1288

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

Don't miss a new poznote release

NewReleases is sending notifications on new releases.