diff --git a/changelog.md b/changelog.md index e7d1a41..b9b6a49 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # FastTrack changelog +## 5.1.7 + +### Fixed +- Fixed crash when computing the background and moving the timeline. +- Fixed crash when moving the timeline to the last image in the Interactive panel. + ## 5.1.6 ### Fixed diff --git a/src/FastTrack-Cli.pro b/src/FastTrack-Cli.pro index d1f5ba6..6ffeb55 100644 --- a/src/FastTrack-Cli.pro +++ b/src/FastTrack-Cli.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = fasttrack-cli TEMPLATE = app -VERSION = 5.1.6 +VERSION = 5.1.7 DEFINES += APP_VERSION=\\\"$$VERSION\\\" unix:!macx { diff --git a/src/FastTrack.pro b/src/FastTrack.pro index 998b9ba..1ce0388 100644 --- a/src/FastTrack.pro +++ b/src/FastTrack.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = FastTrack TEMPLATE = app -VERSION = 5.1.6 +VERSION = 5.1.7 DEFINES += APP_VERSION=\\\"$$VERSION\\\"