Merge pull request #82 from Mcklaren/patch-22

Update packages and enhancements.
This commit is contained in:
Mcklaren 2023-07-18 23:56:34 +02:00 committed by GitHub
commit 2baf48cced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 11 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -8,5 +8,6 @@
"python3": "python-pip,python-setuptools",
"tmux": "ncurses-terminfo",
"vim": "libsodium",
"wget2": "gpgme,lzlib,libassuan"
"wget2": "gpgme,lzlib,libassuan",
"rar2fs": "unrar"
}

Binary file not shown.

Binary file not shown.

View File

@ -3,8 +3,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdTools">
<!ENTITY author "UnRAIDES">
<!ENTITY version "2023.06.07">
<!ENTITY md5 "0b761463e59a198deab64b45b731b64f">
<!ENTITY version "2023.07.18">
<!ENTITY md5 "035da011e5cbb7810f00e21447839271">
<!ENTITY launch "Settings/&name;">
<!ENTITY github "UnRAIDES/unRAID-&name;">
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
@ -17,6 +17,12 @@
<CHANGES>
##&name;
###2023.07.18
- Update: vim-9.0.1672
- Update: python3-3.9.17
- Update: unrar-6.1.7 rename for work with rar2fs
- Added: rar2fs-1.29.6
- Enhanced: Rename update button for clearer text
###2023.06.07
- Enhanced: remove old packages when upgrading
###2023.05.15

View File

@ -36,7 +36,7 @@ table.tablesorter tbody tr:nth-child(even) {
</tbody>
</table>
</div>
<input onclick="packageQuery(1)" value="Check for Updates" type="button"><input class="reset" type="button" title="reset filters" value="Reset Filters">
<input onclick="packageQuery(1)" value="Force Updates" type="button" title="Press if the package list doesn't load correctly"><input class="reset" type="button" title="Reset applied filters" value="Reset Filters">
: <input id="btnApply" type="button" value="Apply"><input type="button" value="Done" onClick="done()">
<input type="hidden" name="#file" value="NerdTools/NerdTools.cfg">
</form>