Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
8 additions and
3 deletions
-
stirling-pdf/docker-compose.yml
-
stirling-pdf/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
app: |
|
|
|
image: frooodle/s-pdf:0.28.3@sha256:3c17244e2910f3ffd014562e20d41943a5d092c7005adad069bbaddcc5c7b27e |
|
|
|
image: frooodle/s-pdf:0.29.0@sha256:5b9c9443e6eb0fa23b39475d68741d80826249193df231d6859ecda0f0aedd8d |
|
|
|
# Stirling PDF does not work with a custom user |
|
|
|
#user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
|
|
@ -3,7 +3,7 @@ id: stirling-pdf |
|
|
|
name: Stirling PDF |
|
|
|
tagline: Merge, split, rotate, and convert PDFs with ease |
|
|
|
category: files |
|
|
|
version: "0.28.3" |
|
|
|
version: "0.29.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,17 @@ gallery: |
|
|
|
- 3.jpg |
|
|
|
releaseNotes: >- |
|
|
|
This update includes several enhancements and bug fixes: |
|
|
|
- Added image support to multi-tool page |
|
|
|
- Added document splitting functionality to the multi-tools page |
|
|
|
- Introduced split PDFs by Chapters/Bookmarks feature |
|
|
|
- Added functionality to set font size and font type for page numbers |
|
|
|
- Enhanced metrics collection to include unique user counts |
|
|
|
- Fixed issues with multiple file uploads |
|
|
|
- Improved auto-rename functionality |
|
|
|
- Enhanced folder scanning for non-PDF files |
|
|
|
- Fixed font support for watermarks and other features |
|
|
|
- Resolved authentication issues |
|
|
|
- Updated translations for Italian language |
|
|
|
- Updated translations for multiple languages |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/Stirling-Tools/Stirling-PDF/releases |
|
|
|