Skip to content

Commit 124d71e

Browse files
authored
Release/v2.5.2 (#163)
* Updated changelog * Version bump to v2.5.2
1 parent 20ae394 commit 124d71e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 2.5.2
6+
7+
- Bugfix: Screen capture broken on macOS 13 [(nut-tree/nut.js#469)](https://github.com/nut-tree/nut.js/issues/469)
8+
- Enhancement: Enable newly introduced keys to be used as modifiers [(nut-tree/nut.js#490)](https://github.com/nut-tree/nut.js/issues/490)
9+
- Bugfix: screen.highlight closes Electron window [(nut-tree/nut.js#505)](https://github.com/nut-tree/nut.js/issues/505)
10+
511
## 2.5.1
612
- Bugfix: Fix rounding to mouse move on Window to fix mouse drift [(#126)](https://github.com/nut-tree/libnut-core/issues/126)
713

Diff for: package-lock.json

+2-2
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.5.1",
3+
"version": "2.5.2",
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)