# Release notes

## 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/2.0.7/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.
