Skip to content

Commit 31df4a1

Browse files
committed
Bump version to 0.2.0
1 parent a1923a0 commit 31df4a1

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#Change Log
2+
3+
## 0.2.0 (2017-05-16)
4+
5+
### Added
6+
* 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.
7+
8+
### Changed
9+
* Simulators with unavailable runtimes are not displayed.
10+
* Simulators with no apps are not displayed.
11+
12+
### Fixed
13+
* Fix an issue where checking exisiting startup items may crash the app.

OpenSim/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.0</string>
20+
<string>0.2.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ You can visit the latest [release](https://github.com/luosheng/OpenSim/releases)
1414

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

0 commit comments

Comments
 (0)