Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 411 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 411 Bytes

Changelog

[1.0.1] - 2024-05-04

Fixes

  • Fixed image extension showing None caused by imghdr.

Added

  • Added tests with pytest.
  • Added filetype library to check image file extensions instead of imghdr.

Removed

  • Removed dependency of imghdr as it is deprecated.
  • Removed colorama to decrease dependency of external libraries.

[1.0.0] - 2024-04-13

Added

  • Initial Release