This commit is contained in:
dmacias72 2016-05-28 10:20:09 -06:00
parent 363c7e0ac1
commit 0a2ae9f28e
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "qnotify"> <!ENTITY name "qnotify">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.05.22"> <!ENTITY version "2016.05.28">
<!ENTITY launch "Settings/QNotify"> <!ENTITY launch "Settings/QNotify">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,8 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;"> <PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES> <CHANGES>
###2016.05.28
- add log file
###2016.05.22 ###2016.05.22
- fix: get token from notification settings - fix: get token from notification settings
- fix: clear settings when stopping - fix: clear settings when stopping

View File

@ -11,8 +11,10 @@ The Quassel Notify plugin allows you to receive Pushbullet notifications based o
</Description> </Description>
<Support>http://lime-technology.com/forum/</Support> <Support>http://lime-technology.com/forum/</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png</Icon>
<Date>2016-05-22</Date> <Date>2016-05-28</Date>
<Changes> <Changes>
###2016.05.28
- add log file
###2016.05.22 ###2016.05.22
- fix: get token from notification settings - fix: get token from notification settings
- fix: clear settings when stopping - fix: clear settings when stopping