Skip to content

Commit 2903c41

Browse files
authored
Release/v2.4.0 (#150)
* Updated gitignore * Updated changelog for v2.4.0 * Version bump to 2.4.0 * Version bump to 2.4.0
1 parent fa87d39 commit 2903c41

File tree

4 files changed

+885
-1811
lines changed

4 files changed

+885
-1811
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ node_modules/
33
prebuilds/
44
.idea
55
.vscode
6+
.cache
7+
cmake-build-debug
8+
.DS_Store

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.4.0
6+
7+
- Bugfix: Fix `ReferenceError: b is not defined` [(PR#148)](https://github.com/nut-tree/libnut/pull/148)
8+
- Enhancement: Improved permission handling on macOS [(#141)](https://github.com/nut-tree/libnut/issues/141)
9+
- Bugfix: Limit calls to SetThreadDPIAwarenessContext to Windows 10 clients [(#136)](https://github.com/nut-tree/libnut/issues/136)
10+
511
## 2.3.0
612

713
- Bugfix: Segmentation Fault when retrieving window title [(nut-tree/nut-js#377)](https://github.com/nut-tree/nut.js/issues/377)

0 commit comments

Comments
 (0)