File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# FastTrack changelog
22
3+ ## 6.1.2
4+
5+ ### Fixed
6+ - Fixed error handling for corrupted movies
7+ - Fixed crash when browsing corrupted movies
8+ - Fixed compilation flags leading to performance improvement
9+ - Fixed AppImage
10+
11+ ### Changed
12+ - Changed error triggering for corrupted movie. Background computation will stop and triggered a fatal error.
13+ - Thread-safe background computation.
14+ - Update to Qt6.2.2 LTS and OpenCV 4.5.5
15+
16+
17+
318## 6.1.1
419
520### Fixed
6- - Fix database connection names crossover (critical)
21+ - Fixed database connection names crossover (critical)
722
823## 6.1.0
924
1227- Refactored Data, Tracking and Replay class to optimize memory consumption
1328
1429### Fixed
15- - Stop the tracking immediately if a fatal error is encountered
30+ - Stoped the tracking immediately if a fatal error is encountered
1631- Fixed AppImage for non-ubuntu based linux distribution
1732
1833
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.1.1
4+ VERSION = 6.1.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.1.1
8+ VERSION = 6.1.2
99DEFINES += APP_VERSION =\ \\"$$VERSION\\\"
1010QTPLUGIN += QSQLITE
1111
You can’t perform that action at this time.
0 commit comments