Skip to content

Releases: Animeshz/keyboard-mouse-kt

Release 0.3.3

17 Feb 14:39
Compare
Choose a tag to compare

Documentation fixes, and renaming of some NodeJS symbol names, to be more precise and stable.

Release 0.3.2

14 Feb 04:42
3f3a00c
Compare
Choose a tag to compare

Adds quick fixes for errors in NodeJS platform, by #17.

Release 0.3.1

04 Feb 10:38
19b1070
Compare
Choose a tag to compare

Adds NodeJS support with #15

Release 0.2.4

19 Jan 16:04
Compare
Choose a tag to compare

Fix bug causing NativeKeyboardHandler.sendEvent(event) to give undefined behavior in Linux.

Release 0.2.3

18 Jan 14:43
Compare
Choose a tag to compare

Fixes bug causing all letters to be caps while using Keyboard.write(string)

Release 0.2.2

11 Jan 11:58
Compare
Choose a tag to compare

This release includes:

  • Separate out docs in webpage
  • Add Java integration

Release 0.2.1

09 Jan 09:39
Compare
Choose a tag to compare

Remove dependency to stately, making the library even more lightweight.
Remove all symbol table and relocation information from the shared libraries (jvm) effectively reducing size less than quarter of previous size.
Fixes JVM not shutting down even after all tasks have been finished.

Release 0.2.0

08 Jan 16:25
94813ad
Compare
Choose a tag to compare

PR #11.

  • Adds support for x86 linux distro.
  • Fixes #10
  • Cleans up public interfacing code (Keyboard.kt)
  • Fixes bug on Windows (Kotlin/Native target).

Release 0.1.2

05 Jan 14:08
Compare
Choose a tag to compare

Adds support for Linux x64 (64 bit) and Windows x86 (32 bit) on JVM.

Release 0.1.1

05 Jan 14:07
7ce33be
Compare
Choose a tag to compare

Fix frozen Windows JVM handler, and a few minor bugs (#9)