Skip to content

Commit ab747be

Browse files
committed
[rel] release 5.2.1
1 parent 1ffaccf commit ab747be

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# FastTrack changelog
22

3+
## 5.2.1
4+
5+
### Fixed
6+
- Fixed normalization parameters convergence.
7+
8+
###Changed
9+
- Changed parameter.param to cfg.toml that will break the loading of old parameter files.
10+
11+
### Added
12+
- Added cfg.toml loading in the Interactive panel.
13+
14+
315
## 5.2.0
416

517
### Fixed

src/FastTrack-Cli.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
1010

1111
TARGET = fasttrack-cli
1212
TEMPLATE = app
13-
VERSION = 5.2.0
13+
VERSION = 5.2.1
1414
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1515

1616
unix:!macx {

src/FastTrack.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
1010

1111
TARGET = FastTrack
1212
TEMPLATE = app
13-
VERSION = 5.2.0
13+
VERSION = 5.2.1
1414
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1515

1616

0 commit comments

Comments
 (0)