update
This commit is contained in:
parent
ec095dc289
commit
69e356b2a3
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "NerdPack">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.03.15">
|
||||
<!ENTITY version "2016.09.10">
|
||||
<!ENTITY launch "Settings/&name;">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -16,6 +16,12 @@
|
|||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.09.10
|
||||
- add: popup for unRAID version change or empty downloads folder
|
||||
- add: always compare package checksums
|
||||
- fix: remove corrupted packages
|
||||
- fix: remove failed downloads
|
||||
- fix: add package desc and json to scandir filter
|
||||
###2016.03.15
|
||||
- enable apply button if update ready
|
||||
- fix: remove old package settings from config after package update
|
||||
|
|
|
@ -11,8 +11,14 @@ 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-03-15</Date>
|
||||
<Date>2016-09-10</Date>
|
||||
<Changes>
|
||||
###2016.09.10
|
||||
- add: popup for unRAID version change or empty downloads folder
|
||||
- add: always compare package checksums
|
||||
- fix: remove corrupted packages
|
||||
- fix: remove failed downloads
|
||||
- fix: add package desc and json to scandir filter
|
||||
###2016.03.15
|
||||
- enable apply button if update ready
|
||||
- fix: remove old package settings from config after package update
|
||||
|
|
Loading…
Reference in New Issue
Block a user