Skip to content

Commit 5a5b4c6

Browse files
committed
[rel] release 5.3.5
1 parent eb09e0c commit 5a5b4c6

File tree

3 files changed

+26
-17
lines changed

3 files changed

+26
-17
lines changed

changelog.md

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,53 @@
11
# FastTrack changelog
22

3+
## 5.3.5
4+
5+
### Added
6+
- Added system tray
7+
8+
### Fixed
9+
- Fixed outdated urls
10+
311
## 5.3.4
12+
413
### Added
5-
- TD2 dataset page
14+
- Added TD2 dataset page
615

716
### Fix
8-
- Fix theme
9-
- Linux standardized desktop metainfo and binary
17+
- Fixed theme
18+
- Fixed Linux standardized desktop metainfo and binary
1019

1120
## 5.3.3
1221

1322
### Fixed
14-
- Fix video sequence opening
15-
- Fix documentation tab
23+
- Fixed video sequence opening
24+
- Fixed documentation tab
1625

1726
### Added
18-
- Add FastTrack light version
27+
- Added FastTrack light version
1928

2029
## 5.3.2
2130

2231
### Changed
2332
- Performance improvement in tracking data correction.
2433

2534
### Fixed
26-
- Fix annotation
35+
- Fixed annotation
2736

2837
### Added
29-
- Add waiting cursor at loading.
30-
- Add loading of previous analysis.
38+
- Added waiting cursor at loading.
39+
- Added loading of previous analysis.
3140

3241
## 5.3.1
3342

3443
### Fixed
35-
- Memory leaks in Replay.
36-
- Crop in interactive.
44+
- Fixed memory leaks in Replay.
45+
- Croped in interactive.
3746

3847
## 5.3.0
3948

4049
### Changed
41-
- Refactoring ui with major performance improvement on the display.
50+
- Refactored ui with major performance improvement on the display.
4251
- Default style changed.
4352
- Ui settings file architecture.
4453

@@ -49,15 +58,15 @@
4958

5059
### Fixed
5160
- ROI loading from cfg file.
52-
- Crashing when accessing image.
53-
- Clearer error when input background image not matching video size.
61+
- Fixed crashing when accessing image.
62+
- Cleared error when input background image not matching video size.
5463

5564
## 5.2.3
5665

5766
### Fixed
5867
- Fixed Replay panel objects' selection not working inside the Interactive panel.
5968
- Fixed configuration loading in the Interactive panel.
60-
- Update Qt for Windows and Mac to the latest LTS.
69+
- Updated Qt for Windows and Mac to the latest LTS.
6170

6271
### Added
6372
- Added errors message and log.

src/FastTrack-Cli.pro

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

55
TARGET = fasttrack-cli
66
TEMPLATE = app
7-
VERSION = 5.3.4
7+
VERSION = 5.3.5
88
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
99

1010
unix:!macx {

src/FastTrack.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NO_WEB {
77
}
88

99
TEMPLATE = app
10-
VERSION = 5.3.4
10+
VERSION = 5.3.5
1111
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1212

1313

0 commit comments

Comments
 (0)