Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Jul 2, 2017
1 parent 7e0d4f5 commit e7e29b5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
5 changes: 2 additions & 3 deletions clipboard/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ func Example() {
fmt.Println(err)
} else {
fmt.Println(text)
// Output:
// 日本語
}

// Output:
// 日本語
}
36 changes: 36 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

<!--### 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

### Add
Expand Down
2 changes: 1 addition & 1 deletion robotgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import (
)

const (
version string = "v0.45.0.353, Mount Qomolangma!"
version string = "v0.45.0.358, Mount Qomolangma!"
)

// GetVersion get version
Expand Down

0 comments on commit e7e29b5

Please sign in to comment.