From 29753f893a70bf0ad93c3dde686a859b6b3123f5 Mon Sep 17 00:00:00 2001 From: BluABK Date: Sun, 2 Sep 2018 04:07:18 +0200 Subject: [PATCH] v0.4.1 release --- CHANGELOG | 13 +++++++++++-- VERSION | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 13bb96b..aaa61a5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,16 @@ -current +v0.4.1 +- Made MainWindow read hotkeys from ini file instead of using hardcoded ones +- Fixed bug where hotkeys parser read the wrong ini file +- "Download video by URL/ID" now handles URLs with '&' params +- Changed SaneInputDialog from QInputDialog to QDialog and added support for QValidator +- Added info about log level 1 (Enable all) in ConfigView +- Removed deprecated config.ini file/gui mismatch check +- Fixed white text on white background tooltip issue in breeze light theme +- Changed various config defaults for GUI +- Video duration is now displayed on thumbnail tiles - Renamed functions from *filename to *filepath where applicable, and made filepath function os.path.join its return value and send paths - not names - to SaneFFmpegMergerPP - Split output filename detection into functions and created a new one for finding incomplete downloads -- Made SaneFFmpegMergerPP attempt merge as follows: 1. Attempt to encode audio to aac, 2. Attempt to encode video to h264 or 3. Encode both audio and video to above formats (worst case scenario) +- Made SaneFFmpegMergerPP attempt merge as follows: 1. Attempt to encode audio to aac, 2. Attempt to encode video to h264 or 3. Encode both audio and video to above formats (worst case scenario) - Added handling of incompatible container audio and video stream muxing (mostly MP4) where youtube_dl would just die to an unhandled Exception - Made SaneFFmpegPostProcessor use config.ini options instead of youtube_dl's _downloader.params - Added postprocessing section and options to config files and gui diff --git a/VERSION b/VERSION index 60a2d3e..44bb5d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file