Update paperless to v2.13.5 (#1800)

This commit is contained in:
Nathan Fretz 2024-11-13 15:40:15 +10:00 committed by GitHub
parent fc7e515cb2
commit a5c8bc3e0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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