Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhat committed Jan 28, 2015
1 parent c54b772 commit 8c157e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## News

**JNativeHook 2.0.0 Major Release (Jan 27, 2015)**
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.

**JNativeHook 2.0.0-RC5 General Preview (Jan 02, 2015)**

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.
Expand Down

2 comments on commit 8c157e4

@White-Oak
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if 2.0 will appear in Maven Central repo.

@kwhat
Copy link
Owner Author

@kwhat kwhat commented on 8c157e4 Mar 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its coming, I just finished a blocker. See: #5

Please sign in to comment.