Update stirling-pdf to v2.7.1 (#5077)

This commit is contained in:
Alexander L. 2026-03-13 09:38:53 +01:00 committed by GitHub
parent 033a126777
commit f71a68d899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 11 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8080
PROXY_AUTH_WHITELIST: "/api/*"
app:
image: stirlingtools/stirling-pdf:2.7.0@sha256:b90827e1041ca57d2de6f23bb8638f516a34e1109d1f9eb05d598c60f629e9e0
image: stirlingtools/stirling-pdf:2.7.1@sha256:c6ed2a3d2f700f083c03b6eca2d2db376d365d0fd9ddb73ba98ad3b6fae1f113
# Stirling PDF does not work with a custom user
#user: "1000:1000"
restart: on-failure

View File

@ -3,7 +3,7 @@ id: stirling-pdf
name: Stirling PDF
tagline: Merge, split, rotate, and convert PDFs with ease
category: files
version: "2.7.0"
version: "2.7.1"
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,15 +54,10 @@ gallery:
- 2.jpg
- 3.jpg
releaseNotes: >-
This release includes new features and bug fixes:
- Added option to hide Google Drive and mobile upload when disabled in the files view
- Added a search bar to easily find settings in the settings menu
- Improved auditing with new file hash and author options and better reporting overall
- Desktop app now remembers its previous window position and size between launches
- Desktop app supports OS notifications when tasks finish while minimised
- Fixed pipeline errors in the merge tool and other tools
- Fixed certification signature stamps not displaying correctly in the viewer
- Fixed English being enabled even when disabled in settings
This release includes bug fixes:
- Fixed rotate failing on large documents
- Fixed desktop app falling back to local connection when self-hosted server is offline
- Fixed PostHog creating a cookie even when not in use
Full release notes are found at https://github.com/Stirling-Tools/Stirling-PDF/releases