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

Commit

Permalink
Prepare for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham committed Jul 24, 2017
1 parent 15627e9 commit 3952bde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
19 changes: 3 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
## [1.1.0-beta.4](https://github.com/appium/appium-desktop/compare/v1.1.0-beta.4...v1.1.0-beta.3) (2017-06-26)
## [1.1.0](https://github.com/appium/appium-desktop/compare/v1.0.0...v1.1.0) (2017-07-24)

### Changes
* Fix: Draggable app area and window controls issues in Windows and Linux (#229)

## [1.1.0-beta.3](https://github.com/appium/appium-desktop/compare/v1.1.0-beta.3...v1.1.0-beta.2) (2017-06-26)

### Changes
* Fix: Resize inspector if it was previously too small (#225)
* Feature: Can record actions in Java, JS, Python, and Ruby (#224)

## [1.1.0-beta.2](https://github.com/appium/appium-desktop/compare/v1.1.0-beta.2...v1.1.0-beta.1) (2017-05-12)

### Changes
* Fix: Previous version had wrong Appium Version on Mac (1.6.4 instead of 1.6.5)

## [1.1.0-beta.1](https://github.com/appium/appium-desktop/compare/v1.0.0...v1.1.0-beta.1) (2017-05-08)

### Changes
* Feature: Updated to Appium 1.6.5 (#208)
* Feature: Show a list of currently running sessions when attaching sessions (#196)
* Fix: Draggable app area and window controls issues in Windows and Linux (#229)
* Fix: Resize inspector if it was previously too small (#225)
* Fix: Pegged ANTD version to prevent errors (#198)

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

0 comments on commit 3952bde

Please sign in to comment.