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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 6.4.0 ] - 2025-01-24
9
9
10
10
### Added
11
11
12
12
- Multi-versioning to critical functions to enhance performance in generic architecture builds.
13
+ - RIFE models v4.25 and v4.26 (#1304 ).
13
14
- Support for processing videos without PTS information (#1278 ).
14
15
- 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.
15
22
16
23
### Changed
17
24
18
25
- 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.
19
28
20
29
### Fixed
21
30
22
31
- A bug that causes the wrong encoder to be selected.
32
+ - (Video2X Qt6) Incorrect font used for the Japanese translation (#1276 ).
23
33
24
34
## [ 6.3.1] - 2024-12-21
25
35
Original file line number Diff line number Diff line change 1
1
cmake_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 )
3
3
4
4
include (CMakePackageConfigHelpers )
5
5
include (ExternalProject )
You can’t perform that action at this time.
0 commit comments