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

Memos update to 0.22.3 #1231

Merged
merged 2 commits into from
Jul 22, 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
2 changes: 1 addition & 1 deletion memos/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 23 additions & 2 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.0"
version: "0.22.3"
tagline: Easily capture and share your great thoughts
description: >-
A privacy-first, lightweight note-taking service.
Expand All @@ -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: []
Expand Down
Loading