From e35f201976f658eeb2f865ad62210359d3c39082 Mon Sep 17 00:00:00 2001 From: Thomas Feldmann Date: Mon, 25 Nov 2024 16:22:35 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcea1f57..d7e5d6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Added a new conflict mode `deduplicate` which skips duplicate files and renames non-duplicates (thanks @TheExistingOne). +- The `exif` filter now supports extracting metadata from non-image files such as EPUB + or PDF files. +- Loosen the pdfminer-six dependency version constraint for easier NixOS packaging. +- Fixes encoding issues in windows (thanks @Alimektor). ## v3.2.5 (2024-07-09)