- Path not correctly constructed without contextual UIPath [42](https://github.com/beuaaa/pywinauto_recorder/issues/42) - The duration is not correct in the functions move, click, etc... [41](https://github.com/beuaaa/pywinauto_recorder/issues/41)
0.6.0
This new version of Pywinauto Recorder focuses on a clearer syntax of the generated code and gives the user more possibilities.
Indeed, the idea is to use Pywinauto Recorder to generate a first version of an automation code that only works in an identical environment. The user will then be able to improve the code by simplifying the UIPath with '*' and 'RegEx: ' to have even more clarity and robustness.
:new: New Features
- Possibility to use * to define element paths [17](https://github.com/beuaaa/pywinauto_recorder/issues/17)
:star: Enhancements
- Replace Window and Region with UIPath [40](https://github.com/beuaaa/pywinauto_recorder/issues/40) - Enhance regex in UIPath [39](https://github.com/beuaaa/pywinauto_recorder/issues/39) - Possibility to specify windows that should be ignored or to specify windows that should be taken into account. [36](https://github.com/beuaaa/pywinauto_recorder/issues/36)
0.5.0
This release adds new features like multiple monitors and 'Smart mode'.
:new: New Features
- Possibility to use * to define element paths [17](https://github.com/beuaaa/pywinauto_recorder/issues/17) But this implementation is limited to only one *.
:star: Enhancements
- Support multiple monitors [25](https://github.com/beuaaa/pywinauto_recorder/issues/25) - ADD a 'Smart mode' when recording [6](https://github.com/beuaaa/pywinauto_recorder/issues/6)
:beetle: Bug Fixes
- Icons folder is missing causing unability to replay recorded script [22](https://github.com/beuaaa/pywinauto_recorder/issues/22) - Application starts and immediately closes [14](https://github.com/beuaaa/pywinauto_recorder/issues/14) - I tried with Unified Service Desk 4.1, the application is crashing while recording. [11](https://github.com/beuaaa/pywinauto_recorder/issues/11) - pip install pywinauto_recorder does not work [10](https://github.com/beuaaa/pywinauto_recorder/issues/10) - Pywinauto_recorder.exe does not work on all PC [9](https://github.com/beuaaa/pywinauto_recorder/issues/9) - Some special characters generate errors while recording to disk [3](https://github.com/beuaaa/pywinauto_recorder/issues/3) - Fix accuracy of relative coordinates [2](https://github.com/beuaaa/pywinauto_recorder/issues/2)
:test_tube: Tests
- fix menu_click in tests [1](https://github.com/beuaaa/pywinauto_recorder/issues/1)