mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-18 12:33:34 +00:00
added strip/bus device mixins.
device_prop added to meta README, CHANGELOG updated to reflect changes. minor version bump fixes #3
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -11,6 +11,28 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
|
||||
|
||||
- [x]
|
||||
|
||||
## [0.9.0] - 2022-10-11
|
||||
|
||||
### Added
|
||||
|
||||
- StripDevice and BusDevice mixins.
|
||||
- README updated to reflect changes.
|
||||
- Minor version bump
|
||||
|
||||
### Removed
|
||||
|
||||
- device, sr properties for physical strip, bus moved into mixin classes
|
||||
|
||||
### Changed
|
||||
|
||||
- Event class property setters added.
|
||||
- Event add/remove methods now accept multiple events.
|
||||
- bus levels now printed in observer example.
|
||||
|
||||
### Fixed
|
||||
|
||||
- initialize channel comps in updater thread. Fixes bug when switching to a kind before any level updates have occurred.
|
||||
|
||||
## [0.8.0] - 2022-09-29
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user