Justmemos Memos Versions Save

An open source, lightweight note-taking service. Easily capture and share your great thoughts.

v0.21.0

1 month ago

New Loaded

  • 🔗 Link preview;

image

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.20.1...v0.21.0

v0.20.1

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.20.0...v0.20.1

v0.20.0

2 months ago

New Loaded

  • Added reactions feature: allow to interact with content by expressing your sentiment through emoji icons.

    image
  • Introduced two new syntaxes: Mermaid and Spoiler. Learn more in https://www.usememos.com/docs/getting-started/content-syntax

    • Mermaid supports rendering mermaid diagrams. To do this, use mermaid as langauge in codeblock;
    • Spoiler allows you to hide some content. e.g., ||Invisible text||

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.19.1...v0.20.0

v0.19.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.19.0...v0.19.1

v0.19.0

3 months ago

Upgrade overview

⚠️ This release contains upgrade notes that deviate from the norm:

  • Requires database migrations;
  • Use short UUIDs instead of auto-incrementing IDs for memo and resource in API and frontend;
  • The docker image tag latest will be deprecated, use stable instead;

New Loaded

  • Added new syntax for embedding content: ![[memos/memoid]];
  • Supported rendering HTML directly with codeblock __html;
  • Supported renaming tag;
  • Supported collapsible navigation bar;

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.18.2...v0.19.0

v0.18.2

3 months ago

TL;DR

  1. Enhanced UI and New Timeline Page:
    • Improved user interface, and a better dark mode;
    • New timeline page for organized content exploration.
  2. Upgraded Markdown Parser:
    • Upgraded markdown parser to support more syntax, including table and LaTeX.
    • Nodes can now be accessed in the API for custom rendering. e.g., /api/v2/memos

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.18.1...v0.18.2

v0.18.1

4 months ago

What's Changed

  • Introducing instance-level SEO(Search Engine Optimization), learn more in Advanced Settings/SEO;
  • Introducing our markdown parser for memo content. Already used in RSS rendering and will be used for frontend rendering in the future.
  • Fixed PostgreSQL related SQL statement issue;

Full Changelog: https://github.com/usememos/memos/compare/v0.18.0...v0.18.1

v0.18.0

5 months ago

New Loaded

  • 🐘 PostgreSQL is supported, learn more in Database Driver;
  • 🪝 Webhook introduced, learn more in Webhook.

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.17.1...v0.18.0

v0.17.1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.17.0...v0.17.1

v0.17.0

6 months ago

What's Changed

  • New Documentation and Blogs;

    image
  • New inbox page;

    image
  • New locale supported: Arabs;

  • Minor bugfixes and enhancements;

New Blogs

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.16.1...v0.17.0