sendtext_only kwarg added.

readme, changelog updated.

minor version bump
This commit is contained in:
2023-07-05 02:55:42 +01:00
parent f6d92d1c34
commit 544e0f2a32
5 changed files with 32 additions and 14 deletions

View File

@@ -11,6 +11,16 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x]
## [2.1.0] - 2023-07-05
### Added
- `sendtext_only` kwarg let's you disable incoming rt packets. Essentially the interface will work only in one direction (out).
This is useful if you are only interested in sending script commands out to voicemeeter but don't need to receive parameter states.
By default sendtext_only is False.
## [2.0.0] - 2023-06-25
This update introduces some breaking changes: