Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luosheng committed May 16, 2017
1 parent a1923a0 commit 31df4a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#Change Log

## 0.2.0 (2017-05-16)

### Added
* Extensions have been added. Users should be able to perform extra behaviors depending on the apps installed on their machines. Currently, iTerm and Realm browser are supported.

### Changed
* Simulators with unavailable runtimes are not displayed.
* Simulators with no apps are not displayed.

### Fixed
* Fix an issue where checking exisiting startup items may crash the app.
2 changes: 1 addition & 1 deletion OpenSim/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ You can visit the latest [release](https://github.com/luosheng/OpenSim/releases)

- [x] Parsing results from `xcrun` command rather than `device_set.plist` file (thank @bradvandyk)
- [x] Watch for changes from simulators directory and reload dynamically
- [ ] Filter out empty simulators
- [ ] Better UI
- [x] Filter out empty simulators
- [x] Better UI
- [ ] Other functionalities like uninstalling apps or resetting data

0 comments on commit 31df4a1

Please sign in to comment.