- modify library files to bump version to 1.5.0
- Using some Python 3.8 specific features drop support versions less than 3.8
- read media info only for files in the command line GUI was becoming unresponsive
- BUG #12 Abort Job buttons not working correctly
- getDirectoryList function like getFilesList for directories accepts wildcard on directory arguments
- MKVCommandParser
- TaskbarButtonProgress
- block drag & drop when files added programmatically
- getFilesList accepts wildcard on directory argument
- getFilesList changed default wildcard to '*' from '.'
- centerWidgets convenience function
- pushButton convenience function
- QThreads classes
- To use this package Python version has to be 3.8.1 PySide2 does not support version 3.8
- OutputTextWidget class code refactoring and set scheme for font color
- shortcut handling on QActionWidget
- add property for chaptersFile (pathlib.Path)
- VerifyStructure provides more details
- fix handling of files with single quotes
- bump version
- dsf2wv accepts wildcard on directory argument
- dsf2wv uses binary output subprocess.Pipe
- apply2files accepts wildcard on directory argument
- mkvrun used binary output for subprocess.Pipe
- mkvrun fix use of mkv.MKVCommand class changed while unpacking
First Release