# Release Notes

## 2026

### Version 1.4.0

Release on March 19th, 2026.

* Add object tracking.
* Separate detection from blurring. See [example](https://github.com/celantur/SDKExample/blob/v1.4.0/detect.cpp).

#### Dependencies

Same as for [#version-1.1.0](#version-1.1.0 "mention").

### Version 1.3.0

Released on January 27th, 2026.

* Remove dependency on protobuf.

#### Dependencies

Same as for [#version-1.1.0](#version-1.1.0 "mention").

## 2025

### Version 1.2.0

Released on October 21st, 2025.

* Beautify blur for bounding boxes.
* SKD supports smaller models.
* TensorRT support.
* Fix bug where tiling and segmentation mask creation crashes the application.

#### Dependencies

Same as for [#version-1.1.0](#version-1.1.0 "mention")

### Version 1.1.0

First public release of Celantur SKD on July 18th, 2025.

* C++ library.
* Inference with ONNX and OpenVINO.
* Blurring of faces, license plates, persons and vehicles.
* Blurring using segmentation mask or bounding boxes.
* Detection metadata as structured data or JSON string.
* Custom tiling.
* Setting detection thresholds.
* Read and save JPEG images.
* Multithreading.
* Video processing plugin.
  * H.254 en- and decoding.
* Deliverable as Docker image or Debian libraries.

#### Dependencies

* Boost v1.84.0
* ONNX v1.20.1
* OpenCV v4.7.0
* TensorRT v10.0.1.6
* Optional: libjpeg-turbo v3.1.0
