# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.1] - 2026-02-05
### Modified
- Skipping NIF versions for 2.16 (targetting only 2.17 and 2.15)
## [0.2.0] - 2026-02-05
### Modified
- Using a [custom fork](https://github.com/fermuch/trackforge) of trackforge to implement custom fixes.
- Trackers now return all currently tracked items instead of the active ones only.
- A match of a different `class_id` should NOT override a different, already existing, `class_id`.
## [0.1.12] - 2026-01-30
### Added
- `byte_track_update` now uses the Dirty CPU scheduler.
## [0.1.11] - 2026-01-29
### Added
- Exposing all compiled versions to rustler_precompiled package.
## [0.1.10] - 2026-01-29
### Modified
- Running full build.
## [0.1.9] - 2026-01-29
### Modified
- Fixed minor bug in version `0.1.8` and reduced the amount of targets for OTP.
## [0.1.8] - 2026-01-29
### Added
- Added `riscv64gc-unknown-linux-musl` target.
## [0.1.7] - 2026-01-29
### Modified
- Publishing manually to hex.pm.
## [0.1.6] - 2026-01-29
### Modified
- Minor modification to `release.yml`.
## [0.1.5] - 2026-01-29
### Added
- Separated build of binary files & publishing to hex.pm into different steps.
## [0.1.4] - 2026-01-29
### Modified
- Release sent to generate a new binary version of the built files.
## [0.1.3] - 2026-01-29
### Modified
- Updated Cargo build to be compatible with rustler_precompiled.
## [0.1.2] - 2026-01-29
### Added
- Added `rustler_precompiled` to use the lib without `rustler` as a dep.
## [0.1.1] - 2026-01-27
### Added
- Added `ex_doc` to publish in `hex.pm`.
## [0.1.0] - 2026-01-27
### Added
- Initial release
- ByteTrack implementation from trackforge
- Elixir API with configurable settings
- Support for multi-object tracking in real-time
- Rust NIF implementation for high-performance tracking
- Bounding box and detection data structures
- Detection result types with tracking state information
- Configurable thresholds for track initialization, matching, and confidence scoring