This commit is contained in:
dmacias72 2016-06-03 13:16:06 -06:00
parent 8b829e618e
commit c2b1818c60
2 changed files with 12 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "speedtest"> <!ENTITY name "speedtest">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.05.22"> <!ENTITY version "2016.06.03">
<!ENTITY launch "Settings/SpeedtestSettings"> <!ENTITY launch "Settings/SpeedtestSettings">
<!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">
@ -21,6 +21,10 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
--> -->
<CHANGES> <CHANGES>
###2016.06.03
- add: selectable versions of speedtest-cli
- add: timeout option for those getting 0 values
- move and revise manual list to server side
###2016.05.22 ###2016.05.22
- fix: units error when using bytes - fix: units error when using bytes
- fix: increase chart size and remove horizontal title so date labels show correctly. - fix: increase chart size and remove horizontal title so date labels show correctly.
@ -155,6 +159,8 @@ The 'tablesorter' package file.
<FILE Name="&plgpath;/&name;.cfg"> <FILE Name="&plgpath;/&name;.cfg">
<INLINE> <INLINE>
<![CDATA[ <![CDATA[
VERSION="0.3.4"
TIMEOUT="10"
SECURE="no" SECURE="no"
UNITS="bits" UNITS="bits"
SHARE="share" SHARE="share"

View File

@ -11,8 +11,12 @@ This plugin interacts with the command line interface for testing internet bandw
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
<Date>2016-05-22</Date> <Date>2016-06-03</Date>
<Changes> <Changes>
###2016.06.03
- add: selectable versions of speedtest-cli
- add: timeout option for those getting 0 values
- move and revise manual list to server side
###2016.05.22 ###2016.05.22
- fix: units error when using bytes - fix: units error when using bytes
- fix: increase chart size and remove horizontal title so date labels show correctly. - fix: increase chart size and remove horizontal title so date labels show correctly.