Skip to content

Commit

Permalink
[rel] release 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Oct 11, 2021
1 parent eb09e0c commit 5a5b4c6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
39 changes: 24 additions & 15 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,53 @@
# FastTrack changelog

## 5.3.5

### Added
- Added system tray

### Fixed
- Fixed outdated urls

## 5.3.4

### Added
- TD2 dataset page
- Added TD2 dataset page

### Fix
- Fix theme
- Linux standardized desktop metainfo and binary
- Fixed theme
- Fixed Linux standardized desktop metainfo and binary

## 5.3.3

### Fixed
- Fix video sequence opening
- Fix documentation tab
- Fixed video sequence opening
- Fixed documentation tab

### Added
- Add FastTrack light version
- Added FastTrack light version

## 5.3.2

### Changed
- Performance improvement in tracking data correction.

### Fixed
- Fix annotation
- Fixed annotation

### Added
- Add waiting cursor at loading.
- Add loading of previous analysis.
- Added waiting cursor at loading.
- Added loading of previous analysis.

## 5.3.1

### Fixed
- Memory leaks in Replay.
- Crop in interactive.
- Fixed memory leaks in Replay.
- Croped in interactive.

## 5.3.0

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

Expand All @@ -49,15 +58,15 @@

### Fixed
- ROI loading from cfg file.
- Crashing when accessing image.
- Clearer error when input background image not matching video size.
- Fixed crashing when accessing image.
- Cleared error when input background image not matching video size.

## 5.2.3

### Fixed
- Fixed Replay panel objects' selection not working inside the Interactive panel.
- Fixed configuration loading in the Interactive panel.
- Update Qt for Windows and Mac to the latest LTS.
- Updated Qt for Windows and Mac to the latest LTS.

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

TARGET = fasttrack-cli
TEMPLATE = app
VERSION = 5.3.4
VERSION = 5.3.5
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 @@ -7,7 +7,7 @@ NO_WEB {
}

TEMPLATE = app
VERSION = 5.3.4
VERSION = 5.3.5
DEFINES += APP_VERSION=\\\"$$VERSION\\\"


Expand Down

0 comments on commit 5a5b4c6

Please sign in to comment.