Skip to content

Commit

Permalink
Move changelog and code of conduct to root level, remove contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 19, 2024
1 parent 2637b6f commit db1e123
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Empty file removed .github/CONTRIBUTING.md
Empty file.
13 changes: 13 additions & 0 deletions core/nut.js/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## 4.0.0

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

## 3.1.2

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

0 comments on commit db1e123

Please sign in to comment.