Skip to content

Commit fafccbe

Browse files
committed
[rel] release 6.1.0
1 parent cdcd2a6 commit fafccbe

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

changelog.md

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

3+
## 6.1.0
4+
5+
### Changed
6+
- Changed the backend from text files to SQlite database
7+
- Refactored Data, Tracking and Replay class to optimize memory consumption
8+
9+
### Fixed
10+
- Stop the tracking immediately if a fatal error is encountered
11+
- Fixed AppImage for non-ubuntu based linux distribution
12+
13+
314
## 6.0.1
415

516
### Changed

docs/dev/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "FastTrack"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "6.0.0"
41+
PROJECT_NUMBER = "6.1.0"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

src/FastTrack-Cli.pro

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

33
TARGET = fasttrack-cli
44
TEMPLATE = app
5-
VERSION = 6.0.1
5+
VERSION = 6.1.0
66
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
77
QTPLUGIN += QSQLITE
88

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.0.1
8+
VERSION = 6.1.0
99
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1010
QTPLUGIN += QSQLITE
1111

0 commit comments

Comments
 (0)