File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11greaterThan(QT_MAJOR_VERSION, 5): QT += widgets core gui sql
22
33TEMPLATE = app
4- VERSION = 6.2.1
4+ VERSION = 6.2.2
55DEFINES += APP_VERSION =\ \\"$$VERSION\\\"
66QTPLUGIN += QSQLITE
77
Original file line number Diff line number Diff line change 55}
66
77TEMPLATE = app
8- VERSION = 6.2.1
8+ VERSION = 6.2.2
99DEFINES += APP_VERSION =\ \\"$$VERSION\\\"
1010QTPLUGIN += QSQLITE
1111
You can’t perform that action at this time.
0 commit comments