# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.celantur.com/sdk/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
