From 6f309f91797e22769b112c1d6e8e6af172829956 Mon Sep 17 00:00:00 2001 From: al-lac Date: Thu, 20 Feb 2025 19:45:51 +0100 Subject: [PATCH 1/2] Update stirling-pdf to v0.42.0 --- stirling-pdf/docker-compose.yml | 2 +- stirling-pdf/umbrel-app.yml | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/stirling-pdf/docker-compose.yml b/stirling-pdf/docker-compose.yml index 92a94008c9..23cd3a1318 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.41.0@sha256:a570b6f6522d49fbef616e4fef97f7aff35ce046daee16de4e2fa4699a042d33 + image: stirlingtools/stirling-pdf:0.42.0@sha256:f872542c1887bace8810b4f69352a72682908ecc8a8dcad5684523897bf77408 # 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 54842439a4..9db3c84f93 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.41.0" +version: "0.42.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 @@ -55,13 +55,11 @@ gallery: - 3.jpg releaseNotes: >- Key improvements in this release: - - Fixed various homepage and interface issues - - Improved PDF/A conversion functionality - - Fixed ZIP file handling - - Enhanced auto-split functionality - - Added new Brazilian Portuguese translations - - Various bug fixes and stability improvements + - Fixed an issue where the application would get stuck at 90% on Windows + - Resolved multiple bugs, including issues with PDF compression + - Updated the backend documentation conversion service from Unoconv to Unoserver (please report any conversion issues) + - Implemented numerous dependency and security updates Full release notes are found at https://github.com/Stirling-Tools/Stirling-PDF/releases dependencies: [] From 382a4e8b430a996d42f426a271b74c5b7fc8b615 Mon Sep 17 00:00:00 2001 From: al-lac Date: Thu, 20 Feb 2025 19:49:27 +0100 Subject: [PATCH 2/2] Update releaseNotes of stirling-pdf 0.42.0 --- stirling-pdf/umbrel-app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/stirling-pdf/umbrel-app.yml b/stirling-pdf/umbrel-app.yml index 9db3c84f93..9c8103438d 100644 --- a/stirling-pdf/umbrel-app.yml +++ b/stirling-pdf/umbrel-app.yml @@ -55,7 +55,6 @@ gallery: - 3.jpg releaseNotes: >- Key improvements in this release: - - Fixed an issue where the application would get stuck at 90% on Windows - Resolved multiple bugs, including issues with PDF compression - Updated the backend documentation conversion service from Unoconv to Unoserver (please report any conversion issues)