Skip to content

Releases: FastTrackOrg/FastTrack

Stable release v6.2.2

23 Feb 17:15
715ddc6
Compare
Choose a tag to compare

FastTrack version 6.2.2 comes with many minor fixes and optimizations:

Added

  • Enforced FFMPEG backend.
  • Added tests for Windows and macOS.
  • Added clang clazy and tidy code checks.

Fixed

  • Fixed convergence criterion in AutoLevel.
  • Fixed VideoReader behavior.
  • Fixed several minor memory leaks in the UI.
  • Fixed ctor parent argument for QObject.
  • Fixed move and assignment move ctor to follow cppcoreguidelines.

Optimized

  • Optimized qstring-allocations.
  • Optimized Data reading.
  • Optimized image display.
  • Optimized args-by-ref and args-by-value.

Changed

  • Update to Qt6.2.3 LTS.

Stable release v6.2.1

08 Feb 19:13
e3221d6
Compare
Choose a tag to compare

FastTrack version 6.2.1 comes with several minor fixes and modifications:

  • Optimization in the tracking Replay.
  • Log file generation to simplify error reporting.

Stable release v6.2.0

02 Feb 09:23
9022c1f
Compare
Choose a tag to compare

FastTrack version 6.2.0 comes with two major improvements for Windows user:

  • FastTrack-Cli is now available natively for Windows.
  • 1.5 tot 2X speed increase compared to previous FastTrack releases.

FastTrack version 6.2.0 comes with several minor fixes and modifications:

  • Fixed tray behavior.
  • Fixed closing behavior.
  • Fixed start-up message behavior.
  • Fixed stdout for the cli on Windows.
  • Changed compiler for Windows now using MinGW_64.
  • Added FastTrack command line interface for Windows

Stable release v6.1.2

18 Jan 19:30
4c2a11d
Compare
Choose a tag to compare

FastTrack version 6.1.2 comes with several fixes and modifications:

  • Fixed error handling for corrupted movies
  • Fixed crash when browsing corrupted movies
  • Fixed compilation flags leading to performance improvement
  • Fixed AppImage
  • Changed error triggering for corrupted movies. Background computation will stop and trigger a fatal error
  • Thread-safe background computation
  • Update to Qt6.2.2 LTS and OpenCV 4.5.5

Due to some changes in external tool infrastructure, Windows users need to uninstall then reinstall FastTrack or change the remote repository URL to "https://www.fasttrack.sh/download/" to update an existing installation.

Stable release v6.1.1

11 Jan 11:47
137e404
Compare
Choose a tag to compare

FastTrack version 6.1.1 comes with a critical fix:

  • Fixed database connection names crossover. Fix the issue #31 and several warnings at closing.

Stable release v6.1.0

10 Jan 10:45
fafccbe
Compare
Choose a tag to compare

FastTrack version 6.1.0 comes with major modifications:

  • FastTrack now uses an SQLite database to store tracking data and parameters for Interactive and Replay functionalities. Batch and Cli tracking still use a config.toml file to input tracking parameters.
  • Output data can be retrieved directly from the SQLite tracking.db file.
  • Major improvement in RAM consumption.
  • Performance improvement on the Replay for a large number of objects.

Stable release v6.0.1

10 Dec 17:29
04d6d7b
Compare
Choose a tag to compare

FastTrack version 6.0.1 comes with several modifications:

  • Update Qt and OpenCV for Windows
  • Fixed AppImage
  • Fixed icon display in the system tray
  • Remove analytic

Stable release v6.0.0

17 Oct 16:10
40b1d20
Compare
Choose a tag to compare

FastTrack version 6.0.0 comes with several modifications:

  • Improvements

    • Updated to Qt version 6 to benefit from the latest features.
    • Improved the overall continuous build process, leveraging the power of aqtinstall.
    • Improved Windows continuous build to simplify the packaging.
  • Drawbacks

    • Dropped native support to Linux system using glibc <2.28. Qt6 and FastTrack have to be compiled from source for these systems.
    • Changed the public API due to the fusion of QList and QVector. FastTrack >=6.0.0 can't be compiled using Qt <=6.2.0.
    • Compatibility issues with outdated systems.

NOTE

There will be a total compatibility between tracking analysis from version >5.0.0 and >6.0.0.


Alpha release FastTrack v6.0.0a

14 Oct 12:15
3fe7cf2
Compare
Choose a tag to compare
Pre-release

FastTrack version 6.0.0 comes with several modifications:

  • Improvements

    • Updated to Qt version 6 to benefit from the latest features.
    • Improved the overall continuous build process, leveraging the power of aqtinstall.
    • Improved Windows continuous build to simplify the packaging.
  • Drawbacks

    • Dropped native support to Linux system using glibc <2.28. Qt6 and FastTrack have to be compiled from source for these systems.
    • Changed the public API due to the fusion of QList and QVector. FastTrack >=6.0.0 can't be compiled using Qt <=6.2.0.
    • Compatibility issues with outdated systems.

NOTE

There will be a total compatibility between tracking analysis from version >5.0.0 and >6.0.0.


  • Deployment roadmap

    • Unit testing.
    • Binary production on supported platforms.
    • Stability testing on Windows and Mac platforms.

Stable release v5.3.5

11 Oct 17:09
5a5b4c6
Compare
Choose a tag to compare

FastTrack version 5.3.5 comes with several improvements:

  • Added system tray integration.
  • Added system alerts.
  • Fixed outdated urls.