Releases: ratoaq2/knowit
Releases · ratoaq2/knowit
0.5.6
0.5.5
0.5.4
What's Changed
- Add arm docker images
- Updated trakit dependency to support python 3.12 and drop python 3.8 (mainly for docker image generation)
- Fix url metadata
Full Changelog: 0.5.3...0.5.4
0.5.3
What's Changed
- Catch decimal.InvalidOperation by @JaiZed in #123 (#87)
- Update general.py for matching both the B and T variants of 3-letter codes by @rmichelena in #168
- remove pkg-resources dependency
- Drop python 3.8 support
New Contributors
- @dependabot made their first contribution in #45
- @JaiZed made their first contribution in #123
- @rmichelena made their first contribution in #168
Full Changelog: 0.5.2...0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
- Update Dockerfile to python 3.11 and also add mkvmerge as available provider in docker image
- Better handle of ffprobe output where tags might be uppercase. See #39
- Try to avoid mediainfo detection to call mediainfo gui since in windows, CLI and GUI have same executable names. See #14
- Avoid division by zero when calculating video display ratio. See #23
- Use correct json encoder when dumping better debug information when invalid media for enzyme provider. See #24
- Fixes issues related to empty results from mediainfo, ffmpeg and mkvmerge. See #43
0.4.0
0.3.0
- last python 2.7 compatible release
- support for path-like objects
- fixes subrip detection in old ffmpeg versions
- improve error reporting
- fixes attribute error in MediaInfo provider
- fixes ffmpeg not found on system
- added python 3.7, 3.8 and 3.9 support
- fixes mediainfo dll detection on windows