mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 07:33:55 +00:00
update CHANGELOG.md
This commit is contained in:
parent
f5574b6253
commit
816bfeaba9
@ -1,41 +1,65 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
<!--### RobotGo-->
|
<!--### 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
|
## RobotGo v0.45.0, Mount Qomolangma
|
||||||
|
|
||||||
### Add
|
### Add
|
||||||
- Add Process
|
- [NEW] Add Process
|
||||||
- Add TypeStr
|
- [NEW] Add TypeStr
|
||||||
- Add DeepCopyBit
|
- [NEW] Add DeepCopyBit
|
||||||
- Add CopyBitpb
|
- [NEW] Add CopyBitpb
|
||||||
- Add ReadBitmap
|
- [NEW] Add ReadBitmap
|
||||||
- Add vendor.json
|
- [NEW] Add vendor.json
|
||||||
- Add ReadAll: clipboard
|
- [NEW] Add ReadAll: clipboard
|
||||||
- Add WriteAll: clipboard
|
- [NEW] Add WriteAll: clipboard
|
||||||
- Add Pids : get the all process id
|
- [NEW] Add Pids : get the all process id
|
||||||
- Add FindName: find the process name by the process id
|
- [NEW] Add FindName: find the process name by the process id
|
||||||
- Add FindNames: find the all process name
|
- [NEW] Add FindNames: find the all process name
|
||||||
- Add PidExists: determine whether the process exists
|
- [NEW] Add PidExists: determine whether the process exists
|
||||||
- Add FindIds: find the process id by the process name
|
- [NEW] Add FindIds: find the process id by the process name
|
||||||
- Add FreeBitmap and Update docs
|
- [NEW] Add FreeBitmap and Update docs
|
||||||
|
|
||||||
|
|
||||||
### Update
|
### Update
|
||||||
- Update docs
|
- [NEW] Update docs
|
||||||
- Update test
|
- [NEW] Update test
|
||||||
- Update godoc
|
- [NEW] Update godoc
|
||||||
- Update CHANGELOG.md
|
- [NEW] Update CHANGELOG.md
|
||||||
- Update .gitignore
|
- [NEW] Update .gitignore
|
||||||
- Update examples and docs
|
- [NEW] Update examples and docs
|
||||||
- Update examples link
|
- [NEW] Update examples link
|
||||||
- Update README.md and clipboard
|
- [NEW] Update README.md and clipboard
|
||||||
|
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
- Fix release key
|
- [FIX] Fix release key
|
||||||
- Fix godoc error
|
- [FIX] Fix godoc error
|
||||||
|
|
||||||
|
|
||||||
## RobotGo v0.44.0, Mount Kailash
|
## RobotGo v0.44.0, Mount Kailash
|
||||||
|
@ -62,7 +62,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.46.6.413, Pyrenees Mountains!"
|
version string = "v0.46.6.423, Pyrenees Mountains!"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVersion get version
|
// GetVersion get version
|
||||||
|
Loading…
Reference in New Issue
Block a user