Releases: fabriziosalmi/noted
Releases · fabriziosalmi/noted
Release list
v1.2.3
Fixes
- MCP server — The bundled MCP server now starts correctly when launched as a standalone process by an external MCP client (e.g. Claude Code's
claude mcp). It previously crashed on startup with a missing-stylesheet error, becausejsdom(used by the HTML sanitizer) was bundled and could no longer find its own assets; it only ran inside the app.jsdomis now loaded fromnode_modulesalongside the server, exactly as the Electron main process already did. HTML sanitization is unchanged — same library and version, so the security policy is untouched.
Documentation
- The documentation site now links the shared privacy notice and ships a same-origin Content-Security-Policy.
v1.2.2
Fixes
- Editor — Fixed a false "This note changed on disk (edited elsewhere)" warning that appeared (often doubled) when creating a new note or opening an existing one. The app's own saves are now recognized correctly and no longer trigger the external-change warning. Genuine external edits (e.g. from an MCP client) are still detected.
Documentation
- New documentation site: https://fabriziosalmi.github.io/noted/ — installation, features, settings, keyboard shortcuts, the MCP server, and architecture.
Downloads — both builds are signed and notarized by Apple (open without a Gatekeeper warning). Requires macOS 11 or later.
- Apple Silicon:
Noted-1.2.2-arm64.dmg - Intel:
Noted-1.2.2.dmg
Noted 1.2.1
Post-launch UX pass: ⌘P full-text search, native macOS menu (⌘,), AI Stop button, honest AI setup, wikilink create-on-click, plus two data-loss fixes (⌘P capture, whole-note AI overwrite). Signed + notarized (Apple Silicon + Intel).
Noted 1.2.0
Noted is a local-first macOS note-taking app — your notes stay on your machine, no account, no telemetry.
Highlights
- ✍️ Rich Markdown/HTML editor (headings, code, tables, math) with wikilinks, backlinks & a per-note connections panel
- 🔎 Instant note switcher + global full-text search
- 🤖 Multi-provider AI (OpenAI, Anthropic, Gemini, OpenRouter, LM Studio, Ollama) — inline suggestions, slash commands, contextual chat, optional PII masking
- 🔗 Git integration (commit, push, PRs) + a local MCP server so agents can read/write your notes
- 🌍 Six UI languages · 📤 Export to HTML, Markdown, PDF, DOCX
Install
Download the DMG for your Mac — Apple Silicon (`Noted-1.2.0-arm64.dmg`) or Intel (`Noted-1.2.0.dmg`). Builds are signed and notarized by Apple, so they open without a Gatekeeper warning. Requires macOS 11 (Big Sur) or later.