From fafccbef9a4711b752c991bb634215374ae95d85 Mon Sep 17 00:00:00 2001 From: bgallois Date: Sun, 9 Jan 2022 15:29:47 +0100 Subject: [PATCH] [rel] release 6.1.0 --- changelog.md | 11 +++++++++++ docs/dev/Doxyfile | 2 +- src/FastTrack-Cli.pro | 2 +- src/FastTrack.pro | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 0b6d606..8686f60 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/docs/dev/Doxyfile b/docs/dev/Doxyfile index 9e9e4f3..21a0c1b 100644 --- a/docs/dev/Doxyfile +++ b/docs/dev/Doxyfile @@ -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 diff --git a/src/FastTrack-Cli.pro b/src/FastTrack-Cli.pro index db78ec1..b03bb5a 100644 --- a/src/FastTrack-Cli.pro +++ b/src/FastTrack-Cli.pro @@ -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 diff --git a/src/FastTrack.pro b/src/FastTrack.pro index 5844ec3..67552b4 100644 --- a/src/FastTrack.pro +++ b/src/FastTrack.pro @@ -5,7 +5,7 @@ NO_WEB { } TEMPLATE = app -VERSION = 6.0.1 +VERSION = 6.1.0 DEFINES += APP_VERSION=\\\"$$VERSION\\\" QTPLUGIN += QSQLITE