Skip to content

Commit 4c2a11d

Browse files
committed
[rel] release 6.1.2
1 parent 31e9be2 commit 4c2a11d

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

changelog.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
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

@@ -12,7 +27,7 @@
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

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.1.1
4+
VERSION = 6.1.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.1.1
8+
VERSION = 6.1.2
99
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1010
QTPLUGIN += QSQLITE
1111

0 commit comments

Comments
 (0)