Skip to content

Commit

Permalink
Update memos to v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
al-lac committed Feb 3, 2025
1 parent d97fd19 commit 0d12254
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
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.23.0@sha256:d92b2c5dd6eb064cfb22c8a81a0a70b1c7a1d09068b30ddccd5e9d92cb6e300a
image: neosmemo/memos:0.23.1@sha256:f83b92889d4184710ee6ae8d9176c9f4c5d09a79e80c05c642b1b5adda29a385
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand Down
23 changes: 10 additions & 13 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.23.0"
version: "0.23.1"
tagline: Easily capture and share your great thoughts
description: >-
A privacy-first, lightweight note-taking service.
Expand All @@ -18,18 +18,15 @@ description: >-
- RESTful API for third-party services. Embrace the power of integration and unleash new possibilities with our RESTful API support.
releaseNotes: >-
This update includes several enhancements and new features:
- Added support for disabling username and nickname changes
- Introduced global default memo visibility setting
- Added tag count display in tree view
- Implemented keyboard navigation for image viewing
- Added pull-to-refresh functionality for memo lists
- Improved calendar and date handling
- 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
This update includes several enhancements and improvements:
- Added support for persisting memo filters with URL query
- Implemented scroll to top functionality
- Improved date picker navigation
- Enhanced UI for Mermaid diagrams in dark mode
- Added support for setting the URL style of S3 store
- Introduced Czech locale support
- Updated various language translations
Full release notes are available at https://github.com/usememos/memos/releases
Expand Down

0 comments on commit 0d12254

Please sign in to comment.