Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stirling-pdf to version v0.29.0 #1480

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stirling-pdf/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in stirling-pdf/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "app"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
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
Expand Down
9 changes: 7 additions & 2 deletions stirling-pdf/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down