diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f0741..ed67db6 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/setup.py b/setup.py index e4a13c3..b623846 100644 --- a/setup.py +++ b/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",