Skip to content

Commit

Permalink
update to v0.5.5 && update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed Feb 17, 2018
1 parent 7156a99 commit cf729cc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
======

* v0.5.5: Add `EventControlOperationPlugin` && Introduce format expression && Add 'passive mode' setting && Fix UI problem when requesting permission && Dev changes
* Add `EventControlOperationPlugin` to be able to change Events' status
* Introduce format expression for many user-input fields
* Current supported expressions are:
* `%DATE%` for current date (`yyyy-MM-DD`)
* `%TIME%` for current time (`HH-mm-ss`)
* Add 'passive mode' setting
* When setting to passive mode, Easer won't check the initial status, but would only listen to new events thereafter
* Fix unable to set enabled/disabled state for plugin views after requesting permission
* Dev change: simplify several plugins

* v0.5.4: Restore the old definitions for inline Scenarios && Add `TcpTripEventPlugin` && Various changes
* Restore the old definitions of "repeatable" and "persistent" when using inline Scenarios
* They were overridden previously when introducing Scenario
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 55
versionName "0.5.4"
versionCode 56
versionName "0.5.5"

vectorDrawables.useSupportLibrary = true

Expand Down
5 changes: 5 additions & 0 deletions docs/en/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ Supported Features
* Send SMS
* Post Notifications
* Set alarm
* Change Event status

### Misc
* Formatting expression (supported in the fields of many Events/Operations)
* `%DATE%` - current date (`yyyy-MM-DD`)
* `%TIME%` - current time (`HH-mm-ss`)
6 changes: 6 additions & 0 deletions docs/zh/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@
* 發送短信息
* 發送通知
* 設定鬧鐘
* 控制事件狀態

### 雜項
* 格式化表達式(多數事件和動作的用戶輸入區均支持)
* `%DATE%` - 當前日期(`yyyy-MM-DD`)
* `%TIME%` - 當前時間(`HH-mm-ss`)

0 comments on commit cf729cc

Please sign in to comment.