update NerdPack plugin and packages
This commit is contained in:
parent
c3692381a9
commit
68c21b7174
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "NerdPack">
|
<!ENTITY name "NerdPack">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.02.15">
|
<!ENTITY version "2016.02.17">
|
||||||
<!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,9 +16,13 @@
|
||||||
<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.02.17
|
||||||
|
- remove curl progress bar
|
||||||
|
- separate plugin depends by comma
|
||||||
|
- only show update status of selected packages when processing
|
||||||
###2016.02.15
|
###2016.02.15
|
||||||
- update tablesorter
|
- update tablesorter
|
||||||
- fix spacing of echoed messages
|
- fix spacing of processing messages
|
||||||
- remove array start event package install
|
- remove array start event package install
|
||||||
- move initial package install to plugin install
|
- move initial package install to plugin install
|
||||||
###2016.02.08
|
###2016.02.08
|
||||||
|
|
|
@ -11,8 +11,12 @@ 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-02-15</Date>
|
<Date>2016-02-17</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.02.17
|
||||||
|
- remove curl progress bar
|
||||||
|
- separate plugin depends by comma
|
||||||
|
- only show update status of selected packages when
|
||||||
###2016.02.15
|
###2016.02.15
|
||||||
- update tablesorter
|
- update tablesorter
|
||||||
- fix spacing of echoed messages
|
- fix spacing of echoed messages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user