Update readur to version v2.6.1 (#3605)
This commit is contained in:
parent
ee535d2720
commit
fc8f6852db
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8000
|
||||
|
||||
app:
|
||||
image: ghcr.io/readur/readur:2.5.5@sha256:fa0a31129821c00c5f83acb5051b39fac97d16be28b4b48779d40dd822db07de
|
||||
image: ghcr.io/readur/readur:2.6.1@sha256:652e90dd9ad007c6bb70d7b8f4b9780ea63d5cffdd0a870f0d3ebf774eca3edd
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
environment:
|
||||
@ -29,6 +29,12 @@ services:
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/uploads:/app/uploads
|
||||
- ${APP_DATA_DIR}/data/watch:/app/watch
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/api/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
@ -3,7 +3,7 @@ id: readur
|
||||
name: Readur
|
||||
tagline: An intuitive OCR platform for documents
|
||||
category: files
|
||||
version: "2.5.5"
|
||||
version: "2.6.1"
|
||||
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.
|
||||
@ -32,19 +32,14 @@ gallery:
|
||||
- 4.jpg
|
||||
- 5.jpg
|
||||
releaseNotes: >-
|
||||
This release includes several improvements and bug fixes:
|
||||
- Added additional gallery images and documentation for per-user watch directories
|
||||
- Updated dependencies and GitHub Actions
|
||||
- Implemented S3 backend storage support
|
||||
Key changes in this release:
|
||||
- Improved OCR functionality for documents
|
||||
- Enhanced WebDAV support and error handling
|
||||
- Added support for .doc file processing
|
||||
- Implemented better source sync output
|
||||
- Improved WebSocket functionality and tests
|
||||
- Enhanced security measures
|
||||
- Fixed issues with S3 tests and auto-resume functionality
|
||||
- Improved test helpers and management
|
||||
- Implemented better source sync output and WebDAV URL management
|
||||
- Added Claude AI agent templates
|
||||
- Fixed WebDAV subdirectory discovery issues
|
||||
- Improved OCR retry functionality
|
||||
- Enhanced debug capabilities
|
||||
- Fixed various issues with S3 tests and auto-resume functionality
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/readur/readur/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user