Skip to content

Releases: usememos/memos

v0.19.0

28 Jan 05:48

Choose a tag to compare

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: v0.18.2...v0.19.0

v0.18.2

18 Jan 10:46

Choose a tag to compare

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: v0.18.1...v0.18.2

v0.18.1

15 Dec 14:14

Choose a tag to compare

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: v0.18.0...v0.18.1

v0.18.0

10 Dec 14:20
0916ec3

Choose a tag to compare

New Loaded

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

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.18.0

v0.17.1

19 Nov 13:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0

29 Oct 15:06

Choose a tag to compare

What's Changed

  • New Documentation and Blogs;

    image
  • New inbox page;

    image
  • New locale supported: Arabs;

  • Minor bugfixes and enhancements;

New Blogs

New Contributors

  • @moth-boi made their first contribution in #2418
  • @wangzexi made their first contribution in #2429

Full Changelog: v0.16.1...v0.17.0

v0.16.1

21 Oct 06:21

Choose a tag to compare

What's Changed

image
  • New timeline mode of Daily Review: view and create your daily ideas quickly;
  • Update and view references and backlinks;
  • MySQL supported, learn more in Using MySQL as the Database Driver;
  • New Remember me option in auth page;

New Contributors

Full Changelog: v0.16.0...v0.16.1

v0.16.0

05 Oct 17:35

Choose a tag to compare

Upgrade overview

This release contains upgrade notes that deviate from the norm:

⚠️ Requires database migrations: memo_resource and shortcut tables will be removed.

What's Changed

  • 💬 Introduced memo comments;
    Screenshot 2023-10-06 at 01 11 32

  • 📖 Updated memo layout for better readability;
    image

  • 🦜 New branding with a cute cockatiel.

New Contributors

Full Changelog: v0.15.2...v0.16.0

v0.15.2

23 Sep 13:25

Choose a tag to compare

What's Changed

  • Improved memo detail view;
  • Updated dark mode styles;
  • Auto-delete access tokens on logout;
  • Fixed failed to create access token with no expiration;

New Contributors

Full Changelog: v0.15.1...v0.15.2

v0.15.1

18 Sep 16:36

Choose a tag to compare

What's Changed

  • Bug fixes and minor improvements;

    • If your profile page fails to load, please update your username. It should only contain letters, numbers, and dashes.

New Contributors

Full Changelog: v0.15.0...v0.15.1