From b291c3a47795311875757bbec128f44bed1a9793 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Feb 2026 20:36:54 +0000 Subject: [PATCH] minor version bump --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6eec97..06faf02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +## [2.6.0] - 2026-02-26 + +### Added + +- support for packet with [ident:1](https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/3be2c1c36563afbd6df3da8436406c77d2cc1f10/VoicemeeterRemote.h#L982) in VBAN TEXT subprotocol. + - This includes Strip 3D, PEQ, comp, gate, denoiser and pitch parameters. + ## [2.5.2] - 2025-01-25 ### Changed diff --git a/pyproject.toml b/pyproject.toml index fd933ca..73cab6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vban-cmd" -version = "2.5.2" +version = "2.6.0" description = "Python interface for the VBAN RT Packet Service (Sendtext)" authors = [{ name = "Onyx and Iris", email = "code@onyxandiris.online" }] license = { text = "MIT" }