From 816bfeaba91def285b236dafb8db870d28882c18 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Tue, 21 Nov 2017 19:29:22 +0800 Subject: [PATCH] update CHANGELOG.md --- docs/CHANGELOG.md | 72 +++++++++++++++++++++++++++++++---------------- robotgo.go | 2 +- 2 files changed, 49 insertions(+), 25 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 80923ec..b21731d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,41 +1,65 @@ # CHANGELOG +## RobotGo v0.46.6, Pyrenees Mountains: Aneto Peak + +## RobotGo v0.46.0, Pyrenees Mountains + +### Add + +- [NEW] Add ActivePID +- [NEW] Add FindBit +- [NEW] Add robot branch, where there is no zlib and libpng dependency + +### Update + +- [NEW] Update README.md +- [NEW] Update FindIds +- [NEW] Update examples +- [NEW] Update vendor +- [NEW] Update godoc and docs +- [NEW] Update and fix bitmap + +### Fix + +- [FIX] Fix MoveMouseSmooth args +- [FIX] Fix name err +- [FIX] Fix FindBitmap ## 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 +- [NEW] Add Process +- [NEW] Add TypeStr +- [NEW] Add DeepCopyBit +- [NEW] Add CopyBitpb +- [NEW] Add ReadBitmap +- [NEW] Add vendor.json +- [NEW] Add ReadAll: clipboard +- [NEW] Add WriteAll: clipboard +- [NEW] Add Pids : get the all process id +- [NEW] Add FindName: find the process name by the process id +- [NEW] Add FindNames: find the all process name +- [NEW] Add PidExists: determine whether the process exists +- [NEW] Add FindIds: find the process id by the process name +- [NEW] 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 +- [NEW] Update docs +- [NEW] Update test +- [NEW] Update godoc +- [NEW] Update CHANGELOG.md +- [NEW] Update .gitignore +- [NEW] Update examples and docs +- [NEW] Update examples link +- [NEW] Update README.md and clipboard ### Fix -- Fix release key -- Fix godoc error +- [FIX] Fix release key +- [FIX] Fix godoc error ## RobotGo v0.44.0, Mount Kailash diff --git a/robotgo.go b/robotgo.go index 5f3a80e..6196fcb 100644 --- a/robotgo.go +++ b/robotgo.go @@ -62,7 +62,7 @@ import ( ) const ( - version string = "v0.46.6.413, Pyrenees Mountains!" + version string = "v0.46.6.423, Pyrenees Mountains!" ) // GetVersion get version