mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 07:33:55 +00:00
88 lines
1.7 KiB
Markdown
88 lines
1.7 KiB
Markdown
# CHANGELOG
|
|
|
|
<!--### RobotGo-->
|
|
## 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
|
|
- [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
|
|
- [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] Fix release key
|
|
- [FIX] Fix godoc error
|
|
|
|
|
|
## RobotGo v0.44.0, 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
|
|
|