Skip to content

Commit

Permalink
Update memos to v0.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jul 29, 2024
1 parent 456fccc commit 3ff50e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
5 changes: 2 additions & 3 deletions memos/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
32 changes: 12 additions & 20 deletions memos/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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

0 comments on commit 3ff50e6

Please sign in to comment.