Update paperless to v2.12.1 (#1477)

This commit is contained in:
Nathan Fretz 2024-09-16 16:51:31 +10:00 committed by GitHub
parent 59525cacc6
commit 03f8e0fbae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless id: paperless
category: files category: files
name: Paperless-ngx name: Paperless-ngx
version: "2.12.0" version: "2.12.1"
tagline: Transform your physical documents into a searchable online archive tagline: Transform your physical documents into a searchable online archive
description: >- 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. 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,13 +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. - 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: >- releaseNotes: >-
This update includes several enhancements and bug fixes: This update includes several bug fixes and enhancements:
- Added support for multiple include patterns in mail rules - Improved handling of tag changes when using multiple workflow actions
- Introduced Korean language support - Enhanced permissions for document page deletion
- Improved handling of filename attachment exclusion patterns for mail rules - Fixed issues with custom fields and saved views
- Fixed issues with file uploads and UI elements - Improved filtering functionality
- Enhanced performance and storage optimization for barcode scanning - Enhanced text contrast in dark mode for selected documents in list view
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases