Skip to content

Commit d28d89e

Browse files
authored
Update v1.18
1 parent d3f89f7 commit d28d89e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18
2+
++ Update VitaBright v1.1 and vitabright-lut-editor-1.1.vpk
3+
++ [Fix] Plugins duplicates in Plugins Manager (PSP)
4+
15
# v1.17
26
++ Added support to show pics of selected plugin function (will be uploaded eventually)
37
++ Update DoubleTap2Sleep by Joel v1.1

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ You no longer need to add the line:
6666
Download the **font.pgf** file(here https://github.com/ONElua/Autoplugin2/blob/master/font/font.pgf ) and insert it in the path **ux0:data/Autoplugin2/font** (Remember if the font folder does not exist you have to create it)
6767
This fixes missing non-standard characters, not found at english charset. Those will show as "_" instead of the unusual letter.
6868

69+
### Changelog 1.18 ###
70+
- Update VitaBright v1.1 and vitabright-lut-editor-1.1.vpk
71+
- [Fix] Plugins duplicates in Plugins Manager (PSP)
72+
6973
### Changelog 1.17 ###
7074
- Added support to show pics of selected plugin function (will be uploaded eventually)
7175
- Update DoubleTap2Sleep by Joel v1.1

plugins/plugins.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Online_Plugins = {
44
{ name = "NoNpDrm by TheOfficialFloW v1.2", id = "NONPDRM.png", path = "nonpdrm.skprx", section = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_NONPDRM"], KEY = "INSTALLP_DESC_NONPDRM", link = "https://raw.githubusercontent.com/TheOfficialFloW/NoNpDrm/master/readme.md", },
55
{ name = "NoNpDrm Unofficial by LMAN v1.4", id = "NONPDRM.png", path = "nonpdrm_un.skprx", section = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_NONPDRMU"], KEY = "INSTALLP_DESC_NONPDRMU", },
66
{ name = "NoPsmDrm by frangarcj v1.4", id = "NOPSMDRM.png", path = "nopsmdrm.skprx", section = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_NOPSMDRM"], KEY = "INSTALLP_DESC_NOPSMDRM", link = "https://raw.githubusercontent.com/frangarcj/NoPsmDrm/master/README.md", },
7-
{ name = "Vitabright by devnoname120 v1.0", id = "VITABRIGHT.png", path = "vitabright.skprx", section = "KERNEL", config = "vitabright_lut.txt", version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITABRIGHT"], KEY = "INSTALLP_DESC_VITABRIGHT", link = "https://raw.githubusercontent.com/devnoname120/vitabright/master/README.md", },
7+
{ name = "Vitabright by devnoname120 v1.1", id = "VITABRIGHT.png", path = "vitabright.skprx", section = "KERNEL", config = "vitabright_lut.txt", version = "0002", desc = LANGUAGE["INSTALLP_DESC_VITABRIGHT"], KEY = "INSTALLP_DESC_VITABRIGHT", link = "https://raw.githubusercontent.com/devnoname120/vitabright/master/README.md", },
88
{ name = "NoAVLS by SilicaAndPina", id = "NOAVLS.png", path = "noavls.skprx", section = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_NOAVLS"], KEY = "INSTALLP_DESC_NOAVLS", link = "https://bitbucket.org/SilicaAndPina/noavls/raw/1d936b23b94205b40fea86fa7f58c118f10a622f/README.md", },
99
{ name = "Repatch by dots-tb v3.0", id = "REPATCH.png", path = "repatch.skprx", section = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_REPATCH"], KEY = "INSTALLP_DESC_REPATCH", link = "https://raw.githubusercontent.com/dots-tb/rePatch-reDux0/master/README.md", },
1010
{ name = "Repatch by dots-tb v2.71", id = "REPATCH.png", path = "repatch_4.skprx", section = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_REPATCH271"], KEY = "INSTALLP_DESC_REPATCH271", link = "https://raw.githubusercontent.com/dots-tb/rePatch-reDux0/master/README.md", },

0 commit comments

Comments
 (0)