|
2 | 2 |
|
3 | 3 | <!--### RobotGo-->
|
4 | 4 |
|
| 5 | +## RobotGo v0.90.0, MT. Rainier |
| 6 | + |
| 7 | +### Add |
| 8 | + |
| 9 | +add gohook modern and concurrent API |
| 10 | +add new gohook examples, thks for cauefcr |
| 11 | + |
| 12 | +Support for multiple screens |
| 13 | +add getMousePos() multiple screens support |
| 14 | +add move smooth multiple screens support |
| 15 | + |
| 16 | +add all platform system scale support |
| 17 | +add get screen size test code |
| 18 | + |
| 19 | +add screen and bitmap multiple screens support |
| 20 | +add int32_t types support |
| 21 | + |
| 22 | +update keycode type use uint16 with gohook, not type convert |
| 23 | +add ToBitmapBytes func (#204) |
| 24 | + |
| 25 | +add gops test code support |
| 26 | +add Process() function test code |
| 27 | +add more gops test code |
| 28 | + |
| 29 | +add more win32 function export |
| 30 | + |
| 31 | +add get mouse color function |
| 32 | + |
| 33 | +add uint32 to Chex function support |
| 34 | + |
| 35 | +add key_Toggles() c function |
| 36 | +add keyTap and keyToggle "...string" parameters support, Fixed #209 |
| 37 | + |
| 38 | +add robotgo simple test code |
| 39 | + |
| 40 | +add Is64Bit() c and go function |
| 41 | + |
| 42 | +add process FindPath() function |
| 43 | + |
| 44 | +add keycode "delete" support and fixed "\\" error |
| 45 | +add more keycode support, "up, down, left, right"... |
| 46 | + |
| 47 | +export hook keycode and add godoc |
| 48 | + |
| 49 | +use robotn fork xgb and update go mod |
| 50 | + |
| 51 | +add hook example to robotgo examples |
| 52 | + |
| 53 | +update gohook and tt mod file |
| 54 | + |
| 55 | +add more and update test code |
| 56 | + |
| 57 | +add drag smooth function support and examples |
| 58 | + |
| 59 | +add ShowAlert() test support |
| 60 | + |
| 61 | +update keypress rand sleep [reduce] and update code style, update c delay default value to 0 |
| 62 | + |
| 63 | +add mouse toggle return and add more test |
| 64 | + |
| 65 | +add SetDelay function code and update other code |
| 66 | + |
| 67 | +add scaled function code |
| 68 | + |
| 69 | +add go opencv file |
| 70 | + |
| 71 | +add readme.md file |
| 72 | + |
| 73 | +add move mouse and move smooth relative code |
| 74 | + |
| 75 | +add move mouse and move smooth relative examples |
| 76 | + |
| 77 | +add more test code and update go tt mod |
| 78 | + |
| 79 | +add more bitmap test code |
| 80 | + |
| 81 | +add SaveImg function code |
| 82 | + |
| 83 | +add drop function hint print support |
| 84 | + |
| 85 | +add more key test code |
| 86 | +add more test code |
| 87 | +add paste string test code |
| 88 | +add xvfb run codecov test |
| 89 | + |
| 90 | +add keycode test support |
| 91 | + |
| 92 | +add FindPath example code |
| 93 | + |
| 94 | +add KeyTap() args[2] delay support |
| 95 | + |
| 96 | +add find bitmap nil args support |
| 97 | + |
| 98 | +add find color nil args support |
| 99 | + |
| 100 | +add drag and move mouse multiple screens support |
| 101 | + |
| 102 | +add drag mouse test code |
| 103 | + |
| 104 | +Use CGDisplayBounds not CGDisplayPixelsWide, optimize get mac display size … |
| 105 | + |
| 106 | +Update TypeStr function, add type delay and speed support |
| 107 | + |
| 108 | +update PasteStr function code return error |
| 109 | + |
| 110 | +### Update |
| 111 | + |
| 112 | +Update robot info test code and Add go.yml test support |
| 113 | + |
| 114 | +use while not for match special key map |
| 115 | +remove unless x11 special key and sort |
| 116 | + |
| 117 | +update go mod pkg |
| 118 | +update mod vendor |
| 119 | +remove vendor and update .gitignore |
| 120 | + |
| 121 | +update and fmt config.yml, add Linux go test support |
| 122 | +update Linux CI support x11 test |
| 123 | + |
| 124 | +move hook to hook.go |
| 125 | + |
| 126 | +update appveyor and test code |
| 127 | +update version and code style |
| 128 | + |
| 129 | +update move mouse smooth test code |
| 130 | + |
| 131 | +update clipboard code and add test code |
| 132 | + |
| 133 | +update test code and add codecov support |
| 134 | + |
| 135 | +update show alert test code |
| 136 | + |
| 137 | +update keycode.go |
| 138 | + |
| 139 | +update window examples code |
| 140 | + |
| 141 | +update test code remove windows alert test |
| 142 | + |
| 143 | +move gops code to ps.go |
| 144 | + |
| 145 | +update version |
| 146 | + |
| 147 | +update unix get title type |
| 148 | + |
| 149 | +gofmt go code and update code style |
| 150 | + |
| 151 | +add ToBitmapBytes examples code |
| 152 | + |
| 153 | +update example code, fixed golint warning |
| 154 | + |
| 155 | +update bitmap example code |
| 156 | + |
| 157 | +Update CHANGELOG.md |
| 158 | + |
| 159 | +update code style |
| 160 | + |
| 161 | +update godoc |
| 162 | + |
| 163 | +update keytap code and code style |
| 164 | + |
| 165 | +update Bitmap struct delete fuzzy api |
| 166 | + |
| 167 | +update key examples code |
| 168 | + |
| 169 | +add bitmap from string clear api |
| 170 | + |
| 171 | +update go mod vendor |
| 172 | +update go mod pkg not proxy |
| 173 | + |
| 174 | +update bitmap example code |
| 175 | + |
| 176 | +update test code fixed appveyor CI |
| 177 | + |
| 178 | +update test code fixed equal error |
| 179 | + |
| 180 | +update hook godoc |
| 181 | + |
| 182 | +update event example code |
| 183 | + |
| 184 | +update godoc and code style |
| 185 | + |
| 186 | +update key example code |
| 187 | + |
| 188 | +Update example README.md |
| 189 | + |
| 190 | +update and tidy go mod |
| 191 | + |
| 192 | +update code remove duplicate code and update godoc |
| 193 | + |
| 194 | +update xgb getXid log |
| 195 | + |
| 196 | +update GetBounds x11 error log |
| 197 | + |
| 198 | +update cgo code and version |
| 199 | + |
| 200 | +update TypeString function code [Drop] |
| 201 | + |
| 202 | +update key example code |
| 203 | + |
| 204 | +Update TypeStr function, optimize x11 type string |
| 205 | + |
| 206 | +Update TypeStrDelay function, remove unused code |
| 207 | + |
| 208 | +update code fixed x11 type sleep |
| 209 | + |
| 210 | +Update key example code |
| 211 | + |
| 212 | +use gops to simplify code |
| 213 | +update key examples code |
| 214 | + |
| 215 | +update bitmap examples code |
| 216 | + |
| 217 | +update colorpicker and findcolor example code |
| 218 | + |
| 219 | +update bitmap example code |
| 220 | + |
| 221 | +update robotgo test code, add more test |
| 222 | + |
| 223 | +Update README.md |
| 224 | + |
| 225 | +rename type names make clearer |
| 226 | + |
| 227 | +update types.h code and fixed bug |
| 228 | + |
| 229 | +remove unused code fixed x11 build error |
| 230 | + |
| 231 | +update robot info test code and appveyor |
| 232 | + |
| 233 | +Update README.md, Add more CI badge |
| 234 | + |
| 235 | +update gohook pkg and robot info test code |
| 236 | + |
| 237 | +Update linux upper code, add more special key support |
| 238 | + |
| 239 | +Create go.yml |
| 240 | +Update go.yml |
| 241 | +add more test and update go.yml |
| 242 | +Update dockerfile to go1.13.5 |
| 243 | + |
| 244 | +update dockerfile and appveyor.yml |
| 245 | +Update dockerfile and appveyor.yml to go1.14.3 |
| 246 | + |
| 247 | +remove Travis go1.11.x |
| 248 | +update appveyor and dockerfile to go1.13.1 |
| 249 | +update dockerfile, go.yml and appveyor.yml to go1.14 |
| 250 | + |
| 251 | +update travis.yml to go1.14.x and remove go1.13.x |
| 252 | +Update and fmt appveyor.ymlu |
| 253 | +update dockerfile and appveyor to go1.12.5 |
| 254 | + |
| 255 | +update appveyor and dockerfile to go1.12.6 |
| 256 | + |
| 257 | +add CI go1.13 support |
| 258 | +update config.yml |
| 259 | +update and fmt travis.yml |
| 260 | +Update Travis remove go1.12.x |
| 261 | + |
| 262 | +Update issue and pull request template |
| 263 | + |
| 264 | +### Fix |
| 265 | + |
| 266 | +Update to utf-code function Fixed #189 |
| 267 | + |
| 268 | +Update x11 keypress upper code Fixed #243 |
| 269 | + |
| 270 | +type conversion needed in addMouse (#201) |
| 271 | + |
| 272 | +update hook, Fixed #202 fatal error: concurrent map writes |
| 273 | + |
| 274 | +add key Kind Fixed #203 |
| 275 | + |
| 276 | +optimize get title code, Fixed #165 and typo |
| 277 | + |
| 278 | +Fixed gohook#3 mouse is_drag error on x11 |
| 279 | + |
| 280 | +Fixed #213 AddEvents() can't listen correctly multiple times |
| 281 | + |
| 282 | +update clipboard error hand Fixed #212 |
| 283 | + |
| 284 | +Update go.mod fixing issue "invalid pseudo-version: does not match version … |
| 285 | + |
| 286 | +update keyboard example code, #238 |
| 287 | + |
| 288 | +update go mod file Fixed #239 |
| 289 | + |
| 290 | +update gops and other mod files fixed bug |
| 291 | + |
| 292 | + |
5 | 293 | ## RobotGo v0.80.0, Sierra Nevada
|
6 | 294 |
|
7 | 295 | # Sierra Nevada
|
|
0 commit comments