From b84f42aa227f3fd1b74a7414a1cc17c1c7b435af Mon Sep 17 00:00:00 2001 From: bgallois Date: Sun, 18 Oct 2020 20:14:04 +0200 Subject: [PATCH] [rel] release 5.1.7 --- changelog.md | 6 ++++++ src/FastTrack-Cli.pro | 2 +- src/FastTrack.pro | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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\\\"