We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35f201 commit 15ae571Copy full SHA for 15ae571
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## v3.3.0 (2024-11-25)
6
+
7
- Added a new conflict mode `deduplicate` which skips duplicate files and renames
8
non-duplicates (thanks @TheExistingOne).
9
- The `exif` filter now supports extracting metadata from non-image files such as EPUB
organize/__version__.py
@@ -1 +1 @@
1
-__version__ = "3.2.5"
+__version__ = "3.3.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "organize-tool"
-version = "3.2.5"
+version = "3.3.0"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <mail@tfeldmann.de>"]
0 commit comments