update NerdPack plugin and packages

This commit is contained in:
dmacias72 2016-02-17 02:58:18 -07:00
parent c3692381a9
commit 68c21b7174
2 changed files with 11 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.02.15">
<!ENTITY version "2016.02.17">
<!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,9 +16,13 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
###2016.02.17
- remove curl progress bar
- separate plugin depends by comma
- only show update status of selected packages when processing
###2016.02.15
- update tablesorter
- fix spacing of echoed messages
- fix spacing of processing messages
- remove array start event package install
- move initial package install to plugin install
###2016.02.08

View File

@ -11,8 +11,12 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
</Description>
<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>
<Date>2016-02-15</Date>
<Date>2016-02-17</Date>
<Changes>
###2016.02.17
- remove curl progress bar
- separate plugin depends by comma
- only show update status of selected packages when
###2016.02.15
- update tablesorter
- fix spacing of echoed messages