Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 920 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 920 Bytes

Changelog

icoextract 0.1.5 (2024-04-28)

  • Add application/vnd.microsoft.portable-executable to supported MIME types
  • Bump minimum supported Python version to 3.8
  • Add pdoc3 config, for autogenerated API docs

icoextract 0.1.4 (2022-08-08)

  • IconExtractor: support raw bytes as input, in addition to a filename
  • Refresh function descriptions

icoextract 0.1.3 (2022-06-12)

  • Fix thumbnail resizing; use native 128x128 icons when available (GH-7)
  • Clarify installation steps for thumbnailer
  • setup.py: exclude tests from installed packages (GH-9)

icoextract 0.1.2 (2020-12-22)

  • Declare Pillow as an optional dependency (for icoextract-thumbnailer)
  • Fix autodiscovery for tests

icoextract 0.1.1 (2020-07-01)

  • Refactor scripts to use setuptools entrypoints (adds Windows support)
  • Raise an error when seeing invalid icon definitions

icoextract 0.1.0 (2019-11-22)

  • Initial release