CHANGES
=======

* change localhost to 127.0.0.1

2.12.0
------

* add open\_url method

2.11.5
------

* fix swipe set duration no effect, close #591

2.11.4
------

* xpath: %xxx% support content-desc

2.11.3
------

* add missing builtin arg
* add builtin and autostart to watch\_context
* add hire doc

2.11.2
------

* update requirements

2.11.1
------

* fix settings props check

2.11.0
------

* add watch\_context which may replace watcher
* fix reset-uiautomator on windows error

2.10.2
------

* add retry for app\_current, fix #572
* update sponsor link

2.10.1
------

* update tests, prevent atx-agent log too large

2.10.0
------

* add more tests
* add Direction, support scroll\_to, update some doc
* d.xpath add scroll support

2.9.6
-----

* fix support for d(resourceId='android:id/text1')[-1].get\_text()

2.9.5
-----

* support change to production use os.environ['TMQ'] = true
* raise EnvironmentError directly when connected with wifi, but atx-agent is down

2.9.4
-----

* fix recover logic when atx-agent is not responsing

2.9.3
-----

* enable screenrecord test
* fix screenrecord

2.9.2
-----

* fix wait\_for\_device not finished error

2.9.1
-----

* fix selector long\_click bug
* update doc

2.9.0
-----

* add operation\_delay support

2.8.6
-----

* add init into connect\_usb for compability

2.8.5
-----

* remove humanize
* add support d(description=我的淘宝).screenshot()

2.8.4
-----

* hotfix for set\_new\_command\_timeout error

2.8.3
-----

* hot fix for connect error when atx-agent not installed

2.8.2
-----

* support fallback to WiFi when usb disconnected, add deprecated method :service

2.8.1
-----

* fix app\_start missing stop=True error
* support push url

2.8.0
-----

* change property serial back
* add double\_click, set click\_pre and post delay to 0
* fix bugs reported in qq
* remove useless code
* add missing swipe\_ext and @address(teditor)
* finally version
* add missing toast
* add more method
* rewrite uiautomator2, too complex

2.7.3
-----

* add timeout(60s) in init.py to prevent hang on apk install page

2.7.2
-----

* update adbutils which buildin adb.exe for windows
* rewrite part of init code

2.7.1
-----

* upgrade adbutils: support download adb.exe when missing on windows

2.7.0
-----

* add click\_exists to xpath

2.6.2
-----

* fix with reinstall apks when meet signature not matched error
* add image.click doc and tests

2.6.1
-----

* screenrecord support horizontal and vertical, support limit fps
* add screenrecord usage

2.6.0
-----

* add screenrecord code
* add screenrecord sample
