Skip to content

Commit

Permalink
[rel] release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Apr 11, 2021
1 parent 4ace4b2 commit 98bd149
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# FastTrack changelog

## 5.3.0

### Changed
- Refactoring ui with major performance improvement on the display.
- Default style changed.
- Ui settings file architecture.

### Fixed
- Fixed normAngle cfg loading.

## 5.2.4

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

TARGET = fasttrack-cli
TEMPLATE = app
VERSION = 5.2.4
VERSION = 5.3.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

unix:!macx {
Expand Down
2 changes: 1 addition & 1 deletion src/FastTrack.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets webenginewidgets

TARGET = FastTrack
TEMPLATE = app
VERSION = 5.2.4
VERSION = 5.3.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"


Expand Down

0 comments on commit 98bd149

Please sign in to comment.