Update readur to v2.6.3 (#3924)

This commit is contained in:
Alexander L. 2025-10-29 17:56:02 +01:00 committed by GitHub
parent 9cdc6f98da
commit 9f8f3903e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 10 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8000
app:
image: ghcr.io/readur/readur:2.6.2@sha256:b067b845237182c14d3592418d50cb5b9b9e5165ab663ca0c9c9a63c4e16871b
image: ghcr.io/readur/readur:2.6.3@sha256:78d1fabe3798b3abad8311ddd79d4aadc7756c1472a8bc5d7985e00bfc9ae5cc
user: "1000:1000"
restart: on-failure
environment:

View File

@ -3,7 +3,7 @@ id: readur
name: Readur
tagline: An intuitive OCR platform for documents
category: files
version: "2.6.2"
version: "2.6.3"
port: 8111
description: >-
📄 Readur is a powerful and modern document management system designed to help individuals and teams efficiently organize, process, and access their digital documents. It combines a high-performance backend with a sleek and intuitive web interface to deliver a smooth and reliable user experience.
@ -33,14 +33,11 @@ gallery:
- 5.jpg
releaseNotes: >-
This release includes several improvements and enhancements:
- Improved WebDAV functionality and stress testing capabilities
- Added support for individual database environment variables as an alternative to DATABASE_URL
- Updated documentation to reflect changes in database environment variables
- Fixed an issue related to global state in WebDAV stress tests
- Added configuration tests for improved reliability
- Upgraded various dependencies and components for better performance and security
- Resolved issues in continuous integration (CI) processes, particularly for WebDAV stress tests
- Simplified loop detection in WebDAV operations
- Improved OCR functionality with more flexible requirements and better handling of word count issues in the interface
- Enhanced OIDC authentication with support for confidential client providers, auto-registration, and user matching by email
- Added support for German and French translations in the user interface
- Improved error handling for unexpected server responses
- Better configuration options for database connections and authentication methods
Full release notes can be found at https://github.com/readur/readur/releases