Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update memos to version v0.22.4 #1266

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
26 changes: 6 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,11 @@ 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

- Support changing the date when editing memos.
- 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 +39,4 @@ path: ""
defaultUsername: ""
defaultPassword: ""
submitter: highghlow
submission: https://github.com/getumbrel/umbrel/pull/1043
submission: https://github.com/getumbrel/umbrel/pull/1043