From 767bc314e5e12cfb5008c8cf14bae2a78fb49e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 13:06:55 +0800 Subject: [PATCH] Update README.md --- README.md | 56 ------------------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/README.md b/README.md index e9a8acd..5aaf19e 100644 --- a/README.md +++ b/README.md @@ -43,59 +43,3 @@ url, // optional - a supplementary URL to show with your mess }); ``` - -## Changelog -### 1.1.0 (2018-09-02) -* (bluefox) Admin3 is supported now - -### 1.0.4 (2017-10-22) -* (janhuddel) callback is now possible (to receive the receipt from pushover if you use priority = 2) - -### 1.0.3 (2017-10-21) -* (Tan-DE) Change priorities in blockly - -### 1.0.2 (2016-10-12) -* (bluefox) support of blockly - -### 1.0.1 (2016-08-28) -* (bluefox) filter out double messages - -### 1.0.0 (2016-06-01) -* (bluefox) fix timestamp -* (bluefox) update grunt packages - -### 0.1.1 (2015-05-03) -* (bluefox) add readme link - -### 0.1.0 (2015-01-03) -* (bluefox) enable npm install - -### 0.0.4 (2014-11-22) -* (bluefox) support of new naming concept - -### 0.0.3 (2014-10-08) -* (bluefox) add "daemon" mode to "subscribe" - -## License - -The MIT License (MIT) - -Copyright (c) 2014-2018 bluefox - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE.