From d5173e4aeffe46ddc0433423a37e032a24ea40dd Mon Sep 17 00:00:00 2001 From: Yochpaz Yehonatan Date: Tue, 5 Dec 2017 11:35:36 +0200 Subject: [PATCH] * another change in the release notes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b7f4bc0..6f7569b9 100644 --- a/README.md +++ b/README.md @@ -71,12 +71,12 @@ When upgrading there might be some changes in the data the plugin uses and saves To prevent this loss of configuration you should save the panel JSON of all panels you have (by exporting the panel or dashboards) and keep them somewhere safe until you made sure everything is working after the upgrade. ### Version 1.0.7 - What's new? -* Threshold settings - removed 'show always' option, and replaced it with 2 options: +* Threshold settings - removed `Show Always` option, and replaced it with 2 options: * `Display Alias` - Select when to show the metric alias. * `Display Value` - Select when to show the metric value. * Text format configuration (`bold` / `italic`) for `warning` / `critical` / `disabled` states. -* Option to change the corner radius of the panel. -* Fixed decimal percision in case we get number with format like '1e-10'. +* Option to change the corner radius of the panel. Now you can change the panel's shape to have rounded corners. +* Fixed decimal precision in case we get number with format like '1e-10'. * Bugfix - When creating new metric, The `Handler Type` didn't get default value. # Screenshots