UNPKG

2.24 kBMarkdownView Raw
1# CHANGELOG
2
3## v0.7.2
4
5- fix: Fix macOS and linux prebuilt.
6
7## v0.7.1
8
9- fix: add missing dependency.
10
11## v0.7.0
12
13- feat: Add support for Electron 9+ and Node 12+.
14- fix: drop cmake-js for node-gyp.
15
16## v0.6.6
17
18- feat: Add support for Electron 9.
19
20## v0.6.5
21
22- feat: Add support for Electron 8.
23
24## v0.6.4
25
26- feat: Add support for Node 13.
27- chore: Fix npm vulnerabilities with audit.
28
29## v0.6.3
30
31- fix: depreacated use of objc_msgSend.
32- fix: Update start() types.
33- feat: improve x11 use.
34
35## v0.6.2
36
37- feat: Add support for Electron 7.
38
39## v0.6.1
40
41- fix: Update repo name.
42
43## v0.6.0
44
45- feat: Add support for Electron 6.
46- deprecation: Drop support for electron < 4.X.X .
47
48## v0.5.1
49
50- chore: Use SSL options when dealing with prebuilts.
51
52## v0.5.0
53
54- deprecation: Drop support for node < 8, electron < 1.8
55
56## v0.4.6
57
58- fix: fix Win32 builds
59
60## v0.4.5
61
62- feat: add support for Electron 5, Node 12
63
64## v0.4.4
65
66- hotfix: fix corrupted 0.4.3 release.
67
68## v0.4.3
69
70- feat: ability to build for a single platform/target.
71
72## v0.4.2
73
74- fix: use cmake-js fork to support Electron 4+ on Windows.
75
76## v0.4.1
77
78- fix: use VS C++ for Electron >= v4.
79
80## v0.4.0
81
82- feat: add support for Electron 4.
83
84## v0.3.1
85
86- fix: allow use of iohook.registerShortcut without a 3rd releaseCallback argument.
87
88## v0.3.0
89
90- feat: drop segfault-handler dependency.
91
92## v0.2.6
93
94- feat: add support for Node 10
95
96## v0.2.5
97
98- feat: git@github.com:wilix-team/iohook.git
99- fix: fix documentation link.
100- chore : repo transfered to wilix-team org.
101
102## v0.2.4
103
104- feat: ability to listen for when a keyboard shortcut has been released
105- feat: ability to unregister a shortcut via the shortcut's keys
106
107## v0.2.3
108
109- feat: Bump libuiohook version
110- chore: many travis build improvements
111
112## v0.2.2
113
114- feat: Add support for Node 10 (for real this time...)
115
116## v0.2.1
117
118- feat: Add support for Electron 2.0
119- feat: Drop support for node < 6, electron < 1.2
120
121## v0.2.0
122
123- feat: Add modifier keys support
124- feat: Add online documentation
125- feat: Add tests (reverted for now)
126
127## v0.1.16
128
129- feat: Add support for Electron 2.0
130- feat: Add support for NodeJS 10.x
131- deprecation: Drop support for Linux ia32 (like NodeJS itself)
132
133## v0.1.15
134
135- feat: Bump libiohook to version 1.1
136
\No newline at end of file