From 37aaae59f3dfcc6a7ea1d9e859bad9026582932e Mon Sep 17 00:00:00 2001 From: nmfretz Date: Wed, 27 Nov 2024 11:51:05 +1000 Subject: [PATCH 1/2] Update stirling-pdf to v0.34.0 --- stirling-pdf/docker-compose.yml | 2 +- stirling-pdf/umbrel-app.yml | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) 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 From c61ffb085b5122a3bc984d8764b492321641c14c Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 28 Nov 2024 21:12:56 +1000 Subject: [PATCH 2/2] Remove release notes warning --- stirling-pdf/umbrel-app.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/stirling-pdf/umbrel-app.yml b/stirling-pdf/umbrel-app.yml index acd0e14ed5..6ff4169fd4 100644 --- a/stirling-pdf/umbrel-app.yml +++ b/stirling-pdf/umbrel-app.yml @@ -54,9 +54,6 @@ 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: - Significantly improved PDF to CSV conversion functionality - Enhanced multi-tool interface with drag and drop support for multiple pages