M

Memos

M
Memos Dev Tools v0.27.0-rc

v0.27.0-rc.1

ImportantThis release candidate includes changes to the database and API. Please back up your data before upgrading. What's Changed Embedded MCP server for AI clients. Memos now exposes an in-process MCP endpoint at /mcp using Streamable HTTP. It accepts PATs and exposes memo CRUD, comments, attachments, relations, reactions, tag listing, prompts, and memo resources for MCP-compatible clients. Liv…

M
Memos Dev Tools v0.30.0

v0.30.0

Memos 0.30 refreshes how you capture, write, and browse your notes. It introduces the Memos Web Clipper, a rebuilt Markdown editor, richer memo detail views, flexible multi-column feeds, faster rendering, and stronger authentication and sharing boundaries. Introducing Memos Web Clipper Save page details, selected text, and images directly to Memos from Chromium-based browsers and Firefox. The clip…

M
Memos Dev Tools v0.30.0-rc

v0.30.0-rc.2

Introducing Memos Web Clipper Save pages, selected text, and images as Markdown directly to your Memos instance. Review and edit every clip before saving, choose its visibility, and customize the Markdown format to fit your workflow. Install for Chrome · Install for Firefox · Learn more Highlights Memo detail and navigation: Redesigned the memo detail sidebar as a property rail with quick actions,…

M
Memos Dev Tools v0.30.0-rc

v0.30.0-rc.1

⚠ BREAKING CHANGES Access control: Instances without --instance-url (or MEMOS_INSTANCE_URL) now run in private mode. Anonymous visitors are sent to sign-in and anonymous API access is limited to setup, authentication, and shared-memo routes. Set the instance URL to retain the previous public behavior. (d1cef7a) Filters: now() has been replaced by the now timestamp variable, and time fields now use…

M
Memos Dev Tools v0.29.1

v0.29.1

Bug Fixes Task list layout - Task item content now stays in one grid column, so multi-line task items keep their text aligned with the task body. Link preview descriptions - Link previews now support standard <meta name="description"> tags, improving metadata cards for sites without Open Graph descriptions. Mobile video posters - Video attachments now render poster thumbnails on mobile attachment…

M
Memos Dev Tools v0.29.0

v0.29.0

This release adds richer link previews, notification email settings, shortcut and memo workflow improvements, and a set of security, media, and editor fixes. It also adds new instance statistics APIs and performance improvements for the initial screen. New Features Link Previews and Metadata Link metadata APIs - Memos now includes endpoints for fetching and batching metadata for links attached to…

M
Memos Dev Tools v0.28.0

v0.28.0

0.28.0 (2026-04-27) This release improves SSO account handling by linking external provider identities to local Memos users instead of treating provider identifiers as local usernames. It also refreshes account and SSO management, adds memo time display controls, and includes several authentication and editor fixes. Breaking Change Existing SSO users must link their identity again - If you previou…

M
Memos Dev Tools v0.27.1

v0.27.1

0.27.1 (2026-04-19) Bug Fixes mixed-case user resource names (#5853) (01be01f) release: inject build version into artifacts (f8a304b) user resource names can be uuidv4 from idp sub claim (#5856) (bbded58)

M
Memos Dev Tools v0.27.0

v0.27.0

0.27.0 (2026-04-18) Features add --allow-private-webhooks flag to bypass SSRF protection (#5694) (cd5816c) add blur_content attribute to tag metadata settings (#5767) (45b2153) add Gemini transcription provider (#5830) (d87539a) add GitHub release installer and release workflow (1ed542c) add live refresh via Server-Sent Events (SSE) with visual indicator (#5638) (ea0892a) add MCP server with PAT a…

M
Memos Dev Tools v0.27.0-rc

v0.27.0-rc.2

ImportantThis release candidate includes changes to the database and API. Please back up your data before upgrading. What's Changed Memo mentions @username are now supported. Voice recording is now supported. Live Photo and Motion Photo attachments are supported. New Contributors @onwp made their first contribution in #5802 Full Changelog: v0.27.0-rc.1...v0.27.0-rc.2

M
Memos Dev Tools v0.26.2

v0.26.2

What's Changed Fix spurious logout on page reload with expired access token Fix explore page showing private tags and improve stats hook Fix calendar navigation to use current page path (#5605) Fix default memo visibility not being correctly applied (#5623) Fix delete memo errors — only run post-delete actions on success Fix infinite view transition loop by memoizing useNavigateTo Fix task list it…

M
Memos Dev Tools v0.26.1

v0.26.1

Bug Fixes Avoid inbox crashes by gracefully handling deleted memos in the activity service. (984d9b46) Correctly parse environment variables that contain underscores. (a69056a1) Return gRPC-style errors consistently instead of Echo HTTP errors. (d9dc5be2) Fix video attachment handling. (c4176b4e) Prevent 401 errors on window focus when an access token expires. (81ef53b3) Ensure the shortcut edit b…

M
Memos Dev Tools v0.26.0

v0.26.0

What's Changed 🚀 Major Features Refresh Token Rotation with Sliding Window Sessions - Enhanced authentication security by implementing refresh token rotation and sliding window session expiration for better session management Streaming for Video/Audio Files - Fixed memory exhaustion issues by implementing streaming for media files instead of loading them entirely into memory EXIF Metadata Strippin…