mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2025-04-17 10:23:44 +01:00
minor version bump
changelog updated, added 1.1.0
This commit is contained in:
parent
cd64693c15
commit
a1cd5caa5b
19
CHANGELOG.md
19
CHANGELOG.md
@ -7,8 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- [ ] Ability to set a profile to load on startup
|
||||
- [ ] Add more substantial example profile config files.
|
||||
- [ ] Allow setting a bus mode from config
|
||||
|
||||
## [1.1.0] - 2022-05-05
|
||||
|
||||
### Added
|
||||
|
||||
- Ability to set a profile to load on startup
|
||||
|
||||
### Changed
|
||||
|
||||
- Add more substantial example profile config files.
|
||||
- Minor version bump
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix a bug where minimize->restore is effecting the window size. Now minwidth 400, not ideal
|
||||
but acceptable compromise.
|
||||
|
||||
## [1.0.0] - 2022-04-27
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name="vmcompact",
|
||||
version="1.0.0",
|
||||
version="1.1.0",
|
||||
author="Onyx and Iris",
|
||||
author_email="code@onyxandiris.online",
|
||||
description="Compact Tkinter Voicemeeter Remote App",
|
||||
|
Loading…
x
Reference in New Issue
Block a user