File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,31 @@ 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.4.0 ] - 2025-01-24
99
1010### Added
1111
1212- Multi-versioning to critical functions to enhance performance in generic architecture builds.
13+ - RIFE models v4.25 and v4.26 (#1304 ).
1314- Support for processing videos without PTS information (#1278 ).
1415- The feature to copy input streams' metadata to the output streams (#1282 ).
16+ - (Video2X Qt6) German translation (#1279 ).
17+ - (Video2X Qt6) Option to remove finished tasks from the queue.
18+ - (Video2X Qt6) Option to specify actions after processing is complete.
19+ - (Video2X Qt6) Support for adding and removing tasks during processing (#1281 ).
20+ - (Video2X Qt6) The feature to automatically set codec to PNG for images (#1204 ).
21+ - (Video2X Qt6) The preferences dialog.
1522
1623### Changed
1724
1825- Improve the CMake optimization flags and option names.
26+ - (Video2X Qt6) Embed translation files in the executable to avoid missing resources (#1250 ).
27+ - (Video2X Qt6) Redesign the main window UI to improve usability.
1928
2029### Fixed
2130
2231- A bug that causes the wrong encoder to be selected.
32+ - (Video2X Qt6) Incorrect font used for the Japanese translation (#1276 ).
2333
2434## [ 6.3.1] - 2024-12-21
2535
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10 FATAL_ERROR )
2- project (video2x VERSION 6.3.1 LANGUAGES CXX )
2+ project (video2x VERSION 6.4.0 LANGUAGES CXX )
33
44include (CMakePackageConfigHelpers )
55include (ExternalProject )
You can’t perform that action at this time.
0 commit comments