Skip to content

v4.2

Compare
Choose a tag to compare
@sbraz sbraz released this 29 Apr 21:29
· 58 commits to master since this release
63a2e1d
New features
  • Add a new output option to the parse method, this deprecates the old test option (#82)
  • Update bundled MediaInfo to v20.03 (Windows and OSX wheels)
  • Add support for os.PathLike objects (#72)
Bug fixes
  • Close and delete handle on errors to avoid memory leaks (#79)
  • Fix thread-safety that was broken since v4.1 (#76 and #83), document multi-threading limitations
  • Document Python 3.8 support
  • Show the correct pymediainfo version in documentation builds