Update paperless to v2.11.6 (#1391)

This commit is contained in:
Nathan Fretz 2024-08-27 12:01:10 +10:00 committed by GitHub
parent dfb3d04439
commit 0d994fe997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -24,7 +24,7 @@ services:
POSTGRES_PASSWORD: paperless
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.11.4@sha256:f3f2021c2771de4c18fb16938dbc7b2e0bc73a32168c16ef3c6914e4a5875d66
image: ghcr.io/paperless-ngx/paperless-ngx:2.11.6@sha256:fca12ddea5509819dd0702cf128944aa23d01dd850a2536a96c2b46fb982b9bb
restart: on-failure
depends_on:
- db

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless
category: files
name: Paperless-ngx
version: "2.11.4"
version: "2.11.6"
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,7 +23,11 @@ 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 fixes an issue where the initial upload message was not being dismissed properly.
This update fixes several issues:
- Resolves a problem with file uploads caused by a dependency change
- Improves handling of archive file updates in the audit log
- Ensures proper application of deskew and page rotation settings
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases