mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update paperless to v2.13.5 (#1800)
This commit is contained in:
parent
fc7e515cb2
commit
a5c8bc3e0b
@ -24,7 +24,7 @@ services:
|
||||
POSTGRES_PASSWORD: paperless
|
||||
|
||||
webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.13.4@sha256:275b8ef0b0d9026cff6f04fbf79b28077fb08fe7f33c52bd73531cfc692b361a
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.13.5@sha256:199c67ed55bfb9d58bf90db2ee280880ae9ebc63413e54c73522f9c4ebdc7bad
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- db
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: paperless
|
||||
category: files
|
||||
name: Paperless-ngx
|
||||
version: "2.13.4"
|
||||
version: "2.13.5"
|
||||
tagline: Transform your physical documents into a searchable online archive
|
||||
description: >-
|
||||
Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.
|
||||
@ -23,10 +23,12 @@ description: >-
|
||||
|
||||
- Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely with different configurations assigned to different documents.
|
||||
releaseNotes: >-
|
||||
This update includes UI improvements and bug fixes:
|
||||
- Fixed dark mode icon display issues
|
||||
- Improved popup preview display
|
||||
- Various UI enhancements and optimizations
|
||||
This update includes several bug fixes and improvements:
|
||||
- Fixed handling of password-protected files
|
||||
- Improved tag color consistency in document lists
|
||||
- Fixed thumbnail display issues in dark mode
|
||||
- Enhanced document selection interface
|
||||
- Various UI improvements and optimizations
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases
|
||||
|
Loading…
Reference in New Issue
Block a user