Update paperless to version v2.13.2 (#1703)

This commit is contained in:
Nathan Fretz 2024-10-30 16:34:57 +10:00 committed by GitHub
parent 331fa1e37d
commit 8553046cb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

View File

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

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless
category: files
name: Paperless-ngx
version: "2.12.1"
version: "2.13.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,13 +23,16 @@ 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 bug fixes and enhancements:
This update includes several new features and improvements:
- Improved handling of tag changes when using multiple workflow actions
- Enhanced permissions for document page deletion
- Fixed issues with custom fields and saved views
- Improved filtering functionality
- Enhanced text contrast in dark mode for selected documents in list view
- Added OAuth2 support for Gmail and Outlook email integration
- Enhanced filename formatting capabilities with improved templating
- New custom fields query functionality for better document organization
- Added automatic cleaning of invalid PDFs
- Improved document page management with page count tracking
- Enhanced workflow and mail rule management with copy functionality
- Better session handling and browser compatibility improvements
- Various UI enhancements and performance optimizations
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases