Skip to content

Commit 8cc67b6

Browse files
authored
Update CHANGELOG.md (#72)
1 parent 1c91173 commit 8cc67b6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
0.8.0
2+
---
3+
4+
* Update go.mod
5+
6+
0.7.0
7+
---
8+
9+
* Keycodes by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/53
10+
* Rename keycodes/jp to keycodes/japanese by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/55
11+
* Change the timing for deactivating Combos by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/56
12+
* Fix and improve var names by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/57
13+
* Replace magic numbers with the enum names used in via and vial by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/58
14+
* Add support for MediaKeys (Mute, Stop, Play) by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/59
15+
* Improve to avoid heap allocation by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/60
16+
* Add implementation for Mod-Tap and Modifier Keys by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/61
17+
* Fix index-out-of-range by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/62
18+
* Fix an issue where the `OutputKey` was incorrect when multiple Combos were configured by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/63
19+
* Fix the press order when cancelling Combos by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/64
20+
* Add an interface to configure Combos by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/65
21+
* Set macros programmatically by @sago35 in https://github.com/sago35/tinygo-keyboard/pull/68
22+
* Add italian keycodes by @giuseongit in https://github.com/sago35/tinygo-keyboard/pull/70
23+
124
0.6.0
225
---
326

0 commit comments

Comments
 (0)