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 beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Mar 28, 2017
1 parent 87509e4 commit d15dd19
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## [1.0.0-beta.4](https://github.com/appium/appium-desktop/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2017-03-09)
## [1.0.0-beta.6](https://github.com/appium/appium-desktop/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2017-03-28)

### Changes
* Feature: When update fails to work automatically, show a link to the releases page
* Feature: Add a simple element finding recommendation to the element detail
* Fix: With logTimestamps set to `true`, server console timestamps would all update anytime a new one came in
* Fix: When opening up the app after an old version had been installed, any click would cause an error due to inability to read settings files correctly


## [1.0.0-beta.5](https://github.com/appium/appium-desktop/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2017-03-09)

### Changes
* Feature: When update complete, updater dialog asks user to close Appium instead of restarting it
Expand All @@ -11,7 +20,7 @@
### Changes
* Feature: add logging to autoUpdater ([#74](https://github.com/appium/appium-desktop/issues/74))
* Fix: improved markup and CSS in update window ([#74](https://github.com/appium/appium-desktop/issues/74))
* Fix: when an update is found, pulls release notes from GitHub API and displays them in the update window textarea
* Fix: when an update is found, pulls release notes from GitHub API and displays them in the update window textarea


## [1.0.0-beta.3](https://github.com/appium/appium-desktop/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2017-03-09)
Expand Down
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.5",
"version": "1.0.0-beta.6",
"description": "Graphical interface for the Appium server, and an app inspector",
"repository": {
"type": "git",
Expand Down

0 comments on commit d15dd19

Please sign in to comment.