update
This commit is contained in:
parent
5dc836730f
commit
3a8c98f505
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "NerdPack">
|
<!ENTITY name "NerdPack">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.01.10c">
|
<!ENTITY version "2016.01.15">
|
||||||
<!ENTITY launch "Settings/&name;">
|
<!ENTITY launch "Settings/&name;">
|
||||||
<!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,9 @@
|
||||||
<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.01.15
|
||||||
|
- fix filter save
|
||||||
|
- add filter reset button
|
||||||
###2016.01.10a-c
|
###2016.01.10a-c
|
||||||
- fix name of package description file
|
- fix name of package description file
|
||||||
###2016.01.10
|
###2016.01.10
|
||||||
|
|
|
@ -11,8 +11,11 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
|
||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
|
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
|
||||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
|
||||||
<Date>2016-01-10</Date>
|
<Date>2016-01-15</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.01.15
|
||||||
|
- fix filter save
|
||||||
|
- add filter reset button
|
||||||
###2016.01.10a-c
|
###2016.01.10a-c
|
||||||
- fix name of package description file
|
- fix name of package description file
|
||||||
###2016.01.10
|
###2016.01.10
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "speedtest">
|
<!ENTITY name "speedtest">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.01.12">
|
<!ENTITY version "2016.01.15">
|
||||||
<!ENTITY launch "Tools/Speedtest">
|
<!ENTITY launch "Tools/Speedtest">
|
||||||
<!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.01.15
|
||||||
|
- fix filter save
|
||||||
|
- add filter reset button
|
||||||
|
- add speedtest-linux command
|
||||||
###2016.01.12
|
###2016.01.12
|
||||||
- add checks for failed speedtest
|
- add checks for failed speedtest
|
||||||
###2016.01.02
|
###2016.01.02
|
||||||
|
|
|
@ -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-01-12</Date>
|
<Date>2016-01-15</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.01.15
|
||||||
|
- fix filter save
|
||||||
|
- add filter reset button
|
||||||
|
- add speedtest-linux command
|
||||||
###2016.01.12
|
###2016.01.12
|
||||||
- add checks for failed speedtest
|
- add checks for failed speedtest
|
||||||
###2016.01.02
|
###2016.01.02
|
||||||
|
|
Loading…
Reference in New Issue
Block a user