Browse Source

Update stirling-pdf to v0.28.3 (#1395)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
732a984f6b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      stirling-pdf/docker-compose.yml
  2. 19
      stirling-pdf/umbrel-app.yml

2
stirling-pdf/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
app: app:
image: frooodle/s-pdf:0.27.0@sha256:36f0ec92c330c5aa28c3de296a2f82d515a2317133aef9881e75342bd599f6c4 image: frooodle/s-pdf:0.28.3@sha256:3c17244e2910f3ffd014562e20d41943a5d092c7005adad069bbaddcc5c7b27e
# Stirling PDF does not work with a custom user # Stirling PDF does not work with a custom user
#user: "1000:1000" #user: "1000:1000"
restart: on-failure restart: on-failure

19
stirling-pdf/umbrel-app.yml

@ -3,7 +3,7 @@ id: stirling-pdf
name: Stirling PDF name: Stirling PDF
tagline: Merge, split, rotate, and convert PDFs with ease tagline: Merge, split, rotate, and convert PDFs with ease
category: files category: files
version: "0.27.0" version: "0.28.3"
port: 27829 port: 27829
description: >- description: >-
Stirling PDF is a robust, locally hosted web-based PDF manipulation tool that offers a comprehensive set of features to address Stirling PDF is a robust, locally hosted web-based PDF manipulation tool that offers a comprehensive set of features to address
@ -55,17 +55,12 @@ gallery:
- 3.jpg - 3.jpg
releaseNotes: >- releaseNotes: >-
This update includes several enhancements and bug fixes: This update includes several enhancements and bug fixes:
- Added a checkbox in WatermarkController to convert PDFs to PDF-images - Fixed issues with multiple file uploads
- Implemented multithreaded feature for image extraction, improving performance - Improved auto-rename functionality
- Added highlight color selection for the Compare PDFs page - Enhanced folder scanning for non-PDF files
- Added support for new languages including Thai, Irish, Danish, and Vietnamese - Fixed font support for watermarks and other features
- Updated translations for various languages - Resolved authentication issues
- Fixed issues with synchronizing browser settings to the database - Updated translations for Italian language
- Addressed context path bugs
- Added missing description for the Split function in the top bar
⚠️ Note: Calibre support (PDF to book, etc.) has been temporarily removed. If you need this feature, please use the previous version.
Full release notes are found at https://github.com/Stirling-Tools/Stirling-PDF/releases Full release notes are found at https://github.com/Stirling-Tools/Stirling-PDF/releases

Loading…
Cancel
Save