We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd5c4f commit e3221d6Copy full SHA for e3221d6
changelog.md
@@ -1,5 +1,13 @@
1
# FastTrack changelog
2
3
+## 6.2.1
4
+
5
+### Added
6
+- Added log file.
7
8
+### Fixed
9
+- Fixed tracking overlay slowdowns.
10
11
## 6.2.0
12
13
### Added
src/FastTrack-Cli.pro
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets core gui sql
TEMPLATE = app
-VERSION = 6.2.0
+VERSION = 6.2.1
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
QTPLUGIN += QSQLITE
src/FastTrack.pro
@@ -5,7 +5,7 @@ NO_WEB {
}
0 commit comments