Skip to content

Commit

Permalink
Release/v2.4.0 (#150)
Browse files Browse the repository at this point in the history
* Updated gitignore

* Updated changelog for v2.4.0

* Version bump to 2.4.0

* Version bump to 2.4.0
  • Loading branch information
s1hofmann authored Jan 14, 2023
1 parent fa87d39 commit 2903c41
Show file tree
Hide file tree
Showing 4 changed files with 885 additions and 1,811 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ node_modules/
prebuilds/
.idea
.vscode
.cache
cmake-build-debug
.DS_Store
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2.4.0

- Bugfix: Fix `ReferenceError: b is not defined` [(PR#148)](https://github.com/nut-tree/libnut/pull/148)
- Enhancement: Improved permission handling on macOS [(#141)](https://github.com/nut-tree/libnut/issues/141)
- Bugfix: Limit calls to SetThreadDPIAwarenessContext to Windows 10 clients [(#136)](https://github.com/nut-tree/libnut/issues/136)

## 2.3.0

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

0 comments on commit 2903c41

Please sign in to comment.