Skip to content

Commit 8c157e4

Browse files
committed
Update NEWS.md
1 parent c54b772 commit 8c157e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## News
22

3+
**JNativeHook 2.0.0 Major Release (Jan 27, 2015)**
4+
Version 2.0 is now offically avaiable. After reviewing the GlobalScreen API, I decided to make a few minor changes. I have removed the GlobalScreen singlton and convert all object methods to static methods. Additionally the `DefaultDispatchService` was externalized to its own public class and a new `SwingDispatchService` was added for those working with swing. There is also an all new `NativeLibraryLocator` interface contribued by Aidas Adomkus that will allow you to override the default native libary unpacking and loading. You can specifiy an implemetning class with the `jnativehook.lib.locator` property prior to the class being loaded.
5+
36
**JNativeHook 2.0.0-RC5 General Preview (Jan 02, 2015)**
47

58
Version 1.2 has now been bumped to 2.0 ahead of the official release. Sorry for the late version change. I didn't feel like it was appropriate to keep this in the 1.X branch because it shares almost no code in common. The fifth release candidate addresses two small issues that have resulted in some radical changes to the code base.

0 commit comments

Comments
 (0)