Browse Source

Update Memos to 0.22.3 (#1231)

Co-authored-by: Malte Kiefer <malte.kiefer@mailbox.org>
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Malte Kiefer 5 months ago
committed by GitHub
parent
commit
d9940565e9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      memos/docker-compose.yml
  2. 25
      memos/umbrel-app.yml

2
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

25
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: []

Loading…
Cancel
Save