Skip to content

Commit a96bda9

Browse files
committed
docs(changelog): update changelogs for 6.4.0
Signed-off-by: k4yt3x <[email protected]>
1 parent aecb16b commit a96bda9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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)
33

44
include(CMakePackageConfigHelpers)
55
include(ExternalProject)

0 commit comments

Comments
 (0)