diff --git a/stirling-pdf/docker-compose.yml b/stirling-pdf/docker-compose.yml index 81a40a9dcc..91eeb59ffb 100644 --- a/stirling-pdf/docker-compose.yml +++ b/stirling-pdf/docker-compose.yml @@ -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 diff --git a/stirling-pdf/umbrel-app.yml b/stirling-pdf/umbrel-app.yml index b81c0292b7..acd0e14ed5 100644 --- a/stirling-pdf/umbrel-app.yml +++ b/stirling-pdf/umbrel-app.yml @@ -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 @@ -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