Skip to content

Commit 2620e6f

Browse files
committed
Update changelog for 0.42
1 parent 4f3bc06 commit 2620e6f

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

CHANGELOG.rst

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,120 @@ Changelog
22
=========
33

44

5+
v0.42 (2019-05-10)
6+
------------------
7+
- Bump 0.42. [Kazuaki Matsuo]
8+
- Fix functional tests failed (android, appium_tests) (#366) [Mori
9+
Atsushi]
10+
11+
* Fix test failed: test_send_keys, test_screen_record
12+
13+
* Fix test failed: test_update_settings
14+
15+
* Fix test failed: test_start_activity_other_app
16+
17+
* Move and rename helper package
18+
19+
* Update along to review comments
20+
21+
* Add return value to wait_for_element
22+
- Support get_performance_data, get_performance_data_types (#368) [Mori
23+
Atsushi]
24+
25+
* Support get_performance_data, get_performance_data_types
26+
27+
* Add api doc
28+
29+
* Add performance unittest
30+
31+
* Tweak
32+
33+
* Update api doc
34+
- Fix poll_url in Python 3 (#370) [Kazuaki Matsuo]
35+
- Support set_gsm_voice (#367) [Mori Atsushi]
36+
37+
* Support set_gsm_voice
38+
39+
* Add set_gsm_voice unittest
40+
41+
* Fix typo
42+
- Fix functional tests failed (#364) [Mori Atsushi]
43+
44+
* Fix test failed: element_location_in_view, set_text
45+
46+
* Fix test failed: test_push_file
47+
48+
* Merge test_pull_test into test_push_test
49+
50+
* Fix test failed: test_pull_folder
51+
52+
* Enable running by both py2 and py3
53+
54+
* Removed unnecessary codes
55+
56+
* Remove magic number
57+
- Support get_system_bars (#363) [Mori Atsushi]
58+
59+
* Support get_system_bars
60+
61+
* Add api doc
62+
63+
* Add get_system_bars unittest
64+
65+
* Remove FIXME
66+
- Support make_gsm_call (#360) [Mori Atsushi]
67+
68+
* Move const to gsm_signal_strength
69+
70+
* Support make_gsm_call
71+
72+
* Add make_gsm_call unittest
73+
74+
* Move const to gsm class
75+
76+
* Move get_dict_const to common.helper
77+
78+
* Rename func
79+
80+
* Use OrderedDict to keep defined order
81+
- Support set_gsm_signal (#357) [Mori Atsushi]
82+
83+
* Support set_gsm_signal
84+
85+
* Fix: NONE_OR_UNKNOWN doesn't work
86+
87+
* Add set_gsm_signal unittest
88+
89+
* Use int for signal strength const
90+
91+
* Raise exception when signal strength is out of range
92+
93+
* Fix: wrong class name
94+
95+
* Removed args validation
96+
97+
Since arg validation already done by server side
98+
99+
* Show warning log when arg is out of range
100+
101+
* Some changes for less maintenance
102+
- Mobile:pinchOpen and mobile:pinchClose no longer implemented in appium
103+
drivers (#358) [Jonah]
104+
- Remove unnecessary codes. [Atsushi Mori]
105+
- Replace 'on' with AC_ON. [Atsushi Mori]
106+
- Update api doc. [Atsushi Mori]
107+
- Define AC_OFF, AC_ON as const. [Atsushi Mori]
108+
- Skip pylint warnings. [Atsushi Mori]
109+
- Add return value. [Atsushi Mori]
110+
- Update api doc. [Atsushi Mori]
111+
- Add set_power_ac unittest. [Atsushi Mori]
112+
- Support set_power_ac. [Atsushi Mori]
113+
- Added set_power_capacity unittest. [Atsushi Mori]
114+
- Support set_power_capacity. [Atsushi Mori]
115+
- Update changelog for 0.41. [Kazuaki Matsuo]
116+
- Bump 0.41. [Kazuaki Matsuo]
117+
118+
5119
v0.41 (2019-04-23)
6120
------------------
7121
- Fix True/False in image settings, add boolean value in settings test

0 commit comments

Comments
 (0)