File tree 3 files changed +35
-25
lines changed
3 files changed +35
-25
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
14
## 2.1.2
6
15
7
16
- Maintenance: Upgrade CI [ (#56 )] ( https://github.com/nut-tree/libnut/issues/56 )
8
17
- Enhancement: Fix compiler warnings [ (#58 )] ( https://github.com/nut-tree/libnut/issues/58 )
9
18
- Enhancement: Windows: Support for HDPI displays [ (#59 )] ( https://github.com/nut-tree/libnut/issues/59 )
10
19
- Enhancement: macOS: Support for M1 chips [ (PR #50 )] ( https://github.com/nut-tree/libnut/pull/50 )
11
20
- Enhancement: Remove static keyboard delay [ (PR #64 )] ( https://github.com/nut-tree/libnut/pull/64 )
21
+
12
22
## 2.1.1
13
23
14
24
- Enhancement: Snapshot releases [ (#4 )] ( https://github.com/nut-tree/libnut/issues/4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libnut" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.1.3 " ,
4
4
"description" : " libnut is an N-API module for desktop automation with node" ,
5
5
"main" : " index.js" ,
6
6
"typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments