Autopilot Deno Versions Save

:rocket: Cross-platform desktop automation module for Deno.

v0.1.3

4 years ago

Better performance and code refractors.

v0.1.2

4 years ago

The new release drops support for Deno version less than v1.0.5. Upgrade using: deno upgrade --version 1.0.5

  • Uses new deno_core api
  • Major code refractors

v0.1.1

4 years ago

The new release makes getMonitors cross-platform!

It is now supposed to work on Mac and Windows as well. Yay!

v0.1.0

4 years ago

Newly added features:

  • Desktop notifications using .notify
  • Better tooling and benchmarking techniques

v0.0.9

4 years ago

Adds window management to linux.

See #14

v0.0.8

4 years ago

The new release adds:

  • .getMonitors to get the number of monitors (only Linux)

v0.0.7

4 years ago

The new release:

  • Fixes .mouseMove logs and speed.
  • Partially adds wmctrl window management for Linux

v0.0.6

4 years ago

New features include:

  • Get number of pixels in a point with .screenScale

v0.0.5

4 years ago

New features include:

  • New .pointVisible method to check if point is out of bounds.
  • New .toggleKey method to toggle the state of a key.
  • Code formatting cargo fmt and deno fmt
  • Fix typos

v0.0.4

4 years ago
  • Improved type and tap
  • Get mouse position pixel color .pixelColor
  • Fixed typo in method .mousePosition