Skip to content

Commit 4452a8d

Browse files
authored
Release/v2.1.3 (#88)
* Update changelog for v2.1.3 * Release v2.1.3
1 parent 2855678 commit 4452a8d

File tree

3 files changed

+35
-25
lines changed

3 files changed

+35
-25
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.1.3
6+
7+
- Enhancement: Fix undefined behaviour of BufferFinalizer [(#47)](https://github.com/nut-tree/libnut/issues/47)
8+
- Bugfix: Fix for screen highlight window minimized intead close [(PR #77)](https://github.com/nut-tree/libnut/pull/77)
9+
- Enhancement: SendInput for mouse movement on Windows [(#26)](https://github.com/nut-tree/libnut/issues/26)
10+
- Bugfix: Windows Scaling issues: screen functions broken [(nut-tree/nut.js#249)](https://github.com/nut-tree/nut.js/issues/249)
11+
- Enhancement: Support Apple Silicon [(nut-tree/nut.js#306)](https://github.com/nut-tree/nut.js/issues/306)
12+
- Bugfix: Remove scan code KEYUP block [(PR #87)](https://github.com/nut-tree/libnut/pull/87)
13+
514
## 2.1.2
615

716
- Maintenance: Upgrade CI [(#56)](https://github.com/nut-tree/libnut/issues/56)
817
- Enhancement: Fix compiler warnings [(#58)](https://github.com/nut-tree/libnut/issues/58)
918
- Enhancement: Windows: Support for HDPI displays [(#59)](https://github.com/nut-tree/libnut/issues/59)
1019
- Enhancement: macOS: Support for M1 chips [(PR #50)](https://github.com/nut-tree/libnut/pull/50)
1120
- Enhancement: Remove static keyboard delay [(PR #64)](https://github.com/nut-tree/libnut/pull/64)
21+
1222
## 2.1.1
1323

1424
- Enhancement: Snapshot releases [(#4)](https://github.com/nut-tree/libnut/issues/4)

Diff for: package-lock.json

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnut",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "libnut is an N-API module for desktop automation with node",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)