# Release notes

## 2.7.4&#x20;

### ✨ New Features & Improvements&#x20;

* We’ve added the ability to **customize your detections** through the new redact too&#x6C;**.** It allows you to **edit detections** in your images or videos — you can **adjust, add, or remove** them as needed.

## 2.5.4&#x20;

### ✨ New Features & Improvements&#x20;

* An audio removal option is now available for your videos.You can choose to remove the audio track to enhance the protection of any personal data that may have been recorded during video capture.&#x20;

## 2.4.7&#x20;

### ✨ New Features & Improvements&#x20;

* The ZIP format is now supported. You can upload ZIP files containing images and/or videos; their contents will be automatically processed to simplify the anonymization of large data volumes.&#x20;

## 2.2.0

### ✨ New Features & Improvements

* **Improved Detection**: Integration of a **new AI model** that significantly enhances the **accuracy and speed of face and license plate detection**. Reducing false positives.

## 2.1.0

### ✨ New Features & Improvements

* **Updated Torch-CUDA Version**: Upgraded `torch-cuda` to version **2.5.1+cu124** to ensure compatibility with the latest CUDA updates and improve performance.

## 2.0.9

**Permission Updates**: The following processes are now configured to use **UID 1200** and **GID 1200**:

* **Blur Worker**
* **Directory Worker**
* **Manager API**

### Technical Details

* These updates improve permission management and enhance security for service execution.
* **Why UID/GID 1200?** This choice ensures compatibility across different systems and avoids conflicts with system-reserved or commonly used IDs. It provides a dedicated user/group for these services, improving security and isolation.

## 2.0.8

### New Features & Improvements

* Added asynchronous CPU and GPU processing to improve performance.
* Introduced a new feature to clear the GPU cache for better resource management.

## 2.0.7

### ✨ New Feature: Intuitive Dashboard for Task & Consumption Tracking

We’ve added a **Dashboard** page to give you a clear overview of service usage and resource consumption.

#### 🔹 Key Features:

📊 **Service Usage** – Total API calls, daily & monthly breakdown\
📉 **Consumption Tracking** – Data usage (MB) per day & month\
📆 **Dynamic Charts** – Yearly & monthly trends for better insights

## 2.0.6

Starting from this version, custom port configuration has been removed. Applications are now accessible exclusively through the standard ports **80** (HTTP) and **443** (HTTPS). Use the dedicated paths `/api` and `/flower` to access the API and the Flower

## 2.0.2

### **New Features:**

* SSL configuration for cloud version

**Hotfixes:**

* **Web App:** Improved input validation to allow spaces in the input path.
* **BlurIt Model:** Resolved an issue with handling videos with low FPS.

## 2.0.1

### ✨ **New Features:**

* Added HTTP Basic Authentication for the web application, enhancing security.

## 2.0

### ✨ **New Features:**

* **High-Performance Algorithm** : This new algorithm delivers enhanced computing power and speed, resulting in better overall performance for your tasks.&#x20;
* **Lightweight Model :** In addition to the high-performance algorithm, we’ve introduced a smaller, more efficient model that uses **less GPU RAM**, making it ideal for environments with limited resources. Despite its compact size, it still provides robust results, ensuring you don't have to compromise on accuracy or efficiency.

## 1.1.0:

* CLI configuration all in one

## 1.0.0:

* installation script
* NEW CLI
* fix: not processing image or video with uppercase extension (e.g. image.PNG)


---

# 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-op.blurit.io/blurit-on-premise/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.
