Releases: mpvqc/mpvQC
Releases · mpvqc/mpvQC
0.3.0
- New: Linux support
- New: Menu option to restore the default configuration
- New: Possibility to use mpv instead of libmpv
- Update: Copying to the clipboard is now done via PyQt, Pyperclip is no longer needed
- Update: The mpv window is now embedded in a much saner way
- Update: Autosaves of one month are now grouped together in one archive file
- Update: libmpv/mpv 0.16.0 or later is now required
- Bugfix: Dropping a folder (instead of a file) onto mpvQC no longer raises an exception
0.2.1
- New: German translation
- Update: Due to changes in mpv (0.15.0), the contents of the automatically generated mpv.conf have been changed (Existing config files will not be overwritten after updating, please delete them manually)
- Update: Added a new keybinding (b) to input.conf that will tell mpv to render subtitles at video resolution (Existing config files will not be overwritten after updating, please delete them manually)
- Update: Changed some deprecated property names inside input.conf to the new ones (Existing config files will not be overwritten after updating, please delete them manually)
- Bugfix: "None" no longer gets written as path of the video file if no video is loaded
- Bugfix: Fix exception after trying to open a QC document with no comment lines
- Bugfix: Don't send a null character to mpv with the keypress command
- Bugfix: ctrl and alt modifier now work on digits inside input.conf
0.2.0
Initial Release