@@ -5,19 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 6.3.0 ] - 2024-12-20
99
1010### Added
1111
12+ - A logger manager to provide unified logging across the application.
1213- Support for Real-CUGAN ncnn Vulkan (#1198 ).
14+ - (Video2X Qt6) A check to ensure the required VC++ Redistributable version is installed.
15+ - (Video2X Qt6) A configuration manager to save user preferences like the last selected language.
16+ - (Video2X Qt6) A new logging widget to display logs in the UI.
17+ - (Video2X Qt6) Custom options ` crf=20 ` and ` preset=slow ` to the default encoder options.
18+ - (Video2X Qt6) French translation.
19+ - (Video2X Qt6) The ability to check for available updates and prompt the user to update.
20+ - (Video2X Qt6) Tooltips for processor and encoder options.
1321
1422### Changed
1523
1624- Improve optimization flags and add namespaces for better code organization.
25+ - (Video2X Qt6) Add processor names to processed videos instead of ` .processed ` .
26+ - (Video2X Qt6) The output video suffix from auto-generated to ` .mkv ` .
1727
1828### Fixed
1929
2030- Make the encoder always use the calculated PTS with corrected math.
31+ - (Video2X Qt6) The issue where task configs are being restored incorrectly in the UI.
2132
2233## [ 6.2.0] - 2024-12-11
2334
@@ -28,14 +39,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2839- More ` AVCodecContext ` options.
2940- Support for RIFE ncnn Vulkan.
3041- Support for specifying arbitrary ` AVOptions ` for the encoder (#1232 ).
31- - Visual C++ Redistributable version check to the installer. (Video2X Qt6)
42+ - (Video2X Qt6) Visual C++ Redistributable version check to the installer.
3243
3344### Changed
3445
3546- Improve CLI argument validation.
3647- Improve error handling and error messages.
3748- Improve the CLI help message structure and clarity.
38- - Improve the UI with a complete redesign. (Video2X Qt6)
49+ - (Video2X Qt6) Improve the UI with a complete redesign.
3950
4051### Removed
4152
@@ -62,9 +73,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6273
6374- A better timer that gets paused when the processing is paused.
6475- Detection for the validity of the provided GPU ID.
65- - Status bar and processing statistics. (Video2X Qt6)
6676- The ` --listgpus ` option to list available Vulkan GPU devices.
6777- Vulkan device selection for libplacebo.
78+ - (Video2X Qt6) Status bar and processing statistics.
6879
6980### Changed
7081
0 commit comments