Update paperless to v2.15.3 (#2619)

This commit is contained in:
Alexander L. 2025-04-23 12:07:37 +02:00 committed by GitHub
parent 9b656ed2a7
commit c4e9fa6d1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

View File

@ -24,7 +24,7 @@ services:
POSTGRES_PASSWORD: paperless
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.15.2@sha256:80d1a7fe4f638cb00c1dcf5ff4ce2c15d92f13a6287db1e1b94f58c35a689e47
image: ghcr.io/paperless-ngx/paperless-ngx:2.15.3@sha256:39b337e73c978238f0b529baf42f1b59b65d17eed35cd61bc1ccbbf779b5d58b
restart: on-failure
depends_on:
- db

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless
category: files
name: Paperless-ngx
version: "2.15.2"
version: "2.15.3"
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.
@ -24,11 +24,10 @@ 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 several improvements and fixes:
- Improved handling of folder permissions and creation
- Enhanced database certificate handling
- Fixed issue with self-linking during bulk document editing
- Improved consistency in displaying document creation dates
- Updated Celery to version 5.5.1
- Fixed an issue with deleting original files moved to the trash directory
- Improved handling of non-ASCII filenames in document downloads
- Resolved a breaking API change related to document notes user field
- Enhanced webhook functionality to correctly handle dictionary data
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases