From 08341cc1aa28c37db4e127f8191209f0a8bafae6 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 27 Apr 2018 18:50:37 +0800 Subject: [PATCH] Update CHANGELOG.md --- docs/CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ robotgo.go | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c15278f..c1f12bd 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,49 @@ # CHANGELOG + +## RobotGo v0.49.0, Olympus Mons + +### Add + +- [NEW] Add get image size func +- [NEW] Add linux type string utf-8 support +- [NEW] Add scroll mouse support x, y +- [NEW] Add AddEvent() "esc" support fix #105 +- [NEW] Add AddEvent "space" fix #110 +- [NEW] Add clipboard choose primary mode on unix +- [NEW] Add move smooth return +- [NEW] Add more bitmap func and examples +- [NEW] Add MicroSleep func +- [NEW] Add find image by path + + +### Update +- [NEW] Update KeyToggle code +- [NEW] Update activePid allow Windows via hwnd +- [NEW] Update godoc and README.md +- [NEW] Update CHANGELOG.md +- [NEW] Update Kill() parameter and examples +- [NEW] Update examples and remove useless function +- [NEW] Update appveyor, circle and dockerfile +- [NEW] Update code style +- [NEW] Update and optimize func +- [NEW] Update travis support go 1.10 +- [NEW] Update CI (use custom go image) and add func internalFindBitmap +- [NEW] Update godoc and deprecated GetBHandle +- [NEW] Optimize code func args and name + + +### Fix + +- [FIX] Fix mac input method keytap not work +- [FIX] Fix clipboard golint +- [FIX] Update move smooth fix #96 (set mouse smooth speed) +- [FIX] Fix Getportion param to go type +- [FIX] Fix XFlush wait for events flushing + +See Commits for more details, after Jan 25. + ## RobotGo v0.48.0, Ben Nevis ### Add diff --git a/robotgo.go b/robotgo.go index 6e17813..b6b15f1 100644 --- a/robotgo.go +++ b/robotgo.go @@ -66,7 +66,7 @@ import ( ) const ( - version string = "v0.49.0.561, Olympus Mons!" + version string = "v0.49.0.562, Olympus Mons!" ) type (