Skip to content

Commit

Permalink
Update stirling-pdf to v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Nov 27, 2024
1 parent df9402d commit 37aaae5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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: stirlingtools/stirling-pdf:0.33.1@sha256:d30bf0b2826f0e71cf6fe1b806d918db6d90121ac70b3384569e3b49edf51b3f
image: stirlingtools/stirling-pdf:0.34.0@sha256:42ceaa84712f9271ca4af1c4d892899996424cbc5378f7dd168828091657c0f0
# Stirling PDF does not work with a custom user
#user: "1000:1000"
restart: on-failure
Expand Down
11 changes: 8 additions & 3 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.33.1"
version: "0.34.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 @@ -54,9 +54,14 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
⚠️ Users updating from versions older than 0.28.0 must first update to a version between 0.28.0 and 0.33.1 before updating to 0.34.0.
Key improvements in this release:
- Fixed issues with adding images to PDFs
- Fixed PDF to CSV conversion functionality
- Significantly improved PDF to CSV conversion functionality
- Enhanced multi-tool interface with drag and drop support for multiple pages
- Added ability to place signatures on multiple PDF pages simultaneously
- Various UI improvements and bug fixes
Full release notes are found at https://github.com/Stirling-Tools/Stirling-PDF/releases
Expand Down

0 comments on commit 37aaae5

Please sign in to comment.