File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog][],
6
6
and this project adheres to [ Semantic Versioning] [ ] .
7
7
8
8
9
+ ## [ v0.8.2] ( https://github.com/mishamyrt/nuga-lib/releases/tag/v0.8.2 ) - 2024-05-05
10
+ ### Bug Fixes
11
+ - correctly set none action type
12
+
13
+ ### Refactoring
14
+ - commonize templates
15
+ - rework key bytes packing/unpacking
16
+
17
+ ### Testing
18
+ - add missing short code tests
19
+ - add missing modifiers cases
20
+ - add hid error coverage
21
+ - add missing find tests
22
+
23
+
9
24
## [ v0.8.1] ( https://github.com/mishamyrt/nuga-lib/releases/tag/v0.8.1 ) - 2024-05-02
10
25
### Bug Fixes
11
26
- use correct length for set effects request
@@ -188,7 +203,8 @@ and this project adheres to [Semantic Versioning][].
188
203
189
204
[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
190
205
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
191
- [ Unreleased ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.1...HEAD
206
+ [ Unreleased ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.2...HEAD
207
+ [ v0.8.2 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.1...v0.8.2
192
208
[ v0.8.1 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.0...v0.8.1
193
209
[ v0.8.0 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.7.5...v0.8.0
194
210
[ v0.7.5 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.7.4...v0.7.5
You can’t perform that action at this time.
0 commit comments