Skip to content

Releases: fabriziosalmi/noted

v1.2.3

Choose a tag to compare

@fabriziosalmi fabriziosalmi released this 23 Jul 22:12

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, because jsdom (used by the HTML sanitizer) was bundled and could no longer find its own assets; it only ran inside the app. jsdom is now loaded from node_modules alongside 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

Choose a tag to compare

@fabriziosalmi fabriziosalmi released this 19 Jul 23:21

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


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

Choose a tag to compare

@fabriziosalmi fabriziosalmi released this 19 Jul 12:39

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

Choose a tag to compare

@fabriziosalmi fabriziosalmi released this 19 Jul 10:34

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.