Skip to content

Commit

Permalink
Move to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed May 20, 2018
1 parent 0d1f192 commit 82e0252
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
======

* v0.6.1: Bug fixes && prompt improvement
* Fix crash when renaming Condition
* Fix crash when deleting Condition in use
* Disallow adding new Condition / Scenario / Profile when no relevant plugin is enabled
* Prompt for failure to delete

* v0.6: Add ConditionEvent (enter/leave) && Go back when pressing "back" && Do not clear log when reloading service && Various fixes && Dev changes
* Add ConditionEvent - Events for Condition state
* Enter Condition and Leave condition
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'ryey.easer'
minSdkVersion 15
targetSdkVersion 23
versionCode 69
versionName "0.6"
versionCode 70
versionName "0.6.1"

vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit 82e0252

Please sign in to comment.