From e7e29b5f3fcb167766496983f4d20646970c62ec Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 2 Jul 2017 12:52:25 +0800 Subject: [PATCH] Update CHANGELOG.md --- clipboard/example_test.go | 5 ++--- docs/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ robotgo.go | 2 +- 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/clipboard/example_test.go b/clipboard/example_test.go index 7dc17da..8452b70 100644 --- a/clipboard/example_test.go +++ b/clipboard/example_test.go @@ -13,8 +13,7 @@ func Example() { fmt.Println(err) } else { fmt.Println(text) + // Output: + // 日本語 } - - // Output: - // 日本語 } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f435185..80923ec 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,42 @@ +## RobotGo v0.45.0, Mount Qomolangma + +### Add +- Add Process +- Add TypeStr +- Add DeepCopyBit +- Add CopyBitpb +- Add ReadBitmap +- Add vendor.json +- Add ReadAll: clipboard +- Add WriteAll: clipboard +- Add Pids : get the all process id +- Add FindName: find the process name by the process id +- Add FindNames: find the all process name +- Add PidExists: determine whether the process exists +- Add FindIds: find the process id by the process name +- Add FreeBitmap and Update docs + + +### Update +- Update docs +- Update test +- Update godoc +- Update CHANGELOG.md +- Update .gitignore +- Update examples and docs +- Update examples link +- Update README.md and clipboard + + +### Fix + +- Fix release key +- Fix godoc error + + ## RobotGo v0.44.0, Mount Kailash ### Add diff --git a/robotgo.go b/robotgo.go index 19b9fc9..2a68335 100644 --- a/robotgo.go +++ b/robotgo.go @@ -55,7 +55,7 @@ import ( ) const ( - version string = "v0.45.0.353, Mount Qomolangma!" + version string = "v0.45.0.358, Mount Qomolangma!" ) // GetVersion get version