+--------------------------------+
February 06 2022  Version 1.0.7 Beta
+--------------------------------+


- Possible errors using os.chdir() without first setting a value
  to os.getcwd() for the next change.
- The ffmpeg_arguments method now returns arguments with absolute
  path names for input files as well.
- Code refactoring.
- Updated doc strings.

+--------------------------------+
February 03 2022  Version 1.0.6 Beta
+--------------------------------+

- Removed `ParserError` exception.
- Fixed missing Artist/Performer metadata.
- Added `-y` parameter to ffmpeg arguments.
- Changed ffmpeg-url command line option to ffmpeg-cmd
- Changed ffprobe-url command line option to ffprobe-cmd
- Improve file names sanitize.
- Added `probedata` attribute to grab media informations by ffprobe command.

+--------------------------------+
January  24 2022  Version 1.0.3 Beta
+--------------------------------+

- added MS-Windows compatibility.
- Fixed test cases if ffprobe is not installed.
- Added `copy` option to not re-encoding output files.
- refactor ffprobe.py
- fixed __doc__ strings

+--------------------------------+
January  22 2022  Version 1.0.2 Beta
+--------------------------------+

- added deflacue dependency for cue sheet parsing
- update test cases
- updates docs
- improved FFProbe class

+--------------------------------+
January  20 2022  Version 1.0.1 Alfa
+--------------------------------+

- Added multiple progress meters.
- Improved library to use as Python module.
- Updated test cases.
- Updated documentation.


+--------------------------------+
January  17 2022  Version 1.0.0 Alfa
+--------------------------------+

- First commit
- Second commit

