Releases: IncPlusPlus/csgo-demo-helper
Releases · IncPlusPlus/csgo-demo-helper
Version 1.1.1
The highlight of this release is 100% test coverage as of #43!!!
Note: There are still some behavior changes that occurred during the process of covering all the code. Most interactions should remain the same.
🐞 Bug Fixes
- Prevent a complete crash when DemoRecordingHelper fails @IncPlusPlus (#40)
- Partial fix for #32 @IncPlusPlus (#46)
📚 Dependencies
- Bump @types/node from 14.14.7 to 14.14.21 @dependabot (#48)
- Bump axios from 0.21.0 to 0.21.1 @dependabot (#42)
- Bump sinon from 9.2.2 to 9.2.3 @dependabot (#44)
🧰 Maintenance
- Final coverage improvements PR @IncPlusPlus (#43)
- Add run IntelliJ run configurations @IncPlusPlus (#47)
- Coverage improvements part 2/3 @IncPlusPlus (#41)
- Add some tests @IncPlusPlus (#27)
For full changes, see the comparison between v1.1.0 and v1.1.1
Version 1.1.0
This release adds two pretty big improvements! One is a whole new feature and one is an improvement in the behavior of DemoRecordingHelper.
🚀 Features
- Allow installation via NPM without Git @IncPlusPlus (#19)
🛠 Improvements
- Mute player before recording the demo @IncPlusPlus (#11)
🧰 Maintenance
- Added dependabot.yml @IncPlusPlus (#9)
- Fixed up package-lock.json @IncPlusPlus (#8)
- Added release drafter and a config for it @IncPlusPlus (#5)
- Add PR Labeler and a config for it @IncPlusPlus (#4)
For full changes, see the comparison between v1.0.0 and v1.1.0
Version 1.0.0
This is the first release!
For everything from downloading, configuring, and running this tool, please see the README.