Skip to content

Releases: go-vgo/robotgo

v0.46.0

24 Aug 13:00
Compare
Choose a tag to compare

Pyrenees Mountains

Add

  • Add ActivePID
  • Add FindBit
  • Add robot branch, where there is no zlib and libpng dependency

Update

  • Update README.md
  • Update FindIds
  • Update examples
  • Update vendor
  • Update godoc and docs
  • Update and fix bitmap

Fix

  • Fix MoveMouseSmooth args
  • Fix name err
  • Fix FindBitmap

v0.45.0

02 Jul 14:38
Compare
Choose a tag to compare

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

v0.44.0

28 May 06:19
Compare
Choose a tag to compare

Mount Kailash

Add

  • Add CHANGELOG.md
  • Format some code
  • Add fedora dependencies

Update

  • Update test
  • Update keys.md
  • Update and Split example
  • Update godoc and docs
  • Update and Cleanup README.md
  • Update CONTRIBUTING.md and issue_template.md

Fix

  • Fix typesetting and MD error
  • Fix fedora dependencies #55
  • Fix doc.md and README.md

v0.43.0

25 Feb 10:24
Compare
Choose a tag to compare

Matterhorn Alps

Add

  • Add keys.md
  • Add Getpid
  • Add "menu" key
  • Add GetBHandle

Update

  • Update test
  • Update ascii art
  • Update Guidelines
  • Move doc to docs
  • Update godoc and docs
  • Update and Cleanup example
  • Update and Cleanup README.md

Fix

  • Fix GetHandle #46 : Add GetBHandle

v0.42.0

15 Jan 10:53
Compare
Choose a tag to compare

Mount Ngauruhoe

Add

  • Add gitter
  • Add circle
  • Add MoveClick
  • Add Guidelines
  • Add AddEvent f1-f12

Update

  • Fmt code
  • Update doc
  • Update md
  • Update golint
  • Update example
  • Update sequence

Fix

  • Drop c11 to c99
  • Optimize memory
  • Fix linux ShowAlert process

v0.41.1

01 Jan 07:27
Compare
Choose a tag to compare

Happy new year!

  • Add StopEvent
  • Add SetHandle
  • Add Example
  • Add Version
  • Add Go Report
  • Add golint
  • Add godoc and Update link
  • Simplify api
  • Add TypeStrDelay and Warning
  • Drop Capture_Screen and Add BCaptureScreen
  • Clear printf
  • Clean Println and Add return
  • Update Document
  • Update README.md
  • Fix AddEvent mouse null value

v0.40.0

23 Nov 13:08
Compare
Choose a tag to compare

Add Window SetActive

Add Capture_Screen

Update KeyTap, Support []string & string

Update KeyToggle & KeyTap,Support more args

Update MouseToggle,Support more args

Update MouseClick,Support more args

Update MoveMouseSmooth,Support speed args

Update Document & README.md

Update Screen,Add Capture_Screen

Update test

Name specification

Bug Fixes:

Fix Windows C99 mode

Fix Key Err