Skip to content

Releases: kevinconway/remouseable

Fix SSH to tablet

20 Sep 04:37
9ad73bb
Compare
Choose a tag to compare

At some point the tablets were updated and the default host key
algorithm became ed25519 where it had previously been rsa. The default
list of host key algorithms allowed by the Go SSH client does not
include ed25519 which prevented the client from connecting.

A solution some people used was to SSH into the tablet using the
operating system's client configuration that accepted the tablet's new
key. From there they would generate a new rsa key on the tablet which
then enabled remouseable to connect. This patch prevents the need for
creating a new key to connect, though that may be an effective solution
should the default key types change again in a way that breaks
remouseable.

Add better OSX support

09 Mar 09:39
7890f70
Compare
Choose a tag to compare

This release adds support for the OSX mouse drag event which is expected by certain applications being used on Apple devices such as Onenote.

Added windows build and build instructions

14 Jul 07:11
48ac73e
Compare
Choose a tag to compare
Merge pull request #3 from kevinconway/windows-builds

Add windows build instructions

Embedd robotgo

03 Dec 09:53
2de0717
Compare
Choose a tag to compare
Embedd robotgo Pre-release
Pre-release

This release introduces an embedded version of robotgo that has been stripped down to only the portions needed for mouse control and screen size detection. This is an attempt to make the binaries more portable by removing most of the dependencies other than those that come with the host system by default.

Initial release

19 Oct 22:35
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Single monitor support for Linux workstations.
Unit tested and expected to work for OSX/Windows but not yet tried with an actual device.