Skip to content

Releases: Animeshz/keyboard-mouse-kt

Release 0.3.3

Choose a tag to compare

@Animeshz Animeshz released this 17 Feb 14:39

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

Release 0.3.2

Choose a tag to compare

@Animeshz Animeshz released this 14 Feb 04:42
3f3a00c

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

Release 0.3.1

Choose a tag to compare

@Animeshz Animeshz released this 04 Feb 10:38
19b1070

Adds NodeJS support with #15

Release 0.2.4

Choose a tag to compare

@Animeshz Animeshz released this 19 Jan 16:04

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

Release 0.2.3

Choose a tag to compare

@Animeshz Animeshz released this 18 Jan 14:43

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

Release 0.2.2

Choose a tag to compare

@Animeshz Animeshz released this 11 Jan 11:58

This release includes:

  • Separate out docs in webpage
  • Add Java integration

Release 0.2.1

Choose a tag to compare

@Animeshz Animeshz released this 09 Jan 09:39

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

Choose a tag to compare

@Animeshz Animeshz released this 08 Jan 16:25
94813ad

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

Choose a tag to compare

@Animeshz Animeshz released this 05 Jan 14:08

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

Release 0.1.1

Choose a tag to compare

@Animeshz Animeshz released this 05 Jan 14:07
7ce33be

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