All Versions
24
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.0 Changes
- ๐ Bugfix: Keyboard methods
pressKey
andreleaseKey
ignore updated autoDelayMs (#188) - โจ Enhancement: Add mappings for missing numpad keys (#367)
- โจ Enhancement: macOS double click (#373)
- ๐ง Maintenance: Both
mouse.leftClick
andmouse.rightClick
should reuseclick
(#390) - ๐ Feature: New image loader to fetch remote images (#400)
- ๐ Bugfix: Mouse methods
pressButton
andreleaseButton
should respect auto delay (#403)
- ๐ Bugfix: Keyboard methods
-
v2.0.0 Changes
- ๐ 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 onImage
instances (#329) - โจ Enhancement: Adjust
assert
class to newScreen#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
andImageWriter
(#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)
-
v1.6.0 Changes
- ๐ Feature: Create screenshot from region (#154)
- ๐ Bugfix: Endless loop in timeout function for long-running actions returning undefined (#205)
- ๐ง Maintenance: Use default exports for all provider classes (#163)
- โจ Enhancement: imprecise error message if image is too large (#169)
- ๐ Bugfix:
waitFor
does not properly cancel (#174) - ๐ Feature: Enable GitHub Actions (#200)
- โจ Enhancement: Use @nut-tree/libnut@next for snapshot releases (#202)
- โจ Enhancement: Requesting image search outside of screen boundaries fails with runtime error (#195)
-
v1.4.2 Changes
- ๐จ Maintenance: Refactor
locationparameters.class.ts
(#129) - โจ Enhancement: Update npmignore (#128)
- ๐จ Maintenance: Refactor
image-processor.class.ts
(#131) - โจ Enhancement: Update to
[email protected]
(#139) - โจ Enhancement: Add note about macOS permissions to readme (#134)
- โจ Enhancement: Stabilize drag & drop E2E test (#145)
- ๐ Bugfix: Hanging shift key after keyboard input on Windows (#157)
- ๐จ Maintenance: Refactor
-
v1.4.1 Changes
- ๐ Bugfix: Electron + Windows problems (#126)