Skip to content

Commit

Permalink
Update stirling-pdf to v0.27.0 (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Aug 13, 2024
1 parent a1c3c02 commit b0e906c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion stirling-pdf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"

app:
image: frooodle/s-pdf:0.26.1@sha256:a5a8c2df471a760596dc3b2701a60af755a6fd63c85c73fa52c199b08504d584
image: frooodle/s-pdf:0.27.0@sha256:36f0ec92c330c5aa28c3de296a2f82d515a2317133aef9881e75342bd599f6c4
# Stirling PDF does not work with a custom user
#user: "1000:1000"
restart: on-failure
Expand Down
21 changes: 14 additions & 7 deletions stirling-pdf/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: stirling-pdf
name: Stirling PDF
tagline: Merge, split, rotate, and convert PDFs with ease
category: files
version: "0.26.1"
version: "0.27.0"
port: 27829
description: >-
Stirling PDF is a robust, locally hosted web-based PDF manipulation tool that offers a comprehensive set of features to address
Expand Down Expand Up @@ -55,12 +55,19 @@ gallery:
- 3.jpg
releaseNotes: >-
This update includes several enhancements and bug fixes:
- Language updates for better localization support.
- Improved compatibility with older Chrome versions.
- Added Odd-Even operation mode for the organize feature.
- Fixed issues with contextPath for root URI changes.
- Corrected PDF to image conversion for different page orientations and sizes.
- Added a checkbox in WatermarkController to convert PDFs to PDF-images
- Implemented multithreaded feature for image extraction, improving performance
- Added highlight color selection for the Compare PDFs page
- Added support for new languages including Thai, Irish, Danish, and Vietnamese
- Updated translations for various languages
- Fixed issues with synchronizing browser settings to the database
- Addressed context path bugs
- Added missing description for the Split function in the top bar
Full release notes are found at https://github.com/Stirling-Tools/Stirling-PDF/releases.
⚠️ 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
dependencies: []
path: ""

0 comments on commit b0e906c

Please sign in to comment.