Skip to content

Commit 14aac43

Browse files
authored
Merge pull request #60 from nut-tree/greenkeeper/clipboardy-2.0.0
Update clipboardy to the latest version 🚀
2 parents 3f549e1 + 7f3ba98 commit 14aac43

File tree

4 files changed

+46
-42
lines changed

4 files changed

+46
-42
lines changed

Diff for: CHANGELOG.md

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

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

5+
## 1.0.0
6+
7+
- API overhaul [(#53)](https://github.com/nut-tree/nut.js/issues/53)
8+
- `find` hooks [(#51)](https://github.com/nut-tree/nut.js/issues/51)
9+
- `screen.waitFor` [(#49)](https://github.com/nut-tree/nut.js/issues/49)
10+
- Code cleanup [(#47)](https://github.com/nut-tree/nut.js/issues/47)
11+
512
## 0.1.0-beta.3
613

714
- Improved error handling on image search

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Native UI testing / automation with node.js
1717
<img src=".gfx/nut.png" alt="logo" width="200"/>
1818
</p>
1919

20-
This is a WIP implementation for a cross-platform native UI testing tool.
20+
`nut.js` is a cross-platform native UI testing tool.
21+
2122
It allows for native UI interactions via keyboard and / or mouse,
2223
but additionally gives you the possibility to navigate the screen based on image matching.
2324

Diff for: package-lock.json

+35-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/nut-js",
3-
"version": "0.1.0-beta.1",
3+
"version": "1.0.1",
44
"license": "Apache-2.0",
55
"main": "dist/index",
66
"typings": "dist/index",
@@ -54,7 +54,7 @@
5454
"versionBump": "bump --tag --push --all"
5555
},
5656
"dependencies": {
57-
"clipboardy": "^1.2.3",
57+
"clipboardy": "^2.0.0",
5858
"opencv4nodejs-prebuilt": "^4.14.1",
5959
"robotjs": "^0.5.1"
6060
},

0 commit comments

Comments
 (0)