@@ -6,6 +6,34 @@ The format is based on [Keep a Changelog][],
6
6
and this project adheres to [ Semantic Versioning] [ ] .
7
7
8
8
9
+ ## [ v0.9.0] ( https://github.com/mishamyrt/nuga-lib/releases/tag/v0.9.0 ) - 2024-05-26
10
+ ### Bug Fixes
11
+ - clarify device response check
12
+ - improve simulation error handling
13
+ - avoid backlight colors out of bounds
14
+ - avoid possible custom color out of bounds
15
+ - correctly set win keys on simulation
16
+
17
+ ### CI
18
+ - ignore examples
19
+
20
+ ### Features
21
+ - validate response length
22
+ - update simulation
23
+ - update default dumps
24
+ - add response heading assertion
25
+ - format bytes to uppercase
26
+ - refactor features dumping
27
+ - replace keymap apply with bytes dumper
28
+ - allow variable length codes slice
29
+
30
+ ### Refactoring
31
+ - clarify backlight colors payload size
32
+
33
+ ### Testing
34
+ - avoid out of bounds on keymap serialization
35
+
36
+
9
37
## [ v0.8.2] ( https://github.com/mishamyrt/nuga-lib/releases/tag/v0.8.2 ) - 2024-05-05
10
38
### Bug Fixes
11
39
- correctly set none action type
@@ -203,7 +231,8 @@ and this project adheres to [Semantic Versioning][].
203
231
204
232
[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
205
233
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
206
- [ Unreleased ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.2...HEAD
234
+ [ Unreleased ] : https://github.com/mishamyrt/nuga-lib/compare/v0.9.0...HEAD
235
+ [ v0.9.0 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.2...v0.9.0
207
236
[ v0.8.2 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.1...v0.8.2
208
237
[ v0.8.1 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.0...v0.8.1
209
238
[ v0.8.0 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.7.5...v0.8.0
0 commit comments