update bus mode PATCH endpoint

accepting {mode: value} is a little redundant but I prefer it to modifying the bus endpoint.

added bus mode PATCH example to README

patch bump
This commit is contained in:
2026-04-05 02:26:26 +01:00
parent 6d01b8d2d3
commit a82cbd2bc6
4 changed files with 16 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "vmr-http"
version = "0.3.2"
version = "0.3.3"
description = "HTTP API for controlling Voicemeeter"
readme = "README.md"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]