Browse Source

Update paperless to v2.13.4 (#1734)

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

2
paperless/docker-compose.yml

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

16
paperless/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless id: paperless
category: files category: files
name: Paperless-ngx name: Paperless-ngx
version: "2.13.2" version: "2.13.4"
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,16 +23,10 @@ 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 new features and improvements: This update includes UI improvements and bug fixes:
- Fixed dark mode icon display issues
- Added OAuth2 support for Gmail and Outlook email integration - Improved popup preview display
- Enhanced filename formatting capabilities with improved templating - Various UI enhancements and optimizations
- 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 Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases

Loading…
Cancel
Save