diff --git a/memos/docker-compose.yml b/memos/docker-compose.yml index 0735e27b15..4c3b71f2cb 100644 --- a/memos/docker-compose.yml +++ b/memos/docker-compose.yml @@ -8,10 +8,9 @@ services: PROXY_AUTH_WHITELIST: "/api/*" main: - image: neosmemo/memos:0.22.3@sha256:87efa7fc67b216c9506ffa46bc3c77d86bf1284bfb99af3819712026e4a06279 + image: neosmemo/memos:0.22.4@sha256:b17a43b084327a8e37121fc3cce67a0a43b8a3ad75f9e9fa51c3f5b5ace290b4 user: "1000:1000" restart: on-failure stop_grace_period: 1m volumes: - - ${APP_DATA_DIR}/data:/var/opt/memos - + - ${APP_DATA_DIR}/data:/var/opt/memos \ No newline at end of file diff --git a/memos/umbrel-app.yml b/memos/umbrel-app.yml index bac5d93851..06132102f7 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.3" +version: "0.22.4" tagline: Easily capture and share your great thoughts description: >- A privacy-first, lightweight note-taking service. @@ -18,25 +18,17 @@ description: >- - RESTful API for third-party services. Embrace the power of integration and unleash new possibilities with our RESTful API support. 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 + This update includes several enhancements and new features: - - 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 - + - Added `password-auth` flag to control whether username and password login is enabled. + + - Support changing the date when editing memos. + + - Updated the default value of `public` to false, meaning user registration is not enabled by default. + + - Added calendar view on Home page to better review recent activities. + + - Removed the Timeline page. Full release notes are available at https://github.com/usememos/memos/releases developer: Memos @@ -53,4 +45,4 @@ path: "" defaultUsername: "" defaultPassword: "" submitter: highghlow -submission: https://github.com/getumbrel/umbrel/pull/1043 +submission: https://github.com/getumbrel/umbrel/pull/1043 \ No newline at end of file