File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Read `release_notes.md` for commit level details.
10
10
11
11
### Deprecations
12
12
13
+ ## [ 4.7.0] - 2021-07-17
14
+
15
+ ### Enhancements
16
+ - Add ` satellites ` option in ` Appium::Core::Base::Driver#set_location `
17
+
13
18
## [ 4.6.0] - 2021-06-03
14
19
15
20
### Enhancements
@@ -18,7 +23,7 @@ Read `release_notes.md` for commit level details.
18
23
## [ 4.5.0] - 2021-03-14
19
24
20
25
### Enhancements
21
- - Add ` speed ` argument for ` Appium::Core::Base::Driver#set_location ` since Appium 1.21.0
26
+ - Add ` speed ` argument for ` Appium::Core::Base::Driver#set_location ` since Appium 1.21.0
22
27
- Add ` multiple ` and ` match_neighbour_threshold ` arguments for ` Appium::Core::Base::Driver#find_image_occurrence `
23
28
24
29
## [ 4.4.1(4.4.0)] - 2021-02-15(2021-02-13)
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
module Core
17
- VERSION = '4.6 .0' unless defined? ::Appium ::Core ::VERSION
18
- DATE = '2021-06-03 ' unless defined? ::Appium ::Core ::DATE
17
+ VERSION = '4.7 .0' unless defined? ::Appium ::Core ::VERSION
18
+ DATE = '2021-07-17 ' unless defined? ::Appium ::Core ::DATE
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments