diff --git a/stirling-pdf/docker-compose.yml b/stirling-pdf/docker-compose.yml index c0bb8708ef..799fe7ee96 100644 --- a/stirling-pdf/docker-compose.yml +++ b/stirling-pdf/docker-compose.yml @@ -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 diff --git a/stirling-pdf/umbrel-app.yml b/stirling-pdf/umbrel-app.yml index 6c5c569ea9..669700e50f 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.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 @@ -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: "" \ No newline at end of file