update timing adjusted

deregister as observer moved into teardown functions.

check index against num_strip, num_bus in level updates

patch bump
This commit is contained in:
onyx-and-iris
2022-07-07 01:22:57 +01:00
parent 8790e24ff3
commit 4118002b0a
6 changed files with 56 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-compact"
version = "1.0.7"
version = "1.0.8"
description = "A Compact Voicemeeter Remote App"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
@@ -16,7 +16,7 @@ include = ["vmcompact/img/cat.ico"]
python = "^3.11"
sv-ttk = "^0.1"
voicemeeter-api = { version = "^0.2.1", python = "^3.10" }
vban-cmd = { version = "^1.1.0", python = "^3.10" }
vban-cmd = { version = "^1.1.1", python = "^3.10" }
[tool.poetry.dev-dependencies]
black = {version = "^22.6.0", allow-prereleases = true}