Skip to content

Commit

Permalink
move to v0.5.6 && update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed Mar 28, 2018
1 parent e6721db commit ebb5e6e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
CHANGELOG
======

* v0.5.6: Add the ability to control volume && Allow to customize Do Not Disturb mode (Ringer Mode) && Drop unneeded menus
* Add `VolumeOperationPlugin` to control volume
* Allow to customize Do Not Disturb mode in `RingerModeOperationPlugin`
* Drop unneeded menus / menu items (because their usage is already in somewhere else)
* Drop the menu (which contains only "Add") in the list of Profile / Event / Scenario
* Drop menu item "About" in Outline
* Dev changes
* Add forgotten tests
* Move a class to the correct package

* v0.5.5.4: Use the newest WiFi scan result && Validate data before importing && Check permission before importing and exporting && Danish translation && Minor changes
* Request to scan for WiFi APs when obtaining WiFi list
* Validate data before actually importing
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 60
versionName "0.5.5.4"
versionCode 61
versionName "0.5.6"

vectorDrawables.useSupportLibrary = true

Expand Down
1 change: 1 addition & 0 deletions docs/en/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Supported Features
* Post Notifications
* Set alarm
* Change Event status
* Control volume

### Misc
* Formatting expression (supported in the fields of many Events/Operations)
Expand Down
1 change: 1 addition & 0 deletions docs/zh/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* 發送通知
* 設定鬧鐘
* 控制事件狀態
* 調整音量

### 雜項
* 格式化表達式(多數事件和動作的用戶輸入區均支持)
Expand Down

0 comments on commit ebb5e6e

Please sign in to comment.