update
This commit is contained in:
parent
4c9fc4341a
commit
7228caaf72
@ -3,7 +3,7 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "speedtest">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.05.21">
|
||||
<!ENTITY version "2016.05.22">
|
||||
<!ENTITY launch "Settings/SpeedtestSettings">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
@ -21,6 +21,10 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
||||
-->
|
||||
|
||||
<CHANGES>
|
||||
###2016.05.22
|
||||
- fix: units error when using bytes
|
||||
- fix: increase chart size and remove horizontal title so date labels show correctly.
|
||||
- add: extra speedtest scripts (speedtest-cli and speedtest-linux)
|
||||
###2016.05.21
|
||||
- fix: fix scheduler tab count if no mover settings
|
||||
- fix: blank image not showing with empty table
|
||||
|
@ -11,8 +11,12 @@ This plugin interacts with the command line interface for testing internet bandw
|
||||
</Description>
|
||||
<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>
|
||||
<Date>2016-05-21</Date>
|
||||
<Date>2016-05-22</Date>
|
||||
<Changes>
|
||||
###2016.05.22
|
||||
- fix: units error when using bytes
|
||||
- fix: increase chart size and remove horizontal title so date labels show correctly.
|
||||
- add: extra speedtest scripts (speedtest-cli and speedtest-linux)
|
||||
###2016.05.21
|
||||
- fix: fix scheduler tab count if no mover settings
|
||||
- fix: blank image not showing with empty table
|
||||
|
Loading…
Reference in New Issue
Block a user