Skip to content

Commit a715445

Browse files
committed
Changelog and news updates.
1 parent 1453216 commit a715445

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

ChangeLog.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
**JNativeHook 2.0.2**
2-
* Added support for maven.
1+
## ChangeLog
2+
3+
**JNativeHook 2.0.2 (Jun 28, 2015)**
4+
* Added support for Maven central repository.
35
* Added modifier polling to hook start procedure.
46
* Fixed a bug on OS X where the hook would always succeed.
57
* Fixed event timing issues for all platforms.
6-
* Fixed issue with build.property file being included.
8+
* Fixed issue with build.property file being included in the release package.
79
* Various cleanups throughout the code base.
810

911
**JNativeHook 2.0.1 (Mar 21, 2015)**

NEWS.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
## News
22

3-
**JNativeHook 2.0.2 Maintenance Release**
4-
Finally added maven support.
3+
**JNativeHook 2.0.2 Maintenance Release (Jun 28, 2015)**
4+
5+
Maintenance release 2 addresses a few small issues across all supported platforms. The biggest change is the addition of this library to the maven central repository. You should now be able to add JNativeHook to your project via the groupId=com.1stleg and artifactId=jnativehook.
6+
57

68
**JNativeHook 2.0.1 Maintenance Release (Mar 21, 2015)**
9+
710
This release addresses several issues on OS X including a memory leak. Other bug fixes include a missing button number on windows and LTO related compiler issues.
811

12+
913
**JNativeHook 2.0.0 Major Release (Jan 27, 2015)**
14+
1015
Version 2.0 is now officially available. After reviewing the GlobalScreen API, I decided to make a few minor changes. I have removed the GlobalScreen singleton 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 contributed by Aidas Adomkus that will allow you to override the default native library unpacking and loading. You can specify an implementing class with the `jnativehook.lib.locator` property prior to the class being loaded.
1116

17+
1218
**JNativeHook 2.0.0-RC5 General Preview (Jan 02, 2015)**
1319

1420
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)