Skip to content

Commit 7ba654c

Browse files
committed
[rel] release 5.1.6
1 parent 3bf8593 commit 7ba654c

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

changelog.md

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

3+
## 5.1.6
4+
5+
### Fixed
6+
- Fixed opening incorrect file crash in the Replay panel.
7+
8+
### Added
9+
- Autoplay with the timeline.
10+
- Privacy settings.
11+
- Added version parameter in the cli.
12+
13+
### Removed
14+
- Removed deprecated play button in the Replay panel.
15+
316
## 5.1.5
417

518
### Fixed

src/FastTrack-Cli.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
1010

1111
TARGET = fasttrack-cli
1212
TEMPLATE = app
13+
VERSION = 5.1.6
14+
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1315

1416
unix:!macx {
1517
DESTDIR=build_cli

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.5
13+
VERSION = 5.1.6
1414
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
1515

1616

0 commit comments

Comments
 (0)