Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Mar 9, 2023
1 parent d488db4 commit 760605e
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@

=== input-emulator v0.7 ===
=== input-emulator v0.8 ===



Changes since v0.7:

* Fix mouse scroll feature

* Add --type-delay to start option for keyboard

Makes it possible to configure type delay in milliseconds. Default value
is 15 ms.

* Add mouse test example

* Add mouse and keyboard stress tests

* Update examples

* Fix status print of mouse y-max value

* Use abstract socket for client/server communication

Use abstract socket for client/server communication instead of a socket
file. This way we avoid being unable to start the service because of a
stale socket file being left from a potential crash or if someone killed
the service without proper shutdown.



Expand Down

0 comments on commit 760605e

Please sign in to comment.