Update zen to version 1.5.0 (#3901)
This commit is contained in:
parent
8e9d85a041
commit
1a4cf531c3
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8080
|
||||
|
||||
app:
|
||||
image: ghcr.io/sheshbabu/zen/zen:1.0.0@sha256:663ef401da039992d68dc58ecdf3e47064c02b1783f35f7c34f16f1cef313333
|
||||
image: ghcr.io/sheshbabu/zen/zen:1.5.0@sha256:370d7ae0d8b4d06593b44ffa1cfde5d15c7f80abe4bbe8d94e86d8d29e250270
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
||||
@ -3,7 +3,7 @@ id: zen
|
||||
name: Zen
|
||||
tagline: A simple app for focused and private note-taking
|
||||
category: files
|
||||
version: "1.0.0"
|
||||
version: "1.5.0"
|
||||
port: 8894
|
||||
description: >-
|
||||
📒 Zen is a minimalist note-taking application focused on providing a simple and efficient way to capture and manage information. It allows users to create notes using Markdown, supporting a wide range of formatting options such as tables, checklists, code blocks, and text highlighting. All notes are stored locally in a lightweight SQLite database, ensuring that your data remains private and fully under your control.
|
||||
@ -28,7 +28,29 @@ gallery:
|
||||
- 3.jpg
|
||||
- 4.jpg
|
||||
- 5.jpg
|
||||
releaseNotes: ""
|
||||
releaseNotes: >-
|
||||
This release brings several exciting new features and improvements:
|
||||
|
||||
|
||||
New Features:
|
||||
- Search highlights to help you find content faster
|
||||
- Table of contents for easier navigation through long notes
|
||||
- Pinned notes feature to keep important notes at the top
|
||||
- Templates feature for quickly creating notes with predefined structures
|
||||
- Clear trash feature to permanently delete all trashed notes at once
|
||||
- Semantic search for more intelligent content discovery
|
||||
- Canvas support for visual note organization with drag-and-drop functionality
|
||||
- Sticky notes for quick thoughts and reminders
|
||||
- Image similarity search to find related images
|
||||
|
||||
|
||||
Improvements:
|
||||
- Enhanced search with image results displayed as a grid
|
||||
- Better mobile view with list titles
|
||||
- Sticky list toolbar for easier access
|
||||
- Improved table of contents visibility and styling
|
||||
- Better lightbox integration with close and similar images buttons
|
||||
- View switcher preferences now saved locally
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user