Skip to content

Commit 047ed32

Browse files
authored
Release 9 8 0 (#724)
* Release 9.8.0 * Update release notes * add a comment to refer core lib * change comment style
1 parent 5bfb413 commit 047ed32

File tree

7 files changed

+449
-443
lines changed

7 files changed

+449
-443
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release tags are https://github.com/appium/ruby_lib/releases .
55

6+
## v9.8.0
7+
8+
### 1. Enhancements
9+
- Add start/stop recording screen [#674](https://github.com/appium/ruby_lib/issues/674)
10+
- replace core directory to core library [#665](https://github.com/appium/ruby_lib/issues/665), [#718](https://github.com/appium/ruby_lib/pull/718)
11+
- No change for users
12+
13+
### 2. Bug fixes
14+
15+
### 3. Deprecations
16+
- `ap_` prefixed logging
17+
- `source_window`: use `get_source` instead
18+
- `ios_version`: use `platform_version` instead
19+
- `current_app`: use `current_activity`, for example to know current app.
20+
621
## v9.7.5
722

823
### 1. Enhancements

contributing.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
For features or bug fixes, please submit a pull request. Ideally there would be a test as well. The remainder of this doc details how to run the tests.
44

5+
If you'd like to adding new driver commands, please refer to https://github.com/appium/ruby_lib_core
6+
57
## Tests
68

79
- Tests are run against [appium's master branch](https://github.com/appium/appium/blob/master/docs/en/contributing-to-appium/appium-from-source.md)

0 commit comments

Comments
 (0)