Skip to content

Releases: FastTrackOrg/FastTrack

Stable release v6.3.3

22 Nov 20:15
db8ddb1
Compare
Choose a tag to compare

FastTrack 6.3.3 Release Notes

We are excited to announce the release of FastTrack version 6.3.3, packed with new features, bug fixes, and improvements to enhance your experience.

Added

  • Community URL: We have added a community URL to facilitate better engagement and collaboration within the FastTrack community.

Fixes

  • Registration Fix: Addressed an issue with the registration process.
  • Minimization Fix: Resolved the problem of FastTrack closing when minimized, providing users with consistent behavior.
  • Deployment CI Fix: Fixed issues related to deployment in continuous integration environments, ensuring smooth deployment processes.
  • CLI for Windows Fix: Addressed a bug affecting the Command Line Interface (CLI) functionality on Windows.

Refactor

  • UI QActions Refactor: Improved the UI QActions for better code organization and maintainability.
  • Readme and Documentation Update: Updated the readme and documentation to provide comprehensive and up-to-date information on FastTrack features and usage.

We appreciate your ongoing support and feedback. Feel free to reach out to us with any questions or concerns, and happy tracking with FastTrack 6.3.3!

Stable release v6.3.2

24 Jul 19:31
4fdfda5
Compare
Choose a tag to compare
[rel] release 6.3.2

Stable release v6.3.1

14 Apr 11:01
acd6c56
Compare
Choose a tag to compare

FastTrack 6.3.1 comes with several improvement:

  • Image autoscaling at opening.
  • Fixed cfg.toml file formatting.

Stable release v6.3.0

30 Jan 16:04
1cb9fd9
Compare
Choose a tag to compare

FastTrack 6.23.0 comes with a major improvement:

  • Changed display to a QGraphicsView for better zoom and pan handling.

And minors updates:

  • Added drag and drop.
  • Updated to OpenCV 4.7.0.
  • Updated to Qt 6.4.2
  • Removed unused OpenMP dependency.

Stable release v6.2.7

17 Jun 14:30
227b351
Compare
Choose a tag to compare

FastTrack 6.2.7 comes with several improvements:

  • Added UI translation capability.
  • Fixed deprecated API.
  • Fixed string translation.
  • Fixed qApp calls.
  • Refactored UI.
  • Refactored CI.
  • Refactored tracking class.
  • Changed QMap to QHash.
  • Removed deprecated StatAnalysis class.

Stable release v6.2.6

02 May 17:27
eedf8df
Compare
Choose a tag to compare

FastTrack version 6.2.6 comes with several changes:

  • New version download button.
  • Stat_analysis feature preview.
  • Update to Qt 6.3.0
  • Remove qwebengine requirement.
  • Enhanced check for updates.

Stable release v6.2.5

17 Mar 20:09
d8e235a
Compare
Choose a tag to compare

FastTrack version 6.2.5 comes with a major optimization for Windows:

Stable release v6.2.4

27 Feb 21:15
038416f
Compare
Choose a tag to compare

FastTrack version 6.2.4 comes with optimization improvement

Fixed

Added

  • UI geometry and state saving.

Stable release v6.2.3 -- Hotfix

24 Feb 19:09
4e23377
Compare
Choose a tag to compare

FastTrack version 6.2.3 comes as a hotfix

Fixed

  • Fixed crop functionality not working in Interactive tracking.

Added

  • Added background status in Interactive tracking.

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.