Browse Source

Update memos to v0.22.5 (#1439)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
d657c58441
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      memos/docker-compose.yml
  2. 13
      memos/umbrel-app.yml

2
memos/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
main: main:
image: neosmemo/memos:0.22.4@sha256:b17a43b084327a8e37121fc3cce67a0a43b8a3ad75f9e9fa51c3f5b5ace290b4 image: neosmemo/memos:0.22.5@sha256:83e3a5bd72c1b9c35213f83bffaf1df7b959cf0b04ebc40e7c82582e2cd00514
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

13
memos/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: memos id: memos
category: files category: files
name: Memos name: Memos
version: "0.22.4" version: "0.22.5"
tagline: Easily capture and share your great thoughts tagline: Easily capture and share your great thoughts
description: >- description: >-
A privacy-first, lightweight note-taking service. A privacy-first, lightweight note-taking service.
@ -20,9 +20,14 @@ description: >-
releaseNotes: >- releaseNotes: >-
This update includes several enhancements and new features: This update includes several enhancements and new features:
- Support changing the date when editing memos. - Added support for changing the date when editing memos
- Added calendar view on Home page to better review recent activities. - Implemented a calendar view on the Home page for better activity review
- Removed the Timeline page. - Introduced memo display settings menu
- Added security-related settings
- Implemented week start day setting
- Reintroduced thumbnails
- Added support for ordering memos by time in ascending order
Full release notes are available at https://github.com/usememos/memos/releases Full release notes are available at https://github.com/usememos/memos/releases
developer: Memos developer: Memos

Loading…
Cancel
Save