New:
1. support x64 python and x64 Java
2. support customized windows access bridge dll file
3. support get table cells
4. add test cases
5. add internal function to do Accessible Action
6. add hold action for mouse click
7. support none ascii character input through "input"(paste from clipboard)
8. add scroll action(only for scroll bar)
9. add slide action(only for slider)
10. add function to get selected element
11. add select action for checkbox, combobox, page tab list, list and menu
12. add spin action for spinner
13. add expand action for expandable component
14. add status checking for editable
Update:
1. update depends version for pillow
2. add fixed JAB internal function
3. support click action both from win32 mouse event and JAB internal function
4. support input action both from win32 keyboard event and JAB internal function
Fix:
1. fix multiple key press through win32api
2. fix incorrect variable status bar
3. fix bug for get get text from textarea