Releases: realshouzy/auto-file-sorter
Releases · realshouzy/auto-file-sorter
v1.0.4
What's Changed
- Fixes: Change
OnModifiedEventHandler
toOnCreatedEventHandler
by @realshouzy in #47
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- This reverts bed5dbb where support for Python 3.8 was mistakenly dropped earlier than intended
- Updated documentation
- Updated package configs and metadata
- Futher internal adjustments and improvements
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- typing-extensions is now only required for Python versions prior to 3.12
- test coverage is now at 100%
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Dropped support for Python 3.8
- Internal refactoring
- Restructured implementation of functions in
args_handling.py
- Extracted functions into separate functions now located in
configs_handling.py
- Moved the helper function
resolved_path_from_str
to a new module calledutils.py
- Adjusted imports, tests, and references accordingly
- Adjusted documentation
Full Changelog: v1.0.0...v1.0.1
v1.0.0
The first (major) release of auto-file-sorter
.
Full Changelog: https://github.com/realshouzy/auto-file-sorter/commits/v1.0.0