Update bentopdf to v2.8.2 (#5317)

This commit is contained in:
Alexander L. 2026-04-14 15:16:57 +02:00 committed by GitHub
parent 32b919402b
commit 0789abb360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 9 deletions

View File

@ -7,5 +7,5 @@ services:
APP_PORT: 8080
web:
image: ghcr.io/alam00000/bentopdf:v2.8.1@sha256:5716012cf1952e560a7f0a1f82b2852e9c1c32495044565f6c4173f23686ed5b
image: ghcr.io/alam00000/bentopdf:v2.8.2@sha256:ceee3325f10c3c7e2eef582cc14492e809c1646b5bee4ef00094f2ef3bacebf9
restart: on-failure

View File

@ -3,7 +3,7 @@ id: bentopdf
name: BentoPDF
tagline: A Privacy First PDF Toolkit
category: files
version: "2.8.1"
version: "2.8.2"
port: 8730
description: >-
📄 BentoPDF is an advanced privacy-oriented application designed to give users complete control over their PDF documents directly within the browser. It eliminates the need for external uploads or online conversion services, ensuring that every action takes place locally and confidentially. This focus on privacy makes BentoPDF a secure alternative to traditional cloud-based PDF tools.
@ -28,16 +28,17 @@ gallery:
- 3.jpg
- 4.jpg
releaseNotes: >-
This update adds new PDF overlay and underlay tools, RFC 3161 timestamp support, encrypted PDF handling, and a fix for a Docker container startup crash.
This update brings minor bug fixes and quality of life improvements.
✨ New features and improvements:
- New PDF Overlay & Underlay tool to layer pages from one PDF onto another with mode selection and page range targeting
- New Timestamp PDF tool to add RFC 3161 trusted timestamps to PDF documents
- Encrypted PDFs are now handled automatically — BentoPDF prompts for a password on upload instead of requiring manual unlocking first
- Self-hosters can now disable individual tools or specific PDF editor features via environment variables
- Smart filename deduplication added across multiple file conversion modules to prevent file overwrites
- Fixed a Docker container crash on startup caused by a permission denied error
- The container listen port can now be changed via the PORT environment variable
- All tools now preserve the original filename on download instead of adding prefixes like "encrypted-" or "rotated_"
- Auto orientation in Page Size now correctly matches the source page layout
- Multi-channel TIFF formats are now supported with added compression options
- OCR quality improved by copying original pages instead of embedding rasterized images
- Fixed permission errors when running as a non-root user introduced in v2.8
- Dutch translation corrections
Full release notes are found at https://github.com/alam00000/bentopdf/releases