add a couple of todos in changelog

fix versioning format
This commit is contained in:
onyx-and-iris 2022-04-30 17:51:49 +01:00
parent 581939d3f0
commit 7f0076fcb9

View File

@ -1,4 +1,5 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@ -6,116 +7,148 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Before any minor/major patch is released all test units will be run to verify they pass. Before any minor/major patch is released all test units will be run to verify they pass.
## [Unreleased] ## [Unreleased] These changes have not been added to PSGallery yet
- [x]
- [x] fix number of macrobuttons
- [] Add fadeto, fadeby methods for strips/buses
- [] Move kinds, profiles into their own modules.
## [2.3.0] - 2021-03-08
## [2.3] - 2021-03-08
### Added ### Added
- mc, k properties added to virtual strips.
- gainlayer properties added to all strips - mc, k properties added to virtual strips.
- busmode and eq_ab properties added to all buses. - gainlayer properties added to all strips
- Added ability to load custom profiles in psd1 format. - busmode and eq_ab properties added to all buses.
- Added hide command to Command class - Added ability to load custom profiles in psd1 format.
- Added recorder module - Added hide command to Command class
- Added recorder tests to higher.tests - Added recorder module
- README and CHANGELOG updated to reflect latest changes. - Added recorder tests to higher.tests
- Version 2.3 added to PSGAllery - README and CHANGELOG updated to reflect latest changes.
- Version 2.3 added to PSGAllery
### Changed ### Changed
- Pester tests refactored
- Pester tests refactored
### Fixed ### Fixed
- eq, eq_ab getters now return boolean values
- fixed bug with command action props
## [2.2] - 2021-01-19 - eq, eq_ab getters now return boolean values
- fixed bug with command action props
## [2.2.0] - 2021-01-19
### Added ### Added
- Add VMRemoteErrors class and subclass other error classes.
- Expose lower level setters and getters as well as polling parameters through Remote class. - Add VMRemoteErrors class and subclass other error classes.
- README and CHANGELOG updated to reflect latest changes. - Expose lower level setters and getters as well as polling parameters through Remote class.
- Version 2.2 added to PSGAllery - README and CHANGELOG updated to reflect latest changes.
- Version 2.2 added to PSGAllery
### Changed ### Changed
- Rework set many parameters so class properties are set through the wrapper instead by VBVMR_SetParameters
- Rework meta module. Separate functions for each member type.
- Update pester tests to reflect latest changes
- Add throw LoginError if multiple login attempts are made. In testing the session was still crashing, however.
## [2.1] - 2021-01-11 - Rework set many parameters so class properties are set through the wrapper instead by VBVMR_SetParameters
- Rework meta module. Separate functions for each member type.
- Update pester tests to reflect latest changes
- Add throw LoginError if multiple login attempts are made. In testing the session was still crashing, however.
## [2.1.0] - 2021-01-11
### Added ### Added
- Special command lock
- Special command showvbanchat - Special command lock
- vban.enable command added (toggle vban) - Special command showvbanchat
- README and CHANGELOG updated to reflect latest changes. - vban.enable command added (toggle vban)
- Version 2.1 added to PSGAllery - README and CHANGELOG updated to reflect latest changes.
- Version 2.1 added to PSGAllery
### Changed ### Changed
- Subclass strip and bus classes into physical/virtual buses.
- Subclass strip and bus classes into physical/virtual buses.
### Fixed ### Fixed
- Special command showvbanchat now accepts boolean
## [2.0] - 2021-01-06 - Special command showvbanchat now accepts boolean
## [2.0.0] - 2021-01-06
### Added ### Added
- README and CHANGELOG updated to reflect latest changes.
- Version 2.0 added to PSGAllery - README and CHANGELOG updated to reflect latest changes.
- Version 2.0 added to PSGAllery
### Changed ### Changed
- Moved meta functions into own module
- Vban class now custom object comprising of two arrays of subclasses for each stream type - Moved meta functions into own module
- Major version bumped due to changes to vban class - Vban class now custom object comprising of two arrays of subclasses for each stream type
- Pester tests updated to reflect changes. - Major version bumped due to changes to vban class
- Pester tests updated to reflect changes.
### Fixed ### Fixed
- Special commands now throw write only error on read attempt.
## [1.8] - 2021-08-23 - Special commands now throw write only error on read attempt.
## [1.8.0] - 2021-08-23
### Added ### Added
- Added special commands
- Added special commands
### Changed ### Changed
- Add special section to README
- Add special section to README
### Fixed ### Fixed
- Removed unneeded console output
## [1.6] - 2021-06-06 - Removed unneeded console output
## [1.6.0] - 2021-06-06
### Added ### Added
- Add vban commands
- Added meta functions for bus/strip attrs - Add vban commands
- Added meta functions for bus/strip attrs
### Changed ### Changed
- Update tests to reflect changes
- Add vban section to README - Update tests to reflect changes
- Add vban section to README
### Fixed ### Fixed
- Run 64bit exe for potato version if on 64bit OS
## [1.5] - 2021-05-11 - Run 64bit exe for potato version if on 64bit OS
### Added
- Fetch dll path through registry (support for 32 and 64 bit) ## [1.5.0] - 2021-05-11
- Add strip/bus commands section to README
- Add label name command to Strips
## [1.4] - 2021-05-03
### Added ### Added
- Add gain, comp, limit to Strips
- Update tests to reflect changes - Fetch dll path through registry (support for 32 and 64 bit)
- Add logging + summary for tests - Add strip/bus commands section to README
- Add info to README about powershellget, nuget and psgallery - Add label name command to Strips
- Support other types of params in multi_set
## [1.4.0] - 2021-05-03
### Added
- Add gain, comp, limit to Strips
- Update tests to reflect changes
- Add logging + summary for tests
- Add info to README about powershellget, nuget and psgallery
- Support other types of params in multi_set
### Changed ### Changed
- Multi_Set now accepts nested hash
## [1.3] - 2021-04-30 - Multi_Set now accepts nested hash
## [1.3.0] - 2021-04-30
### Added ### Added
- Updated README to include Installation instructions.
- Added FROM_SOURCE.md to explain alternative loading of scripts if directly
downloaded.
- Set_Multi command for setting many parameters at once.
- Updated README to include Installation instructions.
- Added FROM_SOURCE.md to explain alternative loading of scripts if directly
downloaded.
- Set_Multi command for setting many parameters at once.
## [1.0] - 2021-04-29 ## [1.0.0] - 2021-04-29
- Added module to PSGAllery
- Added module to PSGAllery