minor version bump

changelog updated, added 1.1.0
This commit is contained in:
onyx-and-iris 2022-05-05 11:13:54 +01:00
parent cd64693c15
commit a1cd5caa5b
2 changed files with 18 additions and 3 deletions

View File

@ -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

View File

@ -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",