Skip to content

Commit 715ddc6

Browse files
committed
[rel] release 6.2.2
1 parent 6314fda commit 715ddc6

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# FastTrack changelog
22

3+
## 6.2.2
4+
5+
### Added
6+
- Enforced FFMPEG backend.
7+
- Added tests for Windows and MacOS.
8+
- Added clang clazy and tidy code checks.
9+
10+
### Fixed
11+
- Fixed convergence criterion in AutoLevel.
12+
- Fixed VideoReader behavior.
13+
- Fixed several minor memory leaks in the UI.
14+
- Fixed ctor parent argument for QObject.
15+
- Fixed move and assignment move ctor to follow cppcoreguidelines.
16+
17+
### Optimized
18+
- Optimized qstring-allocations.
19+
- Optimized Data reading.
20+
- Optimized image display.
21+
- Optimized args-by-ref and args-by-value.
22+
23+
### Changed
24+
- Update to Qt6.2.3 LTS.
25+
326
## 6.2.1
427

528
### Added

src/FastTrack-Cli.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets core gui sql
22

33
TEMPLATE = app
4-
VERSION = 6.2.1
4+
VERSION = 6.2.2
55
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
66
QTPLUGIN += QSQLITE
77

src/FastTrack.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NO_WEB {
55
}
66

77
TEMPLATE = app
8-
VERSION = 6.2.1
8+
VERSION = 6.2.2
99
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1010
QTPLUGIN += QSQLITE
1111

0 commit comments

Comments
 (0)