Skip to content

Commit 0410955

Browse files
committed
[rel] release 5.2.3
1 parent 267d502 commit 0410955

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

changelog.md

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

3+
## 5.2.3
4+
5+
### Fixed
6+
- Fixed Replay panel objects' selection not working inside the Interactive panel.
7+
- Fixed configuration loading in the Interactive panel.
8+
- Update Qt for Windows and Mac to the latest LTS.
9+
10+
### Added
11+
- Added errors message and log.
12+
13+
### Changed
14+
- Changed behavior when images are not readable, they are now skipped and index added to the error log and message.
15+
316
## 5.2.2
417

518
### 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.2
13+
VERSION = 5.2.3
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.2
13+
VERSION = 5.2.3
1414
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1515

1616

0 commit comments

Comments
 (0)