Releases: guillaumevpayet/remote-numpad-server
v1.5.2: Removed MacOS binary
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
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
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
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
This release is the rewrite of the server in Kotlin. It has better performance and is more stable.