|
Bogdan Timofte
authored
9 months ago
|
1
|
# Changelog
|
|
|
2
|
|
|
|
3
|
## [Unreleased]
|
|
|
4
|
### Added
|
|
|
5
|
- `--collect-unsortable` argument: Files with no EXIF or media date can be moved to an `unsortable` folder in the destination.
|
|
|
6
|
|
|
|
7
|
### Changed
|
|
|
8
|
- The script now **requires** EXIF or media date for processing files. If no date is found, files are skipped and left in place by default.
|
|
|
9
|
- No fallback to filesystem modification date or other heuristics; only EXIF or media date is used for sorting and renaming.
|
|
|
10
|
|
|
|
11
|
### Fixed
|
|
|
12
|
- Improved argument parsing to support new options.
|
|
|
13
|
- Improved warnings and debug output handling.
|
|
|
14
|
|
|
|
15
|
---
|
|
|
16
|
|
|
|
17
|
## [Earlier versions]
|
|
|
18
|
- See previous commits for details.
|