# CHANGELOG

## v0.4.6

* fix: fix Win32 builds

## v0.4.5

* feat: add support for Electron 5, Node 12

## v0.4.4

* hotfix: fix corrupted 0.4.3 release.

## v0.4.3

* feat: ability to build for a single platform/target.

## v0.4.2

* fix: use cmake-js fork to support Electron 4+ on Windows.

## v0.4.1

* fix: use VS C++ for Electron >= v4.

## v0.4.0

* feat: add support for Electron 4.

## v0.3.1

* fix: allow use of iohook.registerShortcut without a 3rd releaseCallback argument.

## v0.3.0

* feat: drop segfault-handler dependency.

## v0.2.6

* feat: add support for Node 10

## v0.2.5

* feat: git@github.com:wilix-team/iohook.git
* fix: fix documentation link.
* chore : repo transfered to wilix-team org.

## v0.2.4

* feat: ability to listen for when a keyboard shortcut has been released
* feat: ability to unregister a shortcut via the shortcut's keys

## v0.2.3

* feat: Bump libuiohook version
* chore: many travis build improvements

## v0.2.2
 * feat: Add support for Node 10 (for real this time...)

## v0.2.1

* feat: Add support for Electron 2.0
* feat: Drop support for node < 6, electron < 1.2

## v0.2.0

* feat: Add modifier keys support
* feat: Add online documentation
* feat: Add tests (reverted for now)

## v0.1.16

* feat: Add support for Electron 2.0
* feat: Add support for NodeJS 10.x
* deprecation: Drop support for Linux ia32 (like NodeJS itself)

## v0.1.15

* feat: Bump libiohook to version 1.1
