Skip to content

Commit db1e123

Browse files
committed
Move changelog and code of conduct to root level, remove contributing
1 parent 2637b6f commit db1e123

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/CONTRIBUTING.md

Whitespace-only changes.

core/nut.js/CHANGELOG.md renamed to CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## 4.0.0
6+
7+
- Feature: Add ability to move/focus/resize windows [(#172)](https://github.com/nut-tree/nut.js/issues/172)
8+
- Enhancement: Add support for 'Clear' key on macOS [(PR #520)](https://github.com/nut-tree/nut.js/pull/520)
9+
- Feature: Optional default providers [(#533)](https://github.com/nut-tree/nut.js/issues/533)
10+
- BREAKING: OCR confidence override not working [(nut-tree/plugin-ocr#25)](https://github.com/nut-tree/plugin-ocr/issues/25)
11+
- Enhancement: New 'toHaveColor' Jest matcher [(#547)](https://github.com/nut-tree/nut.js/issues/547)
12+
- Enhancement: Improved error messages for timeouts [(#556)](https://github.com/nut-tree/nut.js/issues/556)
13+
- Maintenance: Migrate nut.js core and its default providers to a monorepo [(PR #560)](https://github.com/nut-tree/nut.js/pull/560)
14+
- Maintenance: Use PlayWright for E2E tests
15+
- Bugfix: `getActiveWindow` returns out-of-bounds coordinates for maximized windows [(#559)](https://github.com/nut-tree/nut.js/issues/559)
16+
- BREAKING: Require minimum node version of 16
17+
518
## 3.1.2
619

720
- Bugfix: Screen capture broken on macOS 13 [(#469)](https://github.com/nut-tree/nut.js/issues/469)
File renamed without changes.

0 commit comments

Comments
 (0)