2021-04-30 16:30:12 +01:00
|
|
|
# Changelog
|
2022-04-30 17:51:49 +01:00
|
|
|
|
2021-04-30 16:30:12 +01:00
|
|
|
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/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2022-04-30 17:59:02 +01:00
|
|
|
Before any major/minor/patch patch is released all test units will be run to verify they pass.
|
2021-04-30 16:30:12 +01:00
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
## [Unreleased] These changes have not been added to PSGallery yet
|
|
|
|
|
|
|
|
- [x] fix number of macrobuttons
|
2022-04-30 17:53:02 +01:00
|
|
|
- [ ] Add fadeto, fadeby methods for strips/buses
|
|
|
|
- [ ] Move kinds, profiles into their own modules.
|
2022-03-08 23:04:15 +00:00
|
|
|
|
2022-05-01 11:21:10 +01:00
|
|
|
## [2.3.0] - 2022-03-08
|
2022-03-08 23:04:15 +00:00
|
|
|
|
|
|
|
### Added
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- mc, k properties added to virtual strips.
|
|
|
|
- gainlayer properties added to all strips
|
|
|
|
- busmode and eq_ab properties added to all buses.
|
|
|
|
- Added ability to load custom profiles in psd1 format.
|
|
|
|
- Added hide command to Command class
|
|
|
|
- Added recorder module
|
|
|
|
- Added recorder tests to higher.tests
|
|
|
|
- README and CHANGELOG updated to reflect latest changes.
|
|
|
|
- Version 2.3 added to PSGAllery
|
2022-03-08 23:04:15 +00:00
|
|
|
|
|
|
|
### Changed
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- Pester tests refactored
|
2022-03-08 23:04:15 +00:00
|
|
|
|
|
|
|
### Fixed
|
2022-01-19 22:48:26 +00:00
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- eq, eq_ab getters now return boolean values
|
|
|
|
- fixed bug with command action props
|
|
|
|
|
2022-05-01 11:21:10 +01:00
|
|
|
## [2.2.0] - 2022-01-19
|
2022-04-30 17:51:49 +01:00
|
|
|
|
2022-01-19 22:48:26 +00:00
|
|
|
### Added
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- Add VMRemoteErrors class and subclass other error classes.
|
|
|
|
- Expose lower level setters and getters as well as polling parameters through Remote class.
|
|
|
|
- README and CHANGELOG updated to reflect latest changes.
|
|
|
|
- Version 2.2 added to PSGAllery
|
2022-01-19 22:48:26 +00:00
|
|
|
|
|
|
|
### Changed
|
2021-06-06 17:42:20 +01:00
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- 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.
|
|
|
|
|
2022-05-01 11:21:10 +01:00
|
|
|
## [2.1.0] - 2022-01-11
|
2022-04-30 17:51:49 +01:00
|
|
|
|
2022-01-11 17:20:27 +00:00
|
|
|
### Added
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- Special command lock
|
|
|
|
- Special command showvbanchat
|
|
|
|
- vban.enable command added (toggle vban)
|
|
|
|
- README and CHANGELOG updated to reflect latest changes.
|
|
|
|
- Version 2.1 added to PSGAllery
|
2022-01-11 17:20:27 +00:00
|
|
|
|
|
|
|
### Changed
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- Subclass strip and bus classes into physical/virtual buses.
|
2022-01-11 17:20:27 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- Special command showvbanchat now accepts boolean
|
|
|
|
|
2022-05-01 11:21:10 +01:00
|
|
|
## [2.0.0] - 2022-01-06
|
2022-04-30 17:51:49 +01:00
|
|
|
|
2022-01-06 15:29:44 +00:00
|
|
|
### Added
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- README and CHANGELOG updated to reflect latest changes.
|
|
|
|
- Version 2.0 added to PSGAllery
|
2022-01-06 15:29:44 +00:00
|
|
|
|
|
|
|
### Changed
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- Moved meta functions into own module
|
|
|
|
- Vban class now custom object comprising of two arrays of subclasses for each stream type
|
|
|
|
- Major version bumped due to changes to vban class
|
|
|
|
- Pester tests updated to reflect changes.
|
2021-08-23 15:24:05 +01:00
|
|
|
|
2022-01-06 15:29:44 +00:00
|
|
|
### Fixed
|
2021-08-23 15:24:05 +01:00
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- Special commands now throw write only error on read attempt.
|
|
|
|
|
|
|
|
## [1.8.0] - 2021-08-23
|
|
|
|
|
2021-08-23 15:24:05 +01:00
|
|
|
### Added
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- Added special commands
|
2021-08-23 15:24:05 +01:00
|
|
|
|
|
|
|
### Changed
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- Add special section to README
|
2021-08-23 15:24:05 +01:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- Removed unneeded console output
|
|
|
|
|
|
|
|
## [1.6.0] - 2021-06-06
|
|
|
|
|
2021-06-06 17:42:20 +01:00
|
|
|
### Added
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- Add vban commands
|
|
|
|
- Added meta functions for bus/strip attrs
|
2021-06-06 17:42:20 +01:00
|
|
|
|
|
|
|
### Changed
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- Update tests to reflect changes
|
|
|
|
- Add vban section to README
|
2021-06-06 17:42:20 +01:00
|
|
|
|
|
|
|
### Fixed
|
2021-05-11 19:09:57 +01:00
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- Run 64bit exe for potato version if on 64bit OS
|
|
|
|
|
|
|
|
## [1.5.0] - 2021-05-11
|
|
|
|
|
2021-05-11 19:09:57 +01:00
|
|
|
### Added
|
2021-05-03 12:33:43 +01:00
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- Fetch dll path through registry (support for 32 and 64 bit)
|
|
|
|
- Add strip/bus commands section to README
|
|
|
|
- Add label name command to Strips
|
|
|
|
|
|
|
|
## [1.4.0] - 2021-05-03
|
|
|
|
|
2021-05-03 12:33:43 +01:00
|
|
|
### Added
|
2022-04-30 17:51:49 +01:00
|
|
|
|
|
|
|
- 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
|
2021-05-03 12:33:43 +01:00
|
|
|
|
|
|
|
### Changed
|
2021-04-30 16:30:12 +01:00
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- Multi_Set now accepts nested hash
|
|
|
|
|
|
|
|
## [1.3.0] - 2021-04-30
|
|
|
|
|
2021-04-30 16:30:12 +01:00
|
|
|
### Added
|
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- 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.0] - 2021-04-29
|
2021-04-30 16:30:12 +01:00
|
|
|
|
2022-04-30 17:51:49 +01:00
|
|
|
- Added module to PSGAllery
|