Skip to content

Commit b84f42a

Browse files
committed
[rel] release 5.1.7
1 parent 9668a1c commit b84f42a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# FastTrack changelog
22

3+
## 5.1.7
4+
5+
### Fixed
6+
- Fixed crash when computing the background and moving the timeline.
7+
- Fixed crash when moving the timeline to the last image in the Interactive panel.
8+
39
## 5.1.6
410

511
### Fixed

src/FastTrack-Cli.pro

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

1111
TARGET = fasttrack-cli
1212
TEMPLATE = app
13-
VERSION = 5.1.6
13+
VERSION = 5.1.7
1414
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1515

1616
unix:!macx {

src/FastTrack.pro

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

1111
TARGET = FastTrack
1212
TEMPLATE = app
13-
VERSION = 5.1.6
13+
VERSION = 5.1.7
1414
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1515

1616

0 commit comments

Comments
 (0)