v2.4.4

Stirling-Tools/Stirling-PDFv2.4.4Feb 5, 2026by Frooodle

AI Summary

A hotfix release correcting page editor bugs, introducing Bates stamping functionality, and adding CLI diagnostics for easier error reporting.

Key Highlights

  • Quick fix for multi-page selection issues in the page editor.
  • Added Bates stamping functionality with optional zero padding.
  • Fixed extract bookmarks API.
  • Added CLI diagnostics command for log collection.

New Features

  • Bates stamping with optional zero padding
  • CLI diagnostics command
  • Italian translations
  • Extract bookmarks API fix

Full Release Notes

Quick fix for page editor bug causes multi-page selection issues

This release also contains
- Italian translations
- Bates stamping functionality to add page numbers
- Extract bookmarks API fix
- Diagnostics command in CLI for easy error reporting (grabs logs into a zip on request for you to view)

## What's Changed
### Enhancements
* feat(i18n): add missing compare placeholder and stamp label translations by @Ludy87 in https://github.com/Stirling-Tools/Stirling-PDF/pull/5636
### Minor Enhancements
* update to add optional Zero Padding to page numbers (Bates Stamping).… by @mrober01 in https://github.com/Stirling-Tools/Stirling-PDF/pull/5612
* Fix ClassCastException in extractBookmarks endpoint (#5578) by @Eruis2579 in https://github.com/Stirling-Tools/Stirling-PDF/pull/5604
* Bug/page editor additional fixes by @reecebrowne in https://github.com/Stirling-Tools/Stirling-PDF/pull/5660
* Updated Italian translation by @albanobattistella in https://github.com/Stirling-Tools/Stirling-PDF/pull/5637
* 🤖 format everything with pre-commit by stirlingbot by @stirlingbot[bot] in https://github.com/Stirling-Tools/Stirling-PDF/pull/5642
### Other Changes
* diagnostic script by @Frooodle in https://github.com/Stirling-Tools/Stirling-PDF/pull/5646

## New Contributors
* @mrober01 made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/5612
* @Eruis2579 made their first contribution in https://github.com/Stirling-Tools/Stirling-PDF/pull/5604

**Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.4.3...v2.4.4