Update memos to v0.23.0 (#1938)

This commit is contained in:
Nathan Fretz 2024-12-17 16:11:37 +10:00 committed by GitHub
parent 4a8c61535f
commit 8088f1bfa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 9 deletions

View File

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

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: memos id: memos
category: files category: files
name: Memos name: Memos
version: "0.22.5" version: "0.23.0"
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,13 +20,16 @@ description: >-
releaseNotes: >- releaseNotes: >-
This update includes several enhancements and new features: This update includes several enhancements and new features:
- Added support for changing the date when editing memos - Added support for disabling username and nickname changes
- Implemented a calendar view on the Home page for better activity review - Introduced global default memo visibility setting
- Introduced memo display settings menu - Added tag count display in tree view
- Added security-related settings - Implemented keyboard navigation for image viewing
- Implemented week start day setting - Added pull-to-refresh functionality for memo lists
- Reintroduced thumbnails - Improved calendar and date handling
- Added support for ordering memos by time in ascending order - Enhanced UI/UX for user statistics
- Added support for multiple new language translations
- Improved mobile experience with zoom support for image previews
- Added option to disable markdown shortcuts
Full release notes are available at https://github.com/usememos/memos/releases Full release notes are available at https://github.com/usememos/memos/releases