From ea6a41bf4f4105d762d223511d48e44326089ed1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 12 Apr 2026 22:40:29 +0100 Subject: [PATCH] add 2.1.1 to CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e4a4c..5954257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,14 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass ## [Unreleased] -- [x] +- [x] + +## [2.1.1] - 2026-04-12 + +### Added + +- {Bus}.Sel()/{Bus}.SetSel() and {Bus}.Monitor()/{Bus}.SetMonitor(). [PR #9](https://github.com/onyx-and-iris/voicemeeter/pull/9) + ## [2.1.0] - 2024-07-01 @@ -18,6 +25,7 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - Added a configurable login timeout in seconds (defaults to 2). - Option function added for overriding the type of Voicemeeter GUI runVoicemeeter() will launch. - Explanation of Option functions added to README. +- {Recorder}.Gain. [PR #4](https://github.com/onyx-and-iris/voicemeeter/pull/4) ### Changed