Update paperless to v2.20.13 (#5169)

This commit is contained in:
Alexander L. 2026-03-25 13:02:14 +01:00 committed by GitHub
parent 15820c70c1
commit cb178fbca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

View File

@ -24,7 +24,7 @@ services:
POSTGRES_PASSWORD: paperless
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.11@sha256:1919ba5edec278e81d2393efc82c97c9e3e18ef9dfcb43fdcfa7359dd3adfe99
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.13@sha256:4b05bcd28e6923768000b5d247cbf2c66fd49bdc3f3b05955bd4f6790a638b01
restart: on-failure
depends_on:
- db

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless
category: files
name: Paperless-ngx
version: "2.20.11"
version: "2.20.13"
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,14 +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 release addresses a security issue (GHSA-59xh-5vwx-4c4q) and is recommended for all users.
Bug fixes in this release:
- Fixed dropdown list active color in dark mode
- Fixed descendant selections not clearing in dropdown when parent is toggled
- Fixed tag wrapping on small cards and corrected moreTags count reset
- Fixed stale database filename during workflow actions
- Fixed suggestions only appearing when visible results are present
- Fixed view permission requirement for more-like search
- Fixed validation of document link targets
- Fixed permission enforcement when attaching accounts to mail rules
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases