Skip to content

Commit

Permalink
Update paperless to v2.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jan 29, 2025
1 parent 153942f commit 64a3e80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion paperless/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
POSTGRES_PASSWORD: paperless

webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.5@sha256:0dd05692644ab4e052aa9f0e3029436ca77b0385453ec7a6c8f8785ae2179c02
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.6@sha256:471a276d09a13b6933f4435fa7e57d9236eb255246d9cdd8e81da0d5a873a18a
restart: on-failure
depends_on:
- db
Expand Down
12 changes: 6 additions & 6 deletions paperless/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: paperless
category: files
name: Paperless-ngx
version: "2.14.5"
version: "2.14.6"
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.
Expand All @@ -24,11 +24,11 @@ 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 improvements and fixes:
- Improved user management and permissions
- Enhanced email attachment handling
- Fixed visual issues with long tags
- Various UI improvements and bug fixes
- ⚠️ Only superusers can now create or modify superuser accounts
- Improved search functionality with highlighting in document viewer
- Enhanced list sorting and filtering capabilities
- Better handling of document saving and state management
- Various performance improvements and bug fixes
- Improved API compatibility and response handling
Full release notes are found at https://github.com/paperless-ngx/paperless-ngx/releases
Expand Down

0 comments on commit 64a3e80

Please sign in to comment.