Skip to content

PyIMG4 0.8.7

Latest
Compare
Choose a tag to compare
@m1stadev m1stadev released this 26 Feb 23:03
c1400f1

Major Changes

  • Drop support for Python 3.8
  • Switch project management from Poetry to uv
  • CLI: pyimg4 [im4m/img4] info: Fix an edge case in where some values would be null, resulting in an error when attempting to print information on an IM4M.
  • CLI: pyimg4 [im4p/img4] info: If extra payload data is found within an IM4P, print info on it
  • CLI: pyimg4 img4 create: If a raw file is provided, ensure that a FourCC has also been passed as an argument.

API Changes

  • pyimg4.IM4M
    • IM4Ms with no signature or certificates are now handled properly.
  • pyimg4._Property
    • Falsy value arguments will no longer be ignored (#56).

Full Changelog: v0.8.6...v0.8.7