You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
0 commit comments