Skip to content

Commit

Permalink
[rel] release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Jan 9, 2022
1 parent cdcd2a6 commit fafccbe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# FastTrack changelog

## 6.1.0

### Changed
- Changed the backend from text files to SQlite database
- Refactored Data, Tracking and Replay class to optimize memory consumption

### Fixed
- Stop the tracking immediately if a fatal error is encountered
- Fixed AppImage for non-ubuntu based linux distribution


## 6.0.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "FastTrack"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "6.0.0"
PROJECT_NUMBER = "6.1.0"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/FastTrack-Cli.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets core gui sql

TARGET = fasttrack-cli
TEMPLATE = app
VERSION = 6.0.1
VERSION = 6.1.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
QTPLUGIN += QSQLITE

Expand Down
2 changes: 1 addition & 1 deletion src/FastTrack.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NO_WEB {
}

TEMPLATE = app
VERSION = 6.0.1
VERSION = 6.1.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
QTPLUGIN += QSQLITE

Expand Down

0 comments on commit fafccbe

Please sign in to comment.