Skip to content

Releases: realshouzy/auto-file-sorter

v1.0.4

08 Jun 23:29
Compare
Choose a tag to compare

What's Changed

  • Fixes: Change OnModifiedEventHandler to OnCreatedEventHandler by @realshouzy in #47

Full Changelog: v1.0.3...v1.0.4

v1.0.3

08 Jun 18:29
Compare
Choose a tag to compare

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

14 Jan 00:04
Compare
Choose a tag to compare

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

22 Dec 22:21
Compare
Choose a tag to compare

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 called utils.py
  • Adjusted imports, tests, and references accordingly
  • Adjusted documentation

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Sep 21:44
Compare
Choose a tag to compare

The first (major) release of auto-file-sorter.

Full Changelog: https://github.com/realshouzy/auto-file-sorter/commits/v1.0.0