update to multi_set, changelog, readme

Now using a nested hash for mult_set

added macrobutton commands to multi_set

updated example changelog and readme to reflect changes

minor version bumped
This commit is contained in:
onyx-and-iris
2021-05-03 12:33:43 +01:00
parent 770b9cf663
commit cbfd7a30f7
4 changed files with 73 additions and 75 deletions

View File

@@ -7,11 +7,18 @@ 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.
## [Unreleased]
- [x] Add gain, comp, limit to Strips
- [x] Update tests to reflect changes
- [x] Add logging + summary for tests
- [x] Add info to README about powershellget, nuget and psgallery
- [x] Support other types of params in multi_set
- [ ]
## [1.4] - 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
- Multi_Set now accepts nested hash
## [1.3] - 2021-04-30
### Added