Memos logo

Memos

Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.

Alternative to: notion, evernote, apple notes, day one

Memos screenshot

About Versions (93)

v0.15.0

2023-09-16

Upgrade overview

This release contains upgrade notes that deviate from the norm:

⚠️ Requires database migrations: user.open_id will be removed.

Features

  • Improved the account security with access tokens.

    • You can remove the access token to disable the login state from other devices;
    • You can generate access tokens to call APIs, and they can never expire;
    • … learn more in https://usememos.com/docs/access-tokens
  • Two new pages:

    • User profile: A separate home page for yourself.

      image
    • Resources with timeline view: Display the resource according to the timeline to solve the problem of disorganization. And you can also quickly find related memos.

      image
  • Added support for parsing LaTeX syntax. Thanks @kadaliao for #2209

  • Added cache for editor content when creating or editing.

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.14.4…v0.15.0