mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
7e0d4f55f6
commit
e7e29b5f3f
@ -13,8 +13,7 @@ func Example() {
|
|||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
} else {
|
} else {
|
||||||
fmt.Println(text)
|
fmt.Println(text)
|
||||||
|
// Output:
|
||||||
|
// 日本語
|
||||||
}
|
}
|
||||||
|
|
||||||
// Output:
|
|
||||||
// 日本語
|
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,42 @@
|
|||||||
|
|
||||||
<!--### RobotGo-->
|
<!--### RobotGo-->
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
|
|
||||||
## RobotGo v0.44.0, Mount Kailash
|
## RobotGo v0.44.0, Mount Kailash
|
||||||
|
|
||||||
### Add
|
### Add
|
||||||
|
@ -55,7 +55,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.45.0.353, Mount Qomolangma!"
|
version string = "v0.45.0.358, Mount Qomolangma!"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVersion get version
|
// GetVersion get version
|
||||||
|
Loading…
Reference in New Issue
Block a user