Skip to content

Commit

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

## 5.2.0

### Fixed
- Fixed crash when the video file contains illegible frames.
- Fixed background computation to take all the frames.

### Added
- Added auto level of the soft tracking parameters.

## 5.1.7

### 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.1.7
VERSION = 5.2.0
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.1.7
VERSION = 5.2.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"


Expand Down

0 comments on commit 1f239fb

Please sign in to comment.