Skip to content

Commit

Permalink
[rel] release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Nov 13, 2020
1 parent 1ffaccf commit ab747be
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# FastTrack changelog

## 5.2.1

### Fixed
- Fixed normalization parameters convergence.

###Changed
- Changed parameter.param to cfg.toml that will break the loading of old parameter files.

### Added
- Added cfg.toml loading in the Interactive panel.


## 5.2.0

### 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.0
VERSION = 5.2.1
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

TARGET = FastTrack
TEMPLATE = app
VERSION = 5.2.0
VERSION = 5.2.1
DEFINES += APP_VERSION=\\\"$$VERSION\\\"


Expand Down

0 comments on commit ab747be

Please sign in to comment.