Skip to content

v2.0.0

Compare
Choose a tag to compare
@s1hofmann s1hofmann released this 01 Jan 20:52
· 157 commits to develop since this release
  • Feature: Apple Silicon (libnut#49)
  • Enhancement: Enable warning message for missing accessibility permissions on macOS (#354)
  • Enhancement: Add runtime typechecks for screen.find etc. (#351)
  • Bugfix: Fix Windows scaling issue (#349)
  • Maintenance: Refine types (#340)
  • Maintenance: Cleanup deprecated code (#341)
  • Enhancement: Support for mouse capturing games (#168)
  • Feature: Provide functions to convert images between BGR and RGB color mode (#336)
  • Feature: Audio keys support (#233)
  • Enhancement: Configurable interval for waitFor (#312)
  • Bugfix: Apply pixel density scaling on colorAt (#327)
  • Enhancement: Change find signature to only work on Image instances (#329)
  • Enhancement: Adjust assert class to new Screen#find parameter types (#324)
  • Feature: Get screen pixel color (#259)
  • Feature: Add Screen#findAll to enable matching multiple template occurrences (#320)
  • Enhancement: Make Screen#find accept Promise<Image> (#320)
  • Enhancement: Accepting a Buffer with image data for Screen#find (#204)
  • Enhancement: Get rid of adapter layer in favour of providerRegistry (#310)
  • Feature: Provide a default implementation for ImageReader and ImageWriter (#307)
  • Feature: Define interface for mouse movement type (#130)
  • Feature: Separate image matching code (#279)
  • Enhancement: Export FileType (#301)
  • Enhancement: Export ImageWriterParameters (#296)
  • Enhancement: Export provider interfaces (#294)
  • Feature: Introduce a registry for providers (#292)
  • Feature: Add methods to grab the current screen content as Buffer (#278)