Update stirlingtools/stirling-pdf Docker tag to v0.46.2 #101

Open
renovate wants to merge 1 commits from renovate/stirlingtools-stirling-pdf-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
stirlingtools/stirling-pdf minor 0.45.0 -> 0.46.2

Release Notes

Stirling-Tools/Stirling-PDF (stirlingtools/stirling-pdf)

v0.46.2: 0.46.2 Minor updates, legacy homepage removal and security updates

Compare Source

This release contains several dependency updates and bug fixes as well as some standout changes

  • Legacy homepage has been removed due to great feedback and love from the community for the new homepage
  • Malayalam language added by @​shad-ct
  • Pro/Enterprise licenses now support floating between machines

What's Changed

Bug Fixes
Enhancements
Minor Enhancements
Docker Updates
Translation Changes
Other Changes

New Contributors

Full Changelog: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.46.1...v0.46.2

v0.46.1: 0.46.1 Email API, UI changes, Bug fixes and other changes!

Compare Source

This release contains several bug fixes, API improvements, and standout changes!

  • Home page UI scaling change when screensize is small, allowing for better viewability of features
  • We now include an Email API to allow Email within Stirling PDF (WIP with no dedicated integrations)
  • Compression now more aggressive at higher numbers
  • Various translation changes!

What's Changed

Bug Fixes
Enhancements
Minor Enhancements
Translation Changes
Other Changes

New Contributors

Full Changelog: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.46.0...v0.46.1

v0.46.0: 0.46.0 Unlock PDF Forms, multiple bug fixes

Compare Source

Some bug fixes in this release including

  • Multi tool select buttons bug
  • Footer fix in view-pdf
  • Make file extension checks case-insensitive
  • signed rotated document different the preview
  • H2 datasource configuration in DatabaseService causing errors in certain usecases

And a new feature!
New 'unlock PDF Form' functionality to remove read-only locks from forms (Thanks to @​MariaLaranjeira )
image

What's Changed

Bug Fixes
Enhancements
Minor Enhancements
Docker Updates
Translation Changes
Development Tools
Other Changes

New Contributors

Full Changelog: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.6...v0.46.0

v0.45.6: 0.45.6 Bug fixes for sign and pipelines

Compare Source

  • Fixes bug for pipeline not loading correctly introduced in 0.45.5
  • Fixes issue with signature drawing 'lagging' on certain devices

What's Changed

Bug Fixes
Minor Enhancements
Translation Changes
Other Changes

Full Changelog: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.5...v0.45.6

v0.45.5: 0.45.5 Language updates and display fileUploadLimits

Compare Source

  • Added a fileUploadLimit settings to settings.yml to allow users to display file upload limits set by their server (Thanks @​PedroPF1234)
  • Language updates
  • Other minor changes and backend

What's Changed

Enhancements
Minor Enhancements
Docker Updates
Translation Changes
Other Changes

New Contributors

Full Changelog: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.4...v0.45.5

v0.45.4: 0.45.4 Minor bug fixes

Compare Source

  • Bug fixes for language selection
  • minor other changes

What's Changed

Minor Enhancements
Translation Changes
Other Changes

Full Changelog: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.3...v0.45.4

v0.45.3: 0.45.3 Manual redaction updates!

Compare Source

nice Manual redaction updates!

What's Changed

Bug Fixes
Enhancements
Minor Enhancements
Other Changes

Full Changelog: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.2...v0.45.3

v0.45.2: 0.45.2 Hotfix for translations and UI

Compare Source

  • Quick hotfix for including translation files
  • Improves Multi-tool UI
  • Please also check the 0.45.1 notes released along side this!

What's Changed

Bug Fixes
Enhancements
Minor Enhancements
Docker Updates
Translation Changes
Other Changes

New Contributors

Full Changelog: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.1...v0.45.2

v0.45.1: 0.45.1 New Mac installer, Various bug fixes, Google drive

Compare Source

  • New Mac installer for 64bit machines (Non Arm)
  • Cookie banner for further GDPR compliancy
  • Google Drive support for 'Pro' Users See here
  • Various bug fixes, improvements and language updates

What's Changed

Bug Fixes
Enhancements
Minor Enhancements
Docker Updates
Translation Changes
Development Tools
Other Changes

New Contributors

Full Changelog: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.0...v0.45.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stirlingtools/stirling-pdf](https://github.com/Stirling-Tools/Stirling-PDF) | minor | `0.45.0` -> `0.46.2` | --- ### Release Notes <details> <summary>Stirling-Tools/Stirling-PDF (stirlingtools/stirling-pdf)</summary> ### [`v0.46.2`](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.46.2): 0.46.2 Minor updates, legacy homepage removal and security updates [Compare Source](https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.46.1...v0.46.2) <!-- Release notes generated using configuration in .github/release.yml at main --> This release contains several dependency updates and bug fixes as well as some standout changes - Legacy homepage has been removed due to great feedback and love from the community for the new homepage - Malayalam language added by [@&#8203;shad-ct](https://github.com/shad-ct) - Pro/Enterprise licenses now support floating between machines #### What's Changed ##### Bug Fixes - Use Thymeleaf `th:src` for `redact.js` to ensure correct resource path resolution by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3511 - Fix empty-parameter issue in `updateUserSettings` by using `@RequestBody` map by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3536 - Fix TemplateResolver and LibreOfficeListener bugs by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3555 ##### Enhancements - Improve Type Safety and OpenAPI Schema for PDF API Controllers and Models by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3470 ##### Minor Enhancements - added Malayalam language by [@&#8203;shad-ct](https://github.com/shad-ct) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3506 - 🤖 format everything with pre-commit by <stirlingbot> by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3514 - Standardize Quoted Path Syntax in Thymeleaf `th:href` for Consistent Link Resolution by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3515 - Update legal URLs and improve OpenAPI metadata configuration by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3522 - Floating keys for pro users by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3535 - JUnits JUnits JUnits, so many JUnits by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3537 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3523 - Fix test compilation around pipeline processor by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3554 - Update AGENTS guidelines by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3556 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3559 - remove legacy homepage by [@&#8203;reecebrowne](https://github.com/reecebrowne) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3518 ##### Docker Updates - Bump docker/build-push-action from 6.16.0 to 6.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3541 - Bump gradle/actions from 4.3.1 to 4.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3544 ##### Translation Changes - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3508 - Update zh_TW Traditional Chinese locale by [@&#8203;Dr-XYZ](https://github.com/Dr-XYZ) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3524 - Update messages_es_ES.properties by [@&#8203;NeilJared](https://github.com/NeilJared) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3527 ##### Other Changes - Fix README enterprise link by [@&#8203;noahbaculi](https://github.com/noahbaculi) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3509 - updated the languages list by [@&#8203;shad-ct](https://github.com/shad-ct) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3510 - Bump actions/dependency-review-action from 4.6.0 to 4.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3519 - Bump org.apache.xmlgraphics:batik-all from 1.18 to 1.19 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3520 - Bump io.micrometer:micrometer-core from 1.14.6 to 1.14.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3521 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3531 - Bump github/codeql-action from 3.28.17 to 3.28.18 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3542 - Bump actions/dependency-review-action from 4.7.0 to 4.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3543 - Bump org.springframework:spring-jdbc from 6.2.6 to 6.2.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3545 - Bump org.sonarqube from 6.1.0.5360 to 6.2.0.5505 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3546 - Bump org.springframework:spring-webmvc from 6.2.6 to 6.2.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3547 - Bump org.springframework.security:spring-security-saml2-service-provider from 6.4.5 to 6.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3549 - Bump io.micrometer:micrometer-core from 1.14.7 to 1.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3550 - Bump org.gradle.toolchains.foojay-resolver-convention from 0.10.0 to 1.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3552 - Bump org.mockito:mockito-core from 5.11.0 to 5.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3551 - Add additional unit tests for utils and EE by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3557 #### New Contributors - [@&#8203;shad-ct](https://github.com/shad-ct) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3506 - [@&#8203;noahbaculi](https://github.com/noahbaculi) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3509 - [@&#8203;Dr-XYZ](https://github.com/Dr-XYZ) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3524 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.46.1...v0.46.2 ### [`v0.46.1`](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.46.1): 0.46.1 Email API, UI changes, Bug fixes and other changes! [Compare Source](https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.46.0...v0.46.1) <!-- Release notes generated using configuration in .github/release.yml at main --> This release contains several bug fixes, API improvements, and standout changes! - Home page UI scaling change when screensize is small, allowing for better viewability of features - We now include an Email API to allow Email within Stirling PDF (WIP with no dedicated integrations) - Compression now more aggressive at higher numbers - Various translation changes! #### What's Changed ##### Bug Fixes - Fix NullPointerException by Enabling Constructor Injection for Color Replacement Components by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3469 - fix read wrong properties by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3472 - Fix cert-sign API NullPointerException when pageNumber is omitted for invisible signatures by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3463 - Potential fix for code scanning alert no. 224: DOM text reinterpreted as HTML by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3499 - Potential fix for code scanning alert no. 11: DOM text reinterpreted as HTML by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3497 ##### Enhancements - Add Email Sending Service with Attachment Support by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3455 ##### Minor Enhancements - Internationalize logout message by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3450 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3444 - Validate H2 Database Type and URL Consistency for Custom Databases by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3458 - Update language list to use native names by [@&#8203;Balazs-Szucs](https://github.com/Balazs-Szucs) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3464 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3468 - 🤖 format everything with pre-commit by <stirlingbot> by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3479 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3484 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3487 - Auto scale by [@&#8203;reecebrowne](https://github.com/reecebrowne) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3490 - pixel changes, redact color fix, version bump, aggressive compression by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3502 - Refactor permission variable names by [@&#8203;Balazs-Szucs](https://github.com/Balazs-Szucs) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3457 - accept/decline cookies based on analytics and hide cookie banner when… by [@&#8203;reecebrowne](https://github.com/reecebrowne) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3505 ##### Translation Changes - Added missing Hungarian translations. by [@&#8203;Balazs-Szucs](https://github.com/Balazs-Szucs) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3451 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3446 - Update messages_it_IT.properties by [@&#8203;albanobattistella](https://github.com/albanobattistella) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3456 - Fix French translation. by [@&#8203;miniupnp](https://github.com/miniupnp) in https://github.com/Stirling-Tools/Stirling-PDF/pull/2981 ##### Other Changes - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3461 - Bump github/codeql-action from 3.28.16 to 3.28.17 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3467 - Bump actions/create-github-app-token from 2.0.2 to 2.0.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3466 - Bump pdfboxVersion from 3.0.4 to 3.0.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3465 - Bump actions/create-github-app-token from 2.0.5 to 2.0.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3475 - Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.6 to 2.8.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3482 - Bump com.opencsv:opencsv from 5.10 to 5.11 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3476 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3503 #### New Contributors - [@&#8203;Balazs-Szucs](https://github.com/Balazs-Szucs) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3451 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.46.0...v0.46.1 ### [`v0.46.0`](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.46.0): 0.46.0 Unlock PDF Forms, multiple bug fixes [Compare Source](https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.6...v0.46.0) <!-- Release notes generated using configuration in .github/release.yml at main --> Some bug fixes in this release including - Multi tool select buttons bug - Footer fix in view-pdf - Make file extension checks case-insensitive - signed rotated document different the preview - H2 datasource configuration in DatabaseService causing errors in certain usecases And a new feature! New 'unlock PDF Form' functionality to remove read-only locks from forms (Thanks to [@&#8203;MariaLaranjeira](https://github.com/MariaLaranjeira) ) ![image](https://github.com/user-attachments/assets/18528a63-8d3a-4dcf-9ed0-88b71dcb527a) #### What's Changed ##### Bug Fixes - (Snyk) Fixed finding: "Improper Neutralization of CRLF Sequences in HTTP Headers" by [@&#8203;pixeebot](https://github.com/pixeebot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3424 - Multi tool select buttons bug by [@&#8203;JoseQuintas2003](https://github.com/JoseQuintas2003) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3404 ##### Enhancements - Add SHOW_SURVEY Environment variable to Docker by [@&#8203;muratcanyeldan](https://github.com/muratcanyeldan) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3378 - Support domain `User` instances in `getCurrentUsername` method by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3383 - Changed footer to be more responsive to page size by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3398 - Remove read only from forms by [@&#8203;MariaLaranjeira](https://github.com/MariaLaranjeira) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3423 ##### Minor Enhancements - 2728 bug signed rotated document different than preview by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3360 - Make file extension checks case-insensitive in pipeline by [@&#8203;muratcanyeldan](https://github.com/muratcanyeldan) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3368 - 🤖 format everything with pre-commit by <stirlingbot> by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3374 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3389 - Changes from Version 2.2.0 to 2.8.6 `org.springdoc:springdoc-openapi-starter-webmvc-ui` by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3400 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3408 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3414 - Refactor codebase to replace explicit constructors with Lombok annotations and remove boilerplat by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3415 - 🤖 format everything with pre-commit by <stirlingbot> by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3429 - Validate H2 datasource configuration in DatabaseService by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3449 ##### Docker Updates - Bump step-security/harden-runner from 2.11.1 to 2.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3394 - Bump actions/setup-python from 5.5.0 to 5.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3410 - Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3411 - Upgrade Gradle to 8.14 in CI Workflows and Gradle Wrapper by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3425 - Bump docker/build-push-action from 6.15.0 to 6.16.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3442 - Bump gradle from 8.13-jdk21 to 8.14-jdk21 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3439 ##### Translation Changes - Update messages_pt_BR.properties by [@&#8203;thiagoor-cpu](https://github.com/thiagoor-cpu) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3356 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3359 - Update and improve zh_TW Traditional Chinese locale by [@&#8203;PeterDaveHello](https://github.com/PeterDaveHello) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3362 - Update messages_tr_TR.properties by [@&#8203;muratcanyeldan](https://github.com/muratcanyeldan) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3363 - Update messages_fr_FR.properties to fix translation mistake by [@&#8203;muratcanyeldan](https://github.com/muratcanyeldan) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3365 - Update messages_es_ES.properties by [@&#8203;NeilJared](https://github.com/NeilJared) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3405 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3409 - Update messages_ja_JP.properties by [@&#8203;tkymmm](https://github.com/tkymmm) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3417 - Update German properties by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3416 - Update messages_it_IT.properties by [@&#8203;albanobattistella](https://github.com/albanobattistella) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3448 ##### Development Tools - Update Google Java Format to v1.26.0 across devcontainer, VSCode, and Gradle configuration by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3375 ##### Other Changes - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3364 - fix security deploy by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3373 - Bump ruff to v0.11.6 and gitleaks to v8.24.3 in pre-commit config by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3376 - Bump com.fathzer:javaluator from 3.0.5 to 3.0.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3386 - Bump org.springframework:spring-webmvc from 6.2.5 to 6.2.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3385 - Bump org.springframework:spring-jdbc from 6.2.5 to 6.2.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3384 - Mac `x86_64` installer Hotfix by [@&#8203;DarioGii](https://github.com/DarioGii) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3391 - Bump org.springframework.security:spring-security-saml2-service-provider from 6.4.4 to 6.4.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3393 - Bump org.springframework.session:spring-session-core from 3.4.2 to 3.4.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3412 - Bump github/codeql-action from 3.28.15 to 3.28.16 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3413 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3418 - Bump actions/download-artifact from 4.2.1 to 4.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3443 - Bump org.springframework.boot from 3.4.4 to 3.4.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3441 - Bump springBootVersion from 3.4.4 to 3.4.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3440 - Version bump by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3445 #### New Contributors - [@&#8203;muratcanyeldan](https://github.com/muratcanyeldan) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3363 - [@&#8203;JoseQuintas2003](https://github.com/JoseQuintas2003) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3404 - [@&#8203;MariaLaranjeira](https://github.com/MariaLaranjeira) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3423 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.6...v0.46.0 ### [`v0.45.6`](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.6): 0.45.6 Bug fixes for sign and pipelines [Compare Source](https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.5...v0.45.6) <!-- Release notes generated using configuration in .github/release.yml at main --> - Fixes bug for pipeline not loading correctly introduced in 0.45.5 - Fixes issue with signature drawing 'lagging' on certain devices #### What's Changed ##### Bug Fixes - Bug/498/signature slow firefox mobile by [@&#8203;reecebrowne](https://github.com/reecebrowne) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3322 ##### Minor Enhancements - Error reductions found via analytics by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3351 - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3354 - fix pipelines via changing to service by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3358 ##### Translation Changes - Update messages_it_IT.properties by [@&#8203;albanobattistella](https://github.com/albanobattistella) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3350 ##### Other Changes - Bump io.micrometer:micrometer-core from 1.14.5 to 1.14.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3353 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3352 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.5...v0.45.6 ### [`v0.45.5`](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.5): 0.45.5 Language updates and display fileUploadLimits [Compare Source](https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.4...v0.45.5) <!-- Release notes generated using configuration in .github/release.yml at main --> - Added a `fileUploadLimit` settings to settings.yml to allow users to display file upload limits set by their server (Thanks [@&#8203;PedroPF1234](https://github.com/PedroPF1234)) - Language updates - Other minor changes and backend #### What's Changed ##### Enhancements - Upload File Size Limit by [@&#8203;PedroPF1234](https://github.com/PedroPF1234) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3334 - 3335 feature request add app version to posthog by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3348 ##### Minor Enhancements - Update 3rd Party Licenses by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3342 - Allow non cert files to be enterprise by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3346 - 🤖 format everything with pre-commit by <stirlingbot> by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3347 ##### Docker Updates - Bump actions/setup-java from 4.7.0 to 4.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3339 ##### Translation Changes - Update messages_it_IT.properties by [@&#8203;albanobattistella](https://github.com/albanobattistella) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3338 - Complete zh_TW Traditional Chinese translation by [@&#8203;Chaoray](https://github.com/Chaoray) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3337 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3349 ##### Other Changes - MacOS `x86_64` installer fix 🙏🏾 by [@&#8203;DarioGii](https://github.com/DarioGii) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3333 - Bump com.diffplug.spotless from 7.0.2 to 7.0.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3340 - Bump commons-io:commons-io from 2.18.0 to 2.19.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3341 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3343 - Change PR deploy to use security (Enable '/deploypr security' command) by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3345 #### New Contributors - [@&#8203;Chaoray](https://github.com/Chaoray) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3337 - [@&#8203;PedroPF1234](https://github.com/PedroPF1234) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3334 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.4...v0.45.5 ### [`v0.45.4`](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.4): 0.45.4 Minor bug fixes [Compare Source](https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.3...v0.45.4) <!-- Release notes generated using configuration in .github/release.yml at main --> - Bug fixes for language selection - minor other changes #### What's Changed ##### Minor Enhancements - removed cdn import for cookieconsent library by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3325 - Removed empty spaces shown when language suppression used by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3327 ##### Translation Changes - Update messages_it_IT.properties by [@&#8203;albanobattistella](https://github.com/albanobattistella) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3331 ##### Other Changes - Mac x86\_64 installer fix by [@&#8203;DarioGii](https://github.com/DarioGii) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3323 - Update PR-Demo-Comment.yml by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3326 - Update PR-Demo-Comment-with-react.yml by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3328 - Update PR-Demo-Comment-with-react.yml by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3329 - Update PR-Demo-Comment-with-react.yml with stilringbot by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3330 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3332 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.3...v0.45.4 ### [`v0.45.3`](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.3): 0.45.3 Manual redaction updates! [Compare Source](https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.2...v0.45.3) <!-- Release notes generated using configuration in .github/release.yml at main --> nice Manual redaction updates! #### What's Changed ##### Bug Fixes - fix: id for releases <a> tag in footer by [@&#8203;nktnet1](https://github.com/nktnet1) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3313 - Fix for MacOS x86\_64 Installer by [@&#8203;DarioGii](https://github.com/DarioGii) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3314 ##### Enhancements - Manual Redaction: Text based redaction configured by default by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3317 ##### Minor Enhancements - Removed html tags from cookie banner language snippets by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3310 - Added undefined check for posthog when analytics disabled by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3320 ##### Other Changes - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3311 - Update build.gradle by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3321 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.2...v0.45.3 ### [`v0.45.2`](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.2): 0.45.2 Hotfix for translations and UI [Compare Source](https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.1...v0.45.2) <!-- Release notes generated using configuration in .github/release.yml at main --> - Quick hotfix for including translation files - Improves Multi-tool UI - Please also check the [0.45.1 notes](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.1) released along side this! #### What's Changed ##### Bug Fixes - 3164 bug issue on UI pdf multi tool by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3289 ##### Enhancements - Exclude Internal API User from Total User Count by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3299 ##### Minor Enhancements - 🤖 format everything with pre-commit by <stirlingbot> by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3300 - Pipeline shows disabled endpoints fix ([#&#8203;2881](https://github.com/Stirling-Tools/Stirling-PDF/issues/2881)) by [@&#8203;AndreSantos04](https://github.com/AndreSantos04) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3282 ##### Docker Updates - Fix: corrects the path to `version.properties` by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3290 ##### Translation Changes - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3288 ##### Other Changes - Update build.gradle by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3308 #### New Contributors - [@&#8203;AndreSantos04](https://github.com/AndreSantos04) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3282 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.1...v0.45.2 ### [`v0.45.1`](https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.45.1): 0.45.1 New Mac installer, Various bug fixes, Google drive [Compare Source](https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.0...v0.45.1) - New Mac installer for 64bit machines (Non Arm) - Cookie banner for further GDPR compliancy - Google Drive support for 'Pro' Users [See here](https://docs.stirlingpdf.com/Advanced%20Configuration/Google%20Drive%20File%20Picker) - Various bug fixes, improvements and language updates #### What's Changed ##### Bug Fixes - Change PDF load Get Info on PDF to readonly by [@&#8203;maxi322](https://github.com/maxi322) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3254 - \[bug] unoserver ip change to fix potential unoserver startup issues by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3305 ##### Enhancements - add chart js to 3rd party by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3248 - Add default authority assignment and enhanced user creation method by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3266 - MacOS Installer for `x86_64` Distributions by [@&#8203;DarioGii](https://github.com/DarioGii) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3269 - Validation for input file by [@&#8203;saikumarjetti](https://github.com/saikumarjetti) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3196 - 2946 feature request integrate file selector with google drive and onedrive by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3253 - Cookie banner by [@&#8203;ConnorYoh](https://github.com/ConnorYoh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3302 ##### Minor Enhancements - Sanataize PDF improvements by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3251 - Cleanups and making distinction between pro and enterprise by [@&#8203;Frooodle](https://github.com/Frooodle) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3250 - 🔧 Replace toList() with collect(Collectors.toList()) by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3259 - 🤖 format everything with pre-commit by <stirlingbot> by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3265 - Removing redundant logoutUrl from oauth by [@&#8203;DarioGii](https://github.com/DarioGii) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3281 - Deprecate `EnterpriseEdition` by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3291 ##### Docker Updates - Bump gradle/actions from 4.3.0 to 4.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3276 - Bump actions/setup-python from 5.4.0 to 5.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3278 - Bump step-security/harden-runner from 2.11.0 to 2.11.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3285 ##### Translation Changes - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3246 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3252 - Update messages_it_IT.properties by [@&#8203;albanobattistella](https://github.com/albanobattistella) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3256 - Update messages_pl_PL.properties by [@&#8203;sabbath88](https://github.com/sabbath88) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3260 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3263 - Fix Ukrainian & Russian translation by [@&#8203;riv-gh](https://github.com/riv-gh) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3271 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3284 - Update messages_it_IT.properties by [@&#8203;albanobattistella](https://github.com/albanobattistella) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3287 - fix: updated slovenian strings by [@&#8203;carliblaz](https://github.com/carliblaz) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3296 ##### Development Tools - Removed conflicting Oracle Java extension from devcontainer and VS Code config by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3292 ##### Other Changes - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3258 - :globe_with_meridians: Sync Translations + Update README Progress Table by [@&#8203;stirlingbot](https://github.com/stirlingbot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3272 - Bump org.sonarqube from 6.0.1.5171 to 6.1.0.5360 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3274 - Bump org.projectlombok:lombok from 1.18.36 to 1.18.38 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3275 - Bump crazy-max/ghaction-github-labeler from 5.2.0 to 5.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3277 - Bump actions/create-github-app-token from 1.11.7 to 1.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3279 - Bump actions/dependency-review-action from 4.5.0 to 4.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3286 - Normalize settings.yml.template formatting to YAML 1.2 spec by [@&#8203;Ludy87](https://github.com/Ludy87) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3294 - Bump actions/create-github-app-token from 1.12.0 to 2.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3304 - Bump github/codeql-action from 3.28.13 to 3.28.15 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Stirling-Tools/Stirling-PDF/pull/3303 #### New Contributors - [@&#8203;sabbath88](https://github.com/sabbath88) made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/3260 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.45.0...v0.45.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-11-16 00:02:15 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/stirlingtools-stirling-pdf-0.x:renovate/stirlingtools-stirling-pdf-0.x
git checkout renovate/stirlingtools-stirling-pdf-0.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mans/argocd-test#101
No description provided.