Skip to content

Releases: usememos/memos

v0.22.1

01 Jun 16:26
Compare
Choose a tag to compare

Enhancements

  • Support to quickly filter specified content: links, to-dos, codes

    image

    In order to use this feature, you need to regenerate the memo properties, which can be done via the Refresh button in the top right corner of user statistics panel.

  • Added more memo-related settings:

    • Support for enabling auto-collapse.
    • Support for enabling double-click content editing.
  • Support for reopening the last visited page: home or timeline.

Full Changelog

  • 0275a65 chore: add last visited page
  • 1894ef1 chore: fix content search
  • 21838d0 chore: fix editor autocomplete
  • 60b5b48 chore: fix imports
  • cbf556f chore: fix memo cache key
  • 0657a1e chore: fix memo editor cache
  • e060038 chore: implement memo property endpoint
  • 5493f5f chore: regenerate dependencies
  • fb15386 chore: remove access token after sign out
  • 6010139 chore: remove unused
  • f54b05a chore: tweak comments
  • 1ccfa81 chore: tweak common function
  • a177800 chore: tweak error message
  • d7be24a chore: tweak goreleaser
  • d3235f7 chore: tweak memo definition
  • a423dac chore: tweak memo property
  • 8c0bee3 chore: tweak refresh button
  • 613c9e9 chore: tweak version
  • 2e0d541 chore: tweak webhook payload
  • 1dc686f chore: update build artifacts
  • b215426 chore: update general setting
  • 719c22f chore: update i18n
  • 4e54ec3 chore: update memo related settings
  • 16d3de6 chore: update resource binary endpoint
  • cf70867 chore: update tag section
  • 08a9291 chore: update timeline filters
  • 98eb57b chore: update translation files (#3481)
  • f37b345 chore: update user access token checks
  • af71ac4 feat(i18n): added marathi(mr) translations (#3449)
  • 0f4b7c5 feat: add more memo settings
  • 784fcbb feat: add panic recovery middleware for grpc and echo server (#3459)
  • f0e5a72 feat: update search memo filter
  • ba0876a feat: update statistics view
  • 423861d fix: create idp in postgres
  • 7d6dbb9 fix: link hover handler
  • 52ebfd7 fix: update resource with id (#3405)

New Contributors

v0.22.0

18 May 15:53
Compare
Choose a tag to compare

Upgrade overview

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

  • Requires database migrations;
  • Some settings(including resource storage) need to be reset on the UI;

If you're ready to upgrade, it's recommended to back up your data first

Breaking changes

Enhancements

  • Supported modifying display time when editing a memo.

  • Added Linux/Darwin binary files to the release note.

  • Timeline: display daily memos in chronological order.

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

09 Apr 13:54
Compare
Choose a tag to compare

New Loaded

  • 🔗 Link preview;

image

What's Changed

New Contributors

Full Changelog: v0.20.1...v0.21.0

v0.20.1

09 Mar 12:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.20.1

v0.20.0

24 Feb 16:18
Compare
Choose a tag to compare

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: v0.19.1...v0.20.0

v0.19.1

03 Feb 15:02
Compare
Choose a tag to compare

What's Changed

  • feat: pre-signed URL for S3 storage by @reddec in #2855
  • fix: month grouping error in timeline page by @xwjdsh in #2861
  • feat: export all user Memos as a .zip of Markdown files by @nalderto in #2854
  • feat: add notice when sharing private links by @moehanabi in #2809
  • fix: the same-storage check in the new pre-sign feature by @ertuil in #2860
  • chore: add en-GB language by @lincolnthalles in #2865
  • chore: prevent visitors from breaking demo by @lincolnthalles in #2869
  • chore: greatly speed up migrator and lower memory usage by @lincolnthalles in #2874
  • fix: role error in api/v2 when the first user registers by @xwjdsh in #2875
  • fix: wrong order of the timeline in the resource page & add webhook when create memos using Telegram bot by @ertuil in #2886

New Contributors

Full Changelog: v0.19.0...v0.19.1

v0.19.0

28 Jan 05:48
Compare
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
Compare
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
Compare
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
Compare
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