memos

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

MIT License

Downloads
519
Stars
27.8K
Committers
215

Bot releases are hidden (Show)

memos - v0.21.0

Published by boojack 6 months 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

memos - v0.20.1

Published by boojack 7 months ago

What's Changed

New Contributors

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

memos - v0.20.0

Published by boojack 8 months ago

New Loaded

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

  • 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

memos - v0.19.1

Published by boojack 9 months ago

What's Changed

New Contributors

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

memos - v0.19.0

Published by boojack 9 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 collapse and expand navigator;

What's Changed

New Contributors

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

memos - v0.18.2

Published by boojack 9 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

memos - v0.18.1

Published by boojack 10 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

memos - v0.18.0

Published by boojack 10 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

memos - v0.17.1

Published by boojack 11 months ago

What's Changed

New Contributors

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

memos - v0.17.0

Published by boojack 12 months ago

What's Changed

  • New Documentation and Blogs;

  • New inbox page;

  • 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

memos - v0.16.1

Published by boojack 12 months ago

What's Changed

  • 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: https://github.com/usememos/memos/compare/v0.16.0...v0.16.1

memos - v0.16.0

Published by boojack about 1 year ago

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;

  • ๐Ÿ“– Updated memo layout for better readability;

  • ๐Ÿฆœ New branding with a cute cockatiel.

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.15.2...v0.16.0

memos - v0.15.2

Published by boojack about 1 year ago

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: https://github.com/usememos/memos/compare/v0.15.1...v0.15.2

memos - v0.15.1

Published by boojack about 1 year ago

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: https://github.com/usememos/memos/compare/v0.15.0...v0.15.1

memos - v0.15.0

Published by boojack about 1 year ago

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.

    • 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.

  • 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

memos - v0.14.4

Published by boojack about 1 year ago

TL;DR

What's Changed

New Contributors

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

memos - v0.14.3

Published by boojack about 1 year ago

TL;DR

  • ๐Ÿ‘‹ Removed shortcuts. Shortcut was an experimental feature with flaws in its design, and had not been updated for a long time. We will improve search related logic and performance in upcoming versions, to gradually achieve the design goals of shortcut.
  • Added tag suggestions popup in memo editor; Thanks @maciej-ka
  • Improved the display style of images;
  • Fixed page crushed when rendering large amount of memos;
  • Fixed error when updating memo content;

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.14.2...v0.14.3

memos - v0.14.2

Published by boojack about 1 year ago

TL;DR

  • Fixed rendering for multi-level tags;
  • Fixed filter memos by tag;

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.14.1...v0.14.2

memos - v0.14.1

Published by boojack about 1 year ago

TL;DR

  • New language translation supported: Hindi ๐Ÿ‡ฎ๐Ÿ‡ณ
  • Added backup interval configuration in UI
  • Fixed expired login session issue
  • Fixed occasional "SQLite is locked" error

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.14.0...v0.14.1

memos - v0.14.0

Published by boojack over 1 year ago

TL;DR

What's Changed

New Contributors

Full Changelog: https://github.com/usememos/memos/compare/v0.13.2...v0.14.0

Package Rankings
Top 3.98% on Proxy.golang.org
Top 24.11% on Pypi.org
Badges
Extracted from project README's
Star History Chart
Related Projects