Skip to content

Releases: guillaumevpayet/remote-numpad-server

v1.5.2: Removed MacOS binary

02 May 12:10
Compare
Choose a tag to compare

This update is only relevant for MacOS.

The binary distributable for MacOS X had to be removed due to Apple requiring it to be signed.

Similarly, the bluetooth code for Mac was written in native code and also requires to be signed. As a result, the multiplatform .jar does not supports bluetooth connections.

For Windows, version 1.5.1 was attached for convenience.

v1.5.1: Fixed CPU usage

03 Dec 05:41
Compare
Choose a tag to compare

Fixed the high CPU usage.

Also, the Mac server was not working in the last version. It is now.

v1.5.0: Now with installers

23 Nov 23:27
Compare
Choose a tag to compare

This is the first release to come out with installers.

The all-purpose jar is still available. To use it, you will require a working Java installation.

NOTE: You do not need this server if you are only using Remote Numpad via the Bluetooth HID profile.

v1.4.0

24 Feb 12:38
Compare
Choose a tag to compare

This update brings the compatibility with the backspace key. It provides also better stability and performance (by converting threads to Kotlin coroutines).

v1.3.0

23 Sep 04:13
Compare
Choose a tag to compare

This release is the rewrite of the server in Kotlin. It has better performance and is more stable.