mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00: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]
|
## [Unreleased]
|
||||||
|
|
||||||
- [ ] Ability to set a profile to load on startup
|
- [ ] Allow setting a bus mode from config
|
||||||
- [ ] Add more substantial example profile config files.
|
|
||||||
|
## [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
|
## [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(
|
setuptools.setup(
|
||||||
name="vmcompact",
|
name="vmcompact",
|
||||||
version="1.0.0",
|
version="1.1.0",
|
||||||
author="Onyx and Iris",
|
author="Onyx and Iris",
|
||||||
author_email="code@onyxandiris.online",
|
author_email="code@onyxandiris.online",
|
||||||
description="Compact Tkinter Voicemeeter Remote App",
|
description="Compact Tkinter Voicemeeter Remote App",
|
||||||
|
Loading…
Reference in New Issue
Block a user