Skip to content

Commit

Permalink
[rel] release 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Mar 4, 2020
1 parent f667378 commit cfdbdc2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# FastTrack changelog

## 4.9.1

### Changed
- Changed ui design in the Interactive panel.
- Performance optimization
- Added fasttrack-cli (not included in fasttrack-gui release)

### Added
- Added online message display at start-up if necessary

### Fixed
- Ui error that crash the program when opening new tracking analysis in the Replay panel.

## 4.9.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MainWindow : public QMainWindow {
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
QByteArray version = "4.9.0";
QByteArray version = "4.9.1";

private:
Ui::MainWindow *ui; /*!< ui file from Qt designer. */
Expand Down

0 comments on commit cfdbdc2

Please sign in to comment.