diff --git a/memos/docker-compose.yml b/memos/docker-compose.yml index 710a87c..0735e27 100644 --- a/memos/docker-compose.yml +++ b/memos/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" main: - image: neosmemo/memos:0.22.0@sha256:2d6dc796dcd89e5787fe6c43c4e71c0e577d29f35ef4f5ab67240a3e70adaa58 + image: neosmemo/memos:0.22.3@sha256:87efa7fc67b216c9506ffa46bc3c77d86bf1284bfb99af3819712026e4a06279 user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/memos/umbrel-app.yml b/memos/umbrel-app.yml index 5e9c2e3..bac5d93 100644 --- a/memos/umbrel-app.yml +++ b/memos/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: memos category: files name: Memos -version: "0.22.0" +version: "0.22.3" tagline: Easily capture and share your great thoughts description: >- A privacy-first, lightweight note-taking service. @@ -17,7 +17,28 @@ description: >- - Customize and share your notes effortlessly. With our intuitive sharing features, you can easily collaborate and distribute your notes with others. - RESTful API for third-party services. Embrace the power of integration and unleash new possibilities with our RESTful API support. -releaseNotes: "" +releaseNotes: >- + New: + + - Support editing memos directly in the inline editor instead of a dialog. + + - Support displaying tags in a tree structure. + + + Enhancements: + + - Tables now support rendering additional syntax + + - HTML elements rendering supported + + - Added a setting to enable link previews(disabled by default) + + - Access token will be correctly deleted upon logout + + - Disabling user registration has been moved to startup options/environment variables + + + Full release notes are available at https://github.com/usememos/memos/releases developer: Memos website: https://www.usememos.com/ dependencies: []