Browse Source

Update paperless to v2.12.0 (#1457)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
505d555abb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      paperless/docker-compose.yml
  2. 12
      paperless/umbrel-app.yml

2
paperless/docker-compose.yml

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

12
paperless/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless
category: files
name: Paperless-ngx
version: "2.11.6"
version: "2.12.0"
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,11 +23,13 @@ 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 several issues:
This update includes several enhancements and bug fixes:
- 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
- Added support for multiple include patterns in mail rules
- Introduced Korean language support
- Improved handling of filename attachment exclusion patterns for mail rules
- Fixed issues with file uploads and UI elements
- Enhanced performance and storage optimization for barcode scanning
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases

Loading…
Cancel
Save