---
title: "CVC | Version 15.00 released"
canonical: "https://docs.cuesystem.com/space/NEWS/474841145/CVC%20%7C%20Version%2015.00%20released"
format: markdown
---
---

We've just released a new version of Cue Visual Composer

that brings some new features and bug fixes.

---

![image](media://148ccb52-65dd-4e13-bf3f-766fe91e5522)

# **What is new in CVC 15.00**

This new version of CVC brings new features as well as usual improvements.

---

### The new main features are:

## Firmwares

- Support for **video playback** and new video codecs (H.264, H.265, and others) in panels with iMX8MM CPU (panel revisions R22 and higher).
- Support for getting **IPv6** settings from the router on most CUEunits. Disabled by default.
- Support of private key with a length of **4096 bits for SCEP certificate**.

## XPL commands and events

- New commands** _Video.IsPlaying**, **_Video.GetPlayingTime** and **_Video.IsPlaying** on panels with iMX8MM CPU (panel revisions R22 and higher).
- New event **_Video.OnPlaybackStop** on panels with iMX8MM (panel revisions R22 and higher).
- New command **HttpClient.SetSession**, which turns on session mode (remembering cookies between HTTP requests on the channel).
- Extension of **SetHTTPHeaderField** command (adds items to HTTP header) & added support for endpoints starting with /ajax/ and for endpoints from the entire "subdirectory".
- The command **HttpGet** returns the received response even if it returns False (server returned HTTP error code different from 2xx error code).
- **HttpClient fix** - added HTTP/1.0 protocol support in HttpClient commands. If the HTTP server only supports the HTTP/1.0 protocol, it can send data without specifying its length and without specifying Connection: close.
- Fix of the **HttpGet **command - now it correctly sets the last error to 234 even if the HTTP server returns HTTP error code 401 straight away.

##  CVC

- Change in the **installation package** - the installation is in a ZIP archive, which contains an installation EXE file and a 7z archive with firmware. When starting the installation EXE file, it is determined whether the 7z archive with firmware is available. If a firmware archive is available, it will be used. If it is not available, it will be automatically downloaded from the cloud.
- Support for **displaying lines** in the source code editor (set in Tools/Options/XPL editor).
- **Indication of unsaved changes** - if the source code of the module is edited, the character ***** will appear in the tab, which indicates that the editing has taken place, but has not yet been saved.

![image](media://7e879cde-060b-47af-afb7-02c896929dcd)

- **Help preview** moved to a separate process - if the help viewer from Microsoft causes a crash, only the help window will crash, not the CVC.
- **Improved deletion **of resource data & checking if the deleted resource data is used in any property. If they are used, a dialog will open with this information and it is possible to cancel the deletion.
- **Improvement of resource data insertion** - if data of the same name already exists in the destination, it is possible to perform data replacement or insert data under a new name. Previously, data was automatically inserted under a new name.

---

## [Download the new version](https://cuesystem.com/EN/Downloads)

---

### Created: 2022-07