Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
update changelog and version for next beta rev
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Mar 2, 2017
1 parent 6c82a2c commit b9cc660
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<a name="1.0.0-beta"></a>
## [1.0.0-beta](https://github.com/appium/appium-desktop/compare/e583bf1f7da6436e5b09747644700b1d19d66f1e...v1.0.0-beta) (2017-02-28)
## [1.0.0-beta.1](https://github.com/appium/appium-desktop/compare/v1.0.0-beta...v1.0.0-beta.1) (2017-02-28)

### Features

* Fix: shell environment was not loaded so drivers dependent on shell path or environment variables could not function ([#45](https://github.com/appium/appium-desktop/issues/45))
* Fix: some persistent settings keys were not given defaults and caused issues e.g. saving presets ([#52](https://github.com/appium/appium-desktop/issues/52))

*## [1.0.0-beta](https://github.com/appium/appium-desktop/compare/e583bf1f7da6436e5b09747644700b1d19d66f1e...v1.0.0-beta) (2017-02-28)

### Features

Expand All @@ -10,4 +16,4 @@
* Can use SauceLabs, TestObject or any other arbitrary remote server to run Appium sessions
* Has an inspector window that allows the user to look at a screenshot and source of a running session
* Can select elements in the source and inspect their attributes
* Can call tap and sendKeys on elements
* Can call tap and sendKeys on elements
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-desktop",
"version": "1.0.0-beta",
"version": "1.0.0-beta.1",
"description": "Graphical interface for the Appium server, and an app inspector",
"repository": {
"type": "git",
Expand Down

0 comments on commit b9cc660

Please sign in to comment.