v14.3.0

ocrmypdf/OCRmyPDFv14.3.0Aug 11, 2023by jbarlow83

AI Summary

This release addresses language ordering consistency and enhances metadata handling by allowing specific fields to be unset via empty strings, while also welcoming new contributors to the project.

Key Highlights

  • Fixed random ordering of languages by converting from a set to a list
  • Allows title, subject, author, and keywords to be unset with an empty string argument
  • Welcomed new contributors @abwiersma and @f-hansen

New Features

  • Ability to unset metadata fields (title, subject, author, keywords) using an empty string argument

Full Release Notes

## What's Changed
* Fix randomly ordered languages from set() by @abwiersma in https://github.com/ocrmypdf/OCRmyPDF/pull/1113
* Allow title, subject, author, and keywords to be unset with an empty string argument by @f-hansen in https://github.com/ocrmypdf/OCRmyPDF/pull/1117

## New Contributors
* @abwiersma made their first contribution in https://github.com/ocrmypdf/OCRmyPDF/pull/1113
* @f-hansen made their first contribution in https://github.com/ocrmypdf/OCRmyPDF/pull/1117

**Full Changelog**: https://github.com/ocrmypdf/OCRmyPDF/compare/v14.2.1...v14.3.0