From ebb5e6e99c7ea5ece3d8c64f345256de78c7b455 Mon Sep 17 00:00:00 2001 From: "Rui Zhao (renyuneyun)" Date: Wed, 28 Mar 2018 23:02:55 +0100 Subject: [PATCH] move to v0.5.6 && update documents --- CHANGELOG.md | 10 ++++++++++ app/build.gradle | 4 ++-- docs/en/FEATURES.md | 1 + docs/zh/FEATURES.md | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2fd2fc..4f92fa27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 7797e49c..baeca6db 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/docs/en/FEATURES.md b/docs/en/FEATURES.md index 83fd769a..09db0f6e 100644 --- a/docs/en/FEATURES.md +++ b/docs/en/FEATURES.md @@ -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) diff --git a/docs/zh/FEATURES.md b/docs/zh/FEATURES.md index 1adbb0ce..222885b4 100644 --- a/docs/zh/FEATURES.md +++ b/docs/zh/FEATURES.md @@ -35,6 +35,7 @@ * 發送通知 * 設定鬧鐘 * 控制事件狀態 +* 調整音量 ### 雜項 * 格式化表達式(多數事件和動作的用戶輸入區均支持)