File tree 5 files changed +513
-480
lines changed
5 files changed +513
-480
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ Commit based release not is [release_notes.md](./release_notes.md)
3
3
4
4
Release tags are https://github.com/appium/ruby_lib/releases .
5
5
6
+ ## v9.3.6
7
+ ### 1. Enhancements
8
+ - Add toggle touch id enrollment [ #521 ] ( https://github.com/appium/ruby_lib/pull/521 )
9
+
10
+ ### 2. Bug fixes
11
+
12
+ ### 3. Deprecations
13
+
6
14
## v9.3.5
7
15
### 1. Enhancements
8
16
- add some commands for Android and class chain for iOS [ #513 ] ( https://github.com/appium/ruby_lib/issues/513 )
@@ -65,7 +73,7 @@ Release tags are https://github.com/appium/ruby_lib/releases .
65
73
## v9.3.0
66
74
### 1. Enhancements
67
75
- wait / wait_true need global defaults [ #250 ] ( https://github.com/appium/ruby_lib/issues/250 )
68
- - You can set default value in ` appium_lib `
76
+ - You can set default value in ` appium_lib `
69
77
- e.g.: [ lib/appium_lib/driver.rb] ( https://github.com/appium/ruby_lib/blob/34803ef6b7b94df9ef4e147ba8fec5c1d2cfaada/lib/appium_lib/driver.rb#L341-L351 )
70
78
- Problem with delta_x/delta_y in swipe method [ #461 ] ( https://github.com/appium/ruby_lib/issues/461 )
71
79
- Revert _ fix arguments for ` move_to ` in ` swipe ` method._ in Appium v8.2.1
You can’t perform that action at this time.
0 commit comments