From 31df4a11792b3de9b068d85c1bd9dea5d252e8e3 Mon Sep 17 00:00:00 2001 From: LUO Sheng Date: Tue, 16 May 2017 10:29:40 +0800 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.md | 13 +++++++++++++ OpenSim/Info.plist | 2 +- README.md | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bf5e0eb --- /dev/null +++ b/CHANGELOG.md @@ -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. \ No newline at end of file diff --git a/OpenSim/Info.plist b/OpenSim/Info.plist index 966a5d0..4e87973 100644 --- a/OpenSim/Info.plist +++ b/OpenSim/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.0 + 0.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index a8ca4e9..583bc2c 100644 --- a/README.md +++ b/README.md @@ -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