2 Commits

Author SHA1 Message Date
c437ae5843 rename entry points 2025-01-29 15:55:24 +00:00
ae59ba30f9 add 1.9.8 section to CHANGELOG 2025-01-22 16:46:25 +00:00
2 changed files with 10 additions and 3 deletions

View File

@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [ ] - [ ]
## [1.9.8] - 2025-01-22
### Changed
- vm-compact config dirs now override _internal/configs (if using build from releases). See [TOML Files](https://github.com/onyx-and-iris/voicemeeter-compact?tab=readme-ov-file#toml-files) section in README.
- after disconnecting from a vban connection, vban menus are re-enabled after 500ms.
## [1.9.5] - 2024-07-03 ## [1.9.5] - 2024-07-03
### Changed ### Changed

View File

@@ -16,9 +16,9 @@ dependencies = [
] ]
[project.scripts] [project.scripts]
gui-basic = "vmcompact.gui.basic:run" gui-basic-compact = "vmcompact.gui.basic:run"
gui-banana = "vmcompact.gui.banana:run" gui-banana-compact = "vmcompact.gui.banana:run"
gui-potato = "vmcompact.gui.potato:run" gui-potato-compact = "vmcompact.gui.potato:run"
[tool.poetry] [tool.poetry]
packages = [{ include = "vmcompact" }] packages = [{ include = "vmcompact" }]