Skip to content

Commit

Permalink
[rel] release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Feb 2, 2022
1 parent 58337eb commit 9022c1f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# FastTrack changelog

## 6.2.0

### Added
- Added FastTrack command line interface for Windows.

### Changed
- Changed compiler for Windows now using MinGW_64.

### Fixed
- Fixed tray behavior.
- Fixed closing behavior.
- Fixed start-up message behavior.
- Fixed stdout for the cli on Windows.

## 6.1.2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/FastTrack-Cli.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets core gui sql

TEMPLATE = app
VERSION = 6.1.2
VERSION = 6.2.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.1.2
VERSION = 6.2.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
QTPLUGIN += QSQLITE

Expand Down

0 comments on commit 9022c1f

Please sign in to comment.