Skip to content

Commit f3f260f

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-02-23) ### Bug Fixes * Fix AutoItSetOption function name argument ([1cf1e6a](1cf1e6a)) * Fix Logger setting the wrong log level on instantiation ([423b3f5](423b3f5)) * Fix return type ([c631843](c631843)) * Fix return type ([209d7cc](209d7cc)) * Fix return type ([afbaf80](afbaf80)) * Fix return type ([28e45f4](28e45f4)) * Fix return type ([31cf77c](31cf77c)) * Fix return type ([b5b372f](b5b372f)) * Fix return type ([272815e](272815e)) * Fix return type ([4e9ed9c](4e9ed9c)) * Fix return type ([d88a7c9](d88a7c9)) * Fix return type ([31add67](31add67)) * Fix return type ([f0f1ced](f0f1ced)) * Fix return type ([2c80ec8](2c80ec8)) * Fix return type ([eeb6002](eeb6002)) * Fix window handle argument type ([249eb3a](249eb3a)) * Get sizeof LPOINT instead of LPPOINT in MouseGetPos ([c596012](c596012)) * Log an error if the platform is not Windows ([08694bc](08694bc)) * Pass HWND for controlHandle instead of INT ([d3a90f4](d3a90f4)) * Use empty string as default instead of null for text argument ([c82748f](c82748f)) * Use ESM compatible __dirname ([637855b](637855b)) ### Features * Add AutoIt DLLs and license ([cf7298f](cf7298f)) * Add custom PixelSearch implementation ([25ace50](25ace50)) * Add default for clicks ([63b2c2b](63b2c2b)) * Add default for flags ([c48b406](c48b406)) * Add default for param ([83e189e](83e189e)) * Add defaults for button and clicks ([74d93ca](74d93ca)) * Add defaults for button and clicks ([c019ff1](c019ff1)) * Add defaults to some method arguments ([c1c78bf](c1c78bf)) * Allow for overriding the result buffer chracter count ([c3d8259](c3d8259)) * Blindly implement the remaining AutoIt functions ([3a22334](3a22334)) * Call AuotIt.Init on lib instantiation ([9d6cc60](9d6cc60)) * Create a simple application for unit tests ([d60196e](d60196e)) * Create Logger utility ([97393a8](97393a8)) * Implement AutoItSetOption ([c05d431](c05d431)) * Implement ClipPut and ClipGet ([98db2cf](98db2cf)) * Implement ControlClick ([86bc8b3](86bc8b3)) * Implement ControlClickByHandle ([e087a1e](e087a1e)) * Implement ControlDisable ([a2d068a](a2d068a)) * Implement ControlDisableByHandle ([6ff5630](6ff5630)) * Implement ControlEnable ([b27f6d8](b27f6d8)) * Implement ControlEnableByHandle ([706b5ee](706b5ee)) * Implement ControlFocus ([4d06ca3](4d06ca3)) * Implement ControlFocusByHandle ([77fe6e8](77fe6e8)) * Implement ControlGetFocus ([ec0a0ea](ec0a0ea)) * Implement ControlGetFocusByHandle ([e927f8a](e927f8a)) * Implement ControlGetHandle ([45909c1](45909c1)) * Implement ControlGetHandleAsText ([cfeb5be](cfeb5be)) * Implement ControlGetPos ([e1741b6](e1741b6)) * Implement ControlGetPosByHandle ([482726f](482726f)) * Implement ControlGetText ([f2da3e2](f2da3e2)) * Implement ControlGetTextByHandle ([95f290a](95f290a)) * Implement ControlHide ([a01c340](a01c340)) * Implement ControlHideByHandle ([27a5b8f](27a5b8f)) * Implement ControlMove ([3603fe3](3603fe3)) * Implement ControlMoveByHandle ([7658343](7658343)) * Implement ControlSend ([318483e](318483e)) * Implement ControlSendByHandle ([a48fde2](a48fde2)) * Implement ControlSetText ([e036691](e036691)) * Implement ControlSetTextByHandle ([d2dbf14](d2dbf14)) * Implement ControlShow ([90df486](90df486)) * Implement ControlShowByHandle ([e6f4d70](e6f4d70)) * Implement GetError ([737bc82](737bc82)) * Implement IsAdmin ([f0ec896](f0ec896)) * Implement Library base class ([434cf01](434cf01)) * Implement MouseClick ([bc3c6e9](bc3c6e9)) * Implement MouseClickDrag ([d7b9f14](d7b9f14)) * Implement MouseDown and MouseUp ([83a0fbd](83a0fbd)) * Implement MouseGetCursor ([a076d00](a076d00)) * Implement MouseGetPos ([589f9c0](589f9c0)) * Implement MouseMove ([3647d48](3647d48)) * Implement MouseWheel ([90147ec](90147ec)) * Implement PixelChecksum ([7f3375c](7f3375c)) * Implement PixelGetColor ([449ae06](449ae06)) * Implement ProcessClose ([5805624](5805624)) * Implement ProcessExists ([7eed030](7eed030)) * Implement ProcessSetPriority ([5c33d69](5c33d69)) * Implement ProcessWait ([7c5f532](7c5f532)) * Implement ProcessWaitClose ([1fca11f](1fca11f)) * Implement Run ([cb70b89](cb70b89)) * Implement RunWait ([fdd9ba9](fdd9ba9)) * Implement Send ([28c7759](28c7759)) * Implement Sleep ([d42c314](d42c314)) * Implement WinClose, WinCloseByHandle, WinExists, and WinExistsByHandle ([b6dcbbb](b6dcbbb)) * Implement WinGetCaretPos ([9ede7c3](9ede7c3)) * Implement WinGetClientSize ([4e8633f](4e8633f)) * Implement WinGetClientSizeByHandle ([4054a6b](4054a6b)) * Implement WinGetHandleAsText ([31fbc90](31fbc90)) * Implement WinGetPos ([556a6d3](556a6d3)) * Implement WinGetPosByHandle ([4a3ac27](4a3ac27)) * Implement WinGetProcess ([ba81367](ba81367)) * Implement WinGetProcessByHandle ([bbde7db](bbde7db)) * Implement WinGetState ([de2a4bf](de2a4bf)) * Implement WinGetStateByHandle ([a505422](a505422)) * Implement WinGetText ([36d43f7](36d43f7)) * Implement WinGetTextByHandle ([df810b5](df810b5)) * Implement WinGetTitle ([260aa3e](260aa3e)) * Implement WinGetTitleByHandle ([b2502ea](b2502ea)) * Implement WinKill ([105d869](105d869)) * Implement WinKillByHandle ([48068b2](48068b2)) * Implement WinMenuSelectItem ([5aa4cec](5aa4cec)) * Implement WinMenuSelectItemByHandle ([181f273](181f273)) * Implement WinMinimizeAll ([15dac8f](15dac8f)) * Implement WinMinimizeAllUndo ([c8aeb6b](c8aeb6b)) * Implement WinMove ([4784460](4784460)) * Implement WinMoveByHandle ([3e4885b](3e4885b)) * Implement WinSetOnTop ([b2cb1f9](b2cb1f9)) * Implement WinSetOnTopByHandle ([5760a63](5760a63)) * Implement WinSetState ([9322a7e](9322a7e)) * Implement WinSetStateByHandle ([29159fa](29159fa)) * Implement WinSetTitle ([d662bc4](d662bc4)) * Implement WinSetTitleByHandle ([f81a6b8](f81a6b8)) * Implement WinSetTrans ([5ae7d1e](5ae7d1e)) * Implement WinSetTransByHandle ([fa94521](fa94521)) * Implement WinWait ([4a42dda](4a42dda)) * Implement WinWaitActive ([3ada347](3ada347)) * Implement WinWaitActiveByHandle ([34fd143](34fd143)) * Implement WinWaitByHandle ([bdde57c](bdde57c)) * Implement WinWaitClose ([a6d4cf1](a6d4cf1)) * Implement WinWaitCloseByHandle ([ed5670d](ed5670d)) * Implement WinWaitNotActive ([8d9adf4](8d9adf4)) * Implement WinWaitNotActiveByHandle ([56ec3e9](56ec3e9)) * Increase default characterCount to 1024 ([295c883](295c883)) * Initial ControlCommand and ControlCommandByHandle implementation ([d38a4a1](d38a4a1)) * Initial PixelSearch implementation ([a3b398b](a3b398b)) * Initial ToolTip implementation ([d3b94c7](d3b94c7)) * Initial work on AuotIt mapping ([40da9a1](40da9a1)) * Log a warning instead of throwing an error when using on non-Windows ([6d914a6](6d914a6)) * Replace ffi-rs with koffi ([ce247ea](ce247ea)) * Stringify objects and arrays in Logger ([233ec69](233ec69)) * Use bigints for HWND values ([fc146fc](fc146fc)) * WinGetClassListByHandle ([55166e4](55166e4))
1 parent be1a2db commit f3f260f

File tree

1 file changed

+142
-0
lines changed

1 file changed

+142
-0
lines changed

CHANGELOG.md

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,145 @@
139139
* Stringify objects and arrays in Logger ([233ec69](https://github.com/KasimAhmic/autoit-js/commit/233ec69a76ce3877d5ce070b5e39e81de94b44d4))
140140
* Use bigints for HWND values ([fc146fc](https://github.com/KasimAhmic/autoit-js/commit/fc146fc36d15e0771ff463ab1aeca45f40f6c7e4))
141141
* WinGetClassListByHandle ([55166e4](https://github.com/KasimAhmic/autoit-js/commit/55166e430f801695c8f2be6edea809c0d665ef18))
142+
143+
# 1.0.0 (2025-02-23)
144+
145+
146+
### Bug Fixes
147+
148+
* Fix AutoItSetOption function name argument ([1cf1e6a](https://github.com/KasimAhmic/autoit-js/commit/1cf1e6a460be7a7a55225daeedc5963316a4e80a))
149+
* Fix Logger setting the wrong log level on instantiation ([423b3f5](https://github.com/KasimAhmic/autoit-js/commit/423b3f5a8d2baa3060edf25eec1c3df775e13230))
150+
* Fix return type ([c631843](https://github.com/KasimAhmic/autoit-js/commit/c6318436bab7ac7aa529710c843d53fe01668db1))
151+
* Fix return type ([209d7cc](https://github.com/KasimAhmic/autoit-js/commit/209d7cc1de79004b6dec930040a7fb20e6f32c71))
152+
* Fix return type ([afbaf80](https://github.com/KasimAhmic/autoit-js/commit/afbaf80bbfac8e3815b40542d1dc32b543fd2615))
153+
* Fix return type ([28e45f4](https://github.com/KasimAhmic/autoit-js/commit/28e45f44efcbef0388cfcb7646d922c86a5bc139))
154+
* Fix return type ([31cf77c](https://github.com/KasimAhmic/autoit-js/commit/31cf77c1fd99e9286d0124f1ad913cf152032d5c))
155+
* Fix return type ([b5b372f](https://github.com/KasimAhmic/autoit-js/commit/b5b372f6951e4c90fe12a758bd9aca8e0971ae2a))
156+
* Fix return type ([272815e](https://github.com/KasimAhmic/autoit-js/commit/272815eb9a203a71d717ccc815dc6f0b731aad45))
157+
* Fix return type ([4e9ed9c](https://github.com/KasimAhmic/autoit-js/commit/4e9ed9c773664f561dbf666a72f9a5cc2d74fed3))
158+
* Fix return type ([d88a7c9](https://github.com/KasimAhmic/autoit-js/commit/d88a7c9f7a4a8d94f66ed5f43cb65eef6a0d9876))
159+
* Fix return type ([31add67](https://github.com/KasimAhmic/autoit-js/commit/31add671397453f029ebda107374dd5501ea9f30))
160+
* Fix return type ([f0f1ced](https://github.com/KasimAhmic/autoit-js/commit/f0f1ced267452d3fe201d718cebc88bb13fca4ca))
161+
* Fix return type ([2c80ec8](https://github.com/KasimAhmic/autoit-js/commit/2c80ec83d12f491837f257d75d2b5d3ace19d70c))
162+
* Fix return type ([eeb6002](https://github.com/KasimAhmic/autoit-js/commit/eeb60023971596d8b48cb99d2a8b1fcf9227224e))
163+
* Fix window handle argument type ([249eb3a](https://github.com/KasimAhmic/autoit-js/commit/249eb3a79017e475ad5c6f1319bbcf3223d7666a))
164+
* Get sizeof LPOINT instead of LPPOINT in MouseGetPos ([c596012](https://github.com/KasimAhmic/autoit-js/commit/c596012206177f2c593f5d0eb924cb84bde4cf32))
165+
* Log an error if the platform is not Windows ([08694bc](https://github.com/KasimAhmic/autoit-js/commit/08694bc84cac17b02b9cc5bce2852531a017e99b))
166+
* Pass HWND for controlHandle instead of INT ([d3a90f4](https://github.com/KasimAhmic/autoit-js/commit/d3a90f4877d2b6e051bca21381291fa85ed9cc0e))
167+
* Use empty string as default instead of null for text argument ([c82748f](https://github.com/KasimAhmic/autoit-js/commit/c82748faf7fb38893c665b4e07a543599377219a))
168+
* Use ESM compatible __dirname ([637855b](https://github.com/KasimAhmic/autoit-js/commit/637855bc573d532f9c7166de244f586502d06be8))
169+
170+
171+
### Features
172+
173+
* Add AutoIt DLLs and license ([cf7298f](https://github.com/KasimAhmic/autoit-js/commit/cf7298fbf28b1aac293b9a0e47f0cbb3e0ce17a4))
174+
* Add custom PixelSearch implementation ([25ace50](https://github.com/KasimAhmic/autoit-js/commit/25ace5031dcb416bcee7e214efb014ed77fc43a5))
175+
* Add default for clicks ([63b2c2b](https://github.com/KasimAhmic/autoit-js/commit/63b2c2b5cab74b69e99bfb34cbb161756672167c))
176+
* Add default for flags ([c48b406](https://github.com/KasimAhmic/autoit-js/commit/c48b406c58cc49c642fcda36bf932428b3ece81e))
177+
* Add default for param ([83e189e](https://github.com/KasimAhmic/autoit-js/commit/83e189eeeb26385acd071aea292f526281559595))
178+
* Add defaults for button and clicks ([74d93ca](https://github.com/KasimAhmic/autoit-js/commit/74d93ca66d3f5bd889aa66e07bbf58e4d45f52db))
179+
* Add defaults for button and clicks ([c019ff1](https://github.com/KasimAhmic/autoit-js/commit/c019ff1396ab6a3cc8ef8f3f27bfa341e80b3f8e))
180+
* Add defaults to some method arguments ([c1c78bf](https://github.com/KasimAhmic/autoit-js/commit/c1c78bf152071a89ecf7b11321c3041468fa167d))
181+
* Allow for overriding the result buffer chracter count ([c3d8259](https://github.com/KasimAhmic/autoit-js/commit/c3d8259dd1dac9ae97070a9f0eadd5104dfe31f6))
182+
* Blindly implement the remaining AutoIt functions ([3a22334](https://github.com/KasimAhmic/autoit-js/commit/3a2233452ba63148f47b8c6f6f72337590deecac))
183+
* Call AuotIt.Init on lib instantiation ([9d6cc60](https://github.com/KasimAhmic/autoit-js/commit/9d6cc60596c6a08fcd36d2ae5f1ec52a10e80ae8))
184+
* Create a simple application for unit tests ([d60196e](https://github.com/KasimAhmic/autoit-js/commit/d60196e578e353467e08c2b4e8ca828cb704b654))
185+
* Create Logger utility ([97393a8](https://github.com/KasimAhmic/autoit-js/commit/97393a8da96d228c83db60640202df80526ced06))
186+
* Implement AutoItSetOption ([c05d431](https://github.com/KasimAhmic/autoit-js/commit/c05d4310a2cc2b0a4ac8c48d5db84a461b6b9d42))
187+
* Implement ClipPut and ClipGet ([98db2cf](https://github.com/KasimAhmic/autoit-js/commit/98db2cf08683dee49299f3c63a9d1f6e17337f68))
188+
* Implement ControlClick ([86bc8b3](https://github.com/KasimAhmic/autoit-js/commit/86bc8b3ac2e2d3fb08cf24bbd355cb445945353b))
189+
* Implement ControlClickByHandle ([e087a1e](https://github.com/KasimAhmic/autoit-js/commit/e087a1e147a4f3c7100624dfdde9a4e8c2afe7fd))
190+
* Implement ControlDisable ([a2d068a](https://github.com/KasimAhmic/autoit-js/commit/a2d068a7434a0e90d8005edb217a56fd59db2d09))
191+
* Implement ControlDisableByHandle ([6ff5630](https://github.com/KasimAhmic/autoit-js/commit/6ff5630979e2d0e9c207e2c068233eb0bbc9f286))
192+
* Implement ControlEnable ([b27f6d8](https://github.com/KasimAhmic/autoit-js/commit/b27f6d8c00fbb502ddc54f771b2779ab9d23d367))
193+
* Implement ControlEnableByHandle ([706b5ee](https://github.com/KasimAhmic/autoit-js/commit/706b5ee203c0192d2a4b4473c65c7ce6dd83b9f7))
194+
* Implement ControlFocus ([4d06ca3](https://github.com/KasimAhmic/autoit-js/commit/4d06ca3647b3b09e3655eff40ccba5cee9e7ad28))
195+
* Implement ControlFocusByHandle ([77fe6e8](https://github.com/KasimAhmic/autoit-js/commit/77fe6e88628a0f2780f4a5e2f0ad6f3417020d57))
196+
* Implement ControlGetFocus ([ec0a0ea](https://github.com/KasimAhmic/autoit-js/commit/ec0a0ea7fe36f0b57b6baa8a374414ce63d45b77))
197+
* Implement ControlGetFocusByHandle ([e927f8a](https://github.com/KasimAhmic/autoit-js/commit/e927f8acdceb9f3ad79f4a28e973040324d8af29))
198+
* Implement ControlGetHandle ([45909c1](https://github.com/KasimAhmic/autoit-js/commit/45909c16110ac867650a402ddb58d8b1381f8731))
199+
* Implement ControlGetHandleAsText ([cfeb5be](https://github.com/KasimAhmic/autoit-js/commit/cfeb5be21594d3eac42205509e29fd4cf33dce74))
200+
* Implement ControlGetPos ([e1741b6](https://github.com/KasimAhmic/autoit-js/commit/e1741b6c67c0512072092803f9a852103cf311df))
201+
* Implement ControlGetPosByHandle ([482726f](https://github.com/KasimAhmic/autoit-js/commit/482726fab747f9e4b71ad3dcdc6cfe67d0347564))
202+
* Implement ControlGetText ([f2da3e2](https://github.com/KasimAhmic/autoit-js/commit/f2da3e239d493dbfe7fe2031daefd396f267ee13))
203+
* Implement ControlGetTextByHandle ([95f290a](https://github.com/KasimAhmic/autoit-js/commit/95f290a79abf445e997a1e50bc53ffcd5801ba5a))
204+
* Implement ControlHide ([a01c340](https://github.com/KasimAhmic/autoit-js/commit/a01c3409878a94a1126ae678baee3a1c9c00cbc4))
205+
* Implement ControlHideByHandle ([27a5b8f](https://github.com/KasimAhmic/autoit-js/commit/27a5b8ff9734a4dd31f70d570186f7b1bc625686))
206+
* Implement ControlMove ([3603fe3](https://github.com/KasimAhmic/autoit-js/commit/3603fe35dc4d2b32775c6ffd0c5b1e7fa081ba7c))
207+
* Implement ControlMoveByHandle ([7658343](https://github.com/KasimAhmic/autoit-js/commit/7658343a1fbe3bd4d23c16482de650ab9c7855c7))
208+
* Implement ControlSend ([318483e](https://github.com/KasimAhmic/autoit-js/commit/318483eb1e6cc159e0d70ac39673ec50367fd404))
209+
* Implement ControlSendByHandle ([a48fde2](https://github.com/KasimAhmic/autoit-js/commit/a48fde21abfd9d864abcbae4cee14586543a4b15))
210+
* Implement ControlSetText ([e036691](https://github.com/KasimAhmic/autoit-js/commit/e0366919c53fa23539cb2c440c1fba8a32fafe70))
211+
* Implement ControlSetTextByHandle ([d2dbf14](https://github.com/KasimAhmic/autoit-js/commit/d2dbf14cbbdf63e8fb3f9ad47ef7bc023443c9fc))
212+
* Implement ControlShow ([90df486](https://github.com/KasimAhmic/autoit-js/commit/90df486a061089a51e3476cbc671ce0db3de382d))
213+
* Implement ControlShowByHandle ([e6f4d70](https://github.com/KasimAhmic/autoit-js/commit/e6f4d702138f392f819b3287cb3afbc889176bbf))
214+
* Implement GetError ([737bc82](https://github.com/KasimAhmic/autoit-js/commit/737bc82b758533c27e9b1501c6f03d646cb2246f))
215+
* Implement IsAdmin ([f0ec896](https://github.com/KasimAhmic/autoit-js/commit/f0ec896048f1ef37a1c373bfa6f53ce76cb5797a))
216+
* Implement Library base class ([434cf01](https://github.com/KasimAhmic/autoit-js/commit/434cf01443c071c08903daec0956a1ab60f77039))
217+
* Implement MouseClick ([bc3c6e9](https://github.com/KasimAhmic/autoit-js/commit/bc3c6e9f092c0e0591b0ebda8455fe3ecdeec38e))
218+
* Implement MouseClickDrag ([d7b9f14](https://github.com/KasimAhmic/autoit-js/commit/d7b9f14991ea74d576bb5f051865e7b91a404efe))
219+
* Implement MouseDown and MouseUp ([83a0fbd](https://github.com/KasimAhmic/autoit-js/commit/83a0fbd1c0585149f0c9de137c5f9dacec4eaacd))
220+
* Implement MouseGetCursor ([a076d00](https://github.com/KasimAhmic/autoit-js/commit/a076d00f768c0c6054ce11c0040f9cf963d78a71))
221+
* Implement MouseGetPos ([589f9c0](https://github.com/KasimAhmic/autoit-js/commit/589f9c02d8da0d86aa228af339b7671571eb0423))
222+
* Implement MouseMove ([3647d48](https://github.com/KasimAhmic/autoit-js/commit/3647d48b412f577a42603eca4f050b61ce8b8516))
223+
* Implement MouseWheel ([90147ec](https://github.com/KasimAhmic/autoit-js/commit/90147ec929e2a1607a7cce22cbfefa30dbc1692a))
224+
* Implement PixelChecksum ([7f3375c](https://github.com/KasimAhmic/autoit-js/commit/7f3375cfe6ab90496274faf3fc7c0eabcf07a33b))
225+
* Implement PixelGetColor ([449ae06](https://github.com/KasimAhmic/autoit-js/commit/449ae06bc189a3450222736576def2177ccd1aec))
226+
* Implement ProcessClose ([5805624](https://github.com/KasimAhmic/autoit-js/commit/58056246b2749458d1b824ef0e67bac6a0607362))
227+
* Implement ProcessExists ([7eed030](https://github.com/KasimAhmic/autoit-js/commit/7eed0304345a5f1c586fa3fd45cee61705de1825))
228+
* Implement ProcessSetPriority ([5c33d69](https://github.com/KasimAhmic/autoit-js/commit/5c33d69b322a81ae1345c2acfdad4b016db733c9))
229+
* Implement ProcessWait ([7c5f532](https://github.com/KasimAhmic/autoit-js/commit/7c5f5329114919b1ebcb6e8d7106d63010796b06))
230+
* Implement ProcessWaitClose ([1fca11f](https://github.com/KasimAhmic/autoit-js/commit/1fca11fb924865c0286cbaf67594ef43af45cb12))
231+
* Implement Run ([cb70b89](https://github.com/KasimAhmic/autoit-js/commit/cb70b8901ae7878177c2c1fc19efff06a351e1c9))
232+
* Implement RunWait ([fdd9ba9](https://github.com/KasimAhmic/autoit-js/commit/fdd9ba96b951c15d5f62d7fd9b32723935e846d2))
233+
* Implement Send ([28c7759](https://github.com/KasimAhmic/autoit-js/commit/28c7759e668fdfd3d803f2a48d3c8a6deacfe8d1))
234+
* Implement Sleep ([d42c314](https://github.com/KasimAhmic/autoit-js/commit/d42c3145646eecaf04dfcba88697576ef5f720c7))
235+
* Implement WinClose, WinCloseByHandle, WinExists, and WinExistsByHandle ([b6dcbbb](https://github.com/KasimAhmic/autoit-js/commit/b6dcbbb2aa02cb3bfff1a53f7a93098d47c0f5de))
236+
* Implement WinGetCaretPos ([9ede7c3](https://github.com/KasimAhmic/autoit-js/commit/9ede7c32c755e1178a676a1593ccd4dbe3186d9e))
237+
* Implement WinGetClientSize ([4e8633f](https://github.com/KasimAhmic/autoit-js/commit/4e8633f648ef1a19c5c0e8e16c429fe9d9a87042))
238+
* Implement WinGetClientSizeByHandle ([4054a6b](https://github.com/KasimAhmic/autoit-js/commit/4054a6bf3eab77d476fff9aa36afa99e933e1dd2))
239+
* Implement WinGetHandleAsText ([31fbc90](https://github.com/KasimAhmic/autoit-js/commit/31fbc900e5cb6b0b2b2eb70e6cce1b0527bdb56b))
240+
* Implement WinGetPos ([556a6d3](https://github.com/KasimAhmic/autoit-js/commit/556a6d325ad507b93abbde0e3c0ab284955b6519))
241+
* Implement WinGetPosByHandle ([4a3ac27](https://github.com/KasimAhmic/autoit-js/commit/4a3ac2779827dd0eb86ad297c56dd81dfa3a184e))
242+
* Implement WinGetProcess ([ba81367](https://github.com/KasimAhmic/autoit-js/commit/ba8136751cc3463a66027af7f68fc10f261f7c69))
243+
* Implement WinGetProcessByHandle ([bbde7db](https://github.com/KasimAhmic/autoit-js/commit/bbde7dba67265d209ed539493a802464bf51924d))
244+
* Implement WinGetState ([de2a4bf](https://github.com/KasimAhmic/autoit-js/commit/de2a4bf23d32132c8b347ce415838743b97beec4))
245+
* Implement WinGetStateByHandle ([a505422](https://github.com/KasimAhmic/autoit-js/commit/a505422365b07bd31c925ab5eeb402ee87f2bd4f))
246+
* Implement WinGetText ([36d43f7](https://github.com/KasimAhmic/autoit-js/commit/36d43f7937dbcdeed5bec435e3984e4d5ba6dc5a))
247+
* Implement WinGetTextByHandle ([df810b5](https://github.com/KasimAhmic/autoit-js/commit/df810b5ccd6743a6d419fdf48f297c06f7ad77d5))
248+
* Implement WinGetTitle ([260aa3e](https://github.com/KasimAhmic/autoit-js/commit/260aa3e5da694eeb1c0669fc8f315ce84225da8e))
249+
* Implement WinGetTitleByHandle ([b2502ea](https://github.com/KasimAhmic/autoit-js/commit/b2502ea184e6191572bd20ce053d3eb5e4d44f4e))
250+
* Implement WinKill ([105d869](https://github.com/KasimAhmic/autoit-js/commit/105d8693a3e3174013369b7e19cd7e74dcc512cd))
251+
* Implement WinKillByHandle ([48068b2](https://github.com/KasimAhmic/autoit-js/commit/48068b2f7be8f919a009828ff6086b92197c3031))
252+
* Implement WinMenuSelectItem ([5aa4cec](https://github.com/KasimAhmic/autoit-js/commit/5aa4cec229fe26c0fc22bfecfd6d52ac75d0ab65))
253+
* Implement WinMenuSelectItemByHandle ([181f273](https://github.com/KasimAhmic/autoit-js/commit/181f2731717b983b26089507578151761b675acc))
254+
* Implement WinMinimizeAll ([15dac8f](https://github.com/KasimAhmic/autoit-js/commit/15dac8f5b75b1eb075c546df1029a0486de7927b))
255+
* Implement WinMinimizeAllUndo ([c8aeb6b](https://github.com/KasimAhmic/autoit-js/commit/c8aeb6baf36224fad5a1c40c8c2af15411c19468))
256+
* Implement WinMove ([4784460](https://github.com/KasimAhmic/autoit-js/commit/4784460c0ead8eb7ccadeb4816f174778c3ab9f1))
257+
* Implement WinMoveByHandle ([3e4885b](https://github.com/KasimAhmic/autoit-js/commit/3e4885b9e2a3085cb7d0a90919a4b2ebe7d5b974))
258+
* Implement WinSetOnTop ([b2cb1f9](https://github.com/KasimAhmic/autoit-js/commit/b2cb1f9cdfcf9e0f5ef35e3e440c26cb362259b8))
259+
* Implement WinSetOnTopByHandle ([5760a63](https://github.com/KasimAhmic/autoit-js/commit/5760a63d077316c1fd078d1c8bb692e6ec383434))
260+
* Implement WinSetState ([9322a7e](https://github.com/KasimAhmic/autoit-js/commit/9322a7ecb7a2d579fe7e7a73120e5cfd9962371c))
261+
* Implement WinSetStateByHandle ([29159fa](https://github.com/KasimAhmic/autoit-js/commit/29159fa2a5c3d7c1f34182a400945e132b4e2b16))
262+
* Implement WinSetTitle ([d662bc4](https://github.com/KasimAhmic/autoit-js/commit/d662bc47c8aa588d0a69f9386b10f72a919637a0))
263+
* Implement WinSetTitleByHandle ([f81a6b8](https://github.com/KasimAhmic/autoit-js/commit/f81a6b8b0f016c35f7ce0d80adfe7138365ec4f6))
264+
* Implement WinSetTrans ([5ae7d1e](https://github.com/KasimAhmic/autoit-js/commit/5ae7d1ecffaab13578933aa06dbc4aea525997d2))
265+
* Implement WinSetTransByHandle ([fa94521](https://github.com/KasimAhmic/autoit-js/commit/fa9452102225c590db61263faa041c3f42a61f1d))
266+
* Implement WinWait ([4a42dda](https://github.com/KasimAhmic/autoit-js/commit/4a42dda1c82ecb82c4278204ad6e52084ddd47de))
267+
* Implement WinWaitActive ([3ada347](https://github.com/KasimAhmic/autoit-js/commit/3ada3476b0fef8a864c0fce0b7fa750e9bb5c2be))
268+
* Implement WinWaitActiveByHandle ([34fd143](https://github.com/KasimAhmic/autoit-js/commit/34fd143e9a0d06d5f88e9da21484538f73650124))
269+
* Implement WinWaitByHandle ([bdde57c](https://github.com/KasimAhmic/autoit-js/commit/bdde57c8ad001750ba77591a4698ad23d4049359))
270+
* Implement WinWaitClose ([a6d4cf1](https://github.com/KasimAhmic/autoit-js/commit/a6d4cf1813898543fffc4fb37802fbed362beb1a))
271+
* Implement WinWaitCloseByHandle ([ed5670d](https://github.com/KasimAhmic/autoit-js/commit/ed5670db34e4454e01bbcd55efc62c07f0ed7063))
272+
* Implement WinWaitNotActive ([8d9adf4](https://github.com/KasimAhmic/autoit-js/commit/8d9adf439b9f7141964d43bed03540623203d5df))
273+
* Implement WinWaitNotActiveByHandle ([56ec3e9](https://github.com/KasimAhmic/autoit-js/commit/56ec3e9c6d8e70bb8b7e899370a06e2a0a8b1a8d))
274+
* Increase default characterCount to 1024 ([295c883](https://github.com/KasimAhmic/autoit-js/commit/295c883d0e70405298afe676616e3299ee52a883))
275+
* Initial ControlCommand and ControlCommandByHandle implementation ([d38a4a1](https://github.com/KasimAhmic/autoit-js/commit/d38a4a1c548ae5537a0117f410ff1f56d037a0c6))
276+
* Initial PixelSearch implementation ([a3b398b](https://github.com/KasimAhmic/autoit-js/commit/a3b398bd759370dab62632afae4eb294e07d3f2d))
277+
* Initial ToolTip implementation ([d3b94c7](https://github.com/KasimAhmic/autoit-js/commit/d3b94c7d1f637818851ff8a92d493b3ec7466a18))
278+
* Initial work on AuotIt mapping ([40da9a1](https://github.com/KasimAhmic/autoit-js/commit/40da9a1561bcb6dfb30052eb0eb318dba4262a7f))
279+
* Log a warning instead of throwing an error when using on non-Windows ([6d914a6](https://github.com/KasimAhmic/autoit-js/commit/6d914a6d00f33ffedbbf8b45c3e11b2762264fd6))
280+
* Replace ffi-rs with koffi ([ce247ea](https://github.com/KasimAhmic/autoit-js/commit/ce247ea1c85c655d520397524b8ef4cb520a2c99))
281+
* Stringify objects and arrays in Logger ([233ec69](https://github.com/KasimAhmic/autoit-js/commit/233ec69a76ce3877d5ce070b5e39e81de94b44d4))
282+
* Use bigints for HWND values ([fc146fc](https://github.com/KasimAhmic/autoit-js/commit/fc146fc36d15e0771ff463ab1aeca45f40f6c7e4))
283+
* WinGetClassListByHandle ([55166e4](https://github.com/KasimAhmic/autoit-js/commit/55166e430f801695c8f2be6edea809c0d665ef18))

0 commit comments

Comments
 (0)