diff --git a/plugins/speedtest.plg b/plugins/speedtest.plg index ad25c2fa..226df19b 100755 --- a/plugins/speedtest.plg +++ b/plugins/speedtest.plg @@ -3,7 +3,7 @@ - + @@ -21,6 +21,11 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe --> +###2015.12.29 +- update tablesorter to v2.25.0 combined +- add tablesorter filters to table +- save speedtest host server +- add shadow box display when running speedtest ###2015.12.20a - Added cron settings page - Separated into proper webgui locations @@ -108,13 +113,10 @@ else upgradepkg --install-new &plgpath;/&plgname;.txz fi -# Update file permissions of script -chmod +0755 /usr/sbin/speedtest-xml - #upgrade pip and install speedtest-cli pip install --upgrade pip pip install speedtest-cli -pip install --upgrade speedtest-cli +pip install --upgrade &name;-cli # Cleaning old source files find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete diff --git a/plugins/speedtest.xml b/plugins/speedtest.xml index 02080a28..697df682 100644 --- a/plugins/speedtest.xml +++ b/plugins/speedtest.xml @@ -11,8 +11,13 @@ This plugin interacts with the command line interface for testing internet bandw http://lime-technology.com/forum/index.php?topic=43500.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png -2015-12-20 +2015-12-29 +###2015.12.29 +- update tablesorter to v2.25.0 combined +- add tablesorter filters to table +- save speedtest host server +- add shadow box display when running speedtest ###2015.12.20a - Added cron settings page - Separated into proper webgui locations