Update paperless to v2.15.2 (#2579)

This commit is contained in:
Alexander L. 2025-04-15 13:47:52 +02:00 committed by GitHub
parent 2c6cd5f502
commit ff58d9ae2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 11 deletions

View File

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

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless
category: files
name: Paperless-ngx
version: "2.15.1"
version: "2.15.2"
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,15 +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 several new features, improvements and fixes:
- Added webserver switch to Granian and OpenAPI spec with full API browser
- Enabled first account signup and default group support via WebUI
- Introduced email document feature and better toast notifications
- Added Traditional Chinese translation and slugify filter in templates
- Improved date filters, workflows, upload widget, and session caching
- Allowed merging non-PDFs, file type filtering, and filesystem consumer toggle
- Enhanced logs view with Celery logs and task control from system status
- Numerous bug fixes for workflows, UI elements, custom fields, and permissions
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
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases