Skip to content

Commit eea116f

Browse files
authored
v1.23
1 parent 10c0249 commit eea116f

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

Changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.23
2+
++ Added option to configure Vita Nearest Neighbour plugin by gameid or in section ALL
3+
++ Updated Music Premium plugin to v1.06
4+
++ Turbopad plugin got replaced by Turbopad mod by yoti
5+
++ Updated Ref00d plugin to v1.1
6+
++ Added Fruitpeel plugin
7+
++ Warning message on how to boot the psvita disabling all plugins just in case
8+
++ Added option to download tsv files for pkgj
9+
110
# v1.22
211
++ Added option to install sharkF00d.
312
++ Added Kubridge plugin for TheOfficialFloW

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ 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.23 ###
70+
- Added option to configure Vita Nearest Neighbour plugin by gameid or in section ALL
71+
- Updated Music Premium plugin to v1.06
72+
- Turbopad plugin got replaced by Turbopad mod by yoti
73+
- Updated Ref00d plugin to v1.1
74+
- Added Fruitpeel plugin
75+
- Warning message on how to boot the psvita disabling all plugins just in case
76+
- Added option to download tsv files for pkgj
77+
6978
### Changelog 1.22 ###
7079
- Added option to install sharkF00d.
7180
- Added Kubridge plugin for TheOfficialFloW

plugins/plugins.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Online_Plugins = {
9696
{ name = "Fruitpeel v1.0 by cuevavirus", id = "FRUITPEEL.png", path = "fruitpeel.suprx", section = "main", version = "0001", desc = LANGUAGE["INSTALLP_DESC_FRUITPEEL"], KEY = "INSTALLP_DESC_FRUITPEEL", },
9797

9898
--All
99-
{ name = "Vita-Nearest-Neighbour v1.0 by MuxaJlbl4", id = "VITANEARESTN.png", path = "VitaNearestNeighbour.suprx", section = "ALL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITANEARESTN"], KEY = "INSTALLP_DESC_VITANEARESTN", link = "https://raw.githubusercontent.com/MuxaJlbl4/Vita-Nearest-Neighbour/main/README.md", },
99+
--{ name = "Vita-Nearest-Neighbour v1.0 by MuxaJlbl4", id = "VITANEARESTN.png", path = "VitaNearestNeighbour.suprx", section = "ALL", gameid = true, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITANEARESTN"], KEY = "INSTALLP_DESC_VITANEARESTN", link = "https://raw.githubusercontent.com/MuxaJlbl4/Vita-Nearest-Neighbour/main/README.md", },
100100
{ name = "dt2s-vita v1.1 DoubleTap2Sleep for PS VITA by joel16", id = "DT2S.png", path = "dt2s.suprx", section = "ALL", tai_del1 = "dt2s_statusbar.suprx", section_del1 = "main", version = "0002", desc = LANGUAGE["INSTALLP_DESC_DT2S"], KEY = "INSTALLP_DESC_DT2S", link = "https://raw.githubusercontent.com/joel16/dt2s-vita/main/README.md", },
101101
{ name = "PSV-VSH MENU by joel16 v3.4", id = "VSHMENU.png", path = "vsh.suprx", section = "ALL", path2 = "kuio.skprx", section2 = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_VSHMENU"], KEY = "INSTALLP_DESC_VSHMENU", link = "https://raw.githubusercontent.com/joel16/PSV-VSH-Menu/master/README.md", },-- Need kuio.skprx
102102
{ name = "VitaGrafix by Electry v5.0.2", id = "VITAGRAFIX.png", path = "VitaGrafix.suprx", section = "ALL", path2 = "ioplus.skprx", section2 = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITAGRAFIX"], KEY = "INSTALLP_DESC_VITAGRAFIX", link = "https://raw.githubusercontent.com/Electry/VitaGrafix/master/README.md", },-- Need kuio.skprx
@@ -142,4 +142,7 @@ Online_Plugins = {
142142
--Special Catherine Full Body HD
143143
{ name = "Catherine Full Body HD 1280x720 v1.2.0", id = "CATHERINEHD.png", path = "catherinefbhd.suprx", version = "0001", desc = LANGUAGE["MENU_PSVITA_INSTALL_P4G_HD_DESC"], KEY = "MENU_PSVITA_INSTALL_P4G_HD_DESC", REMOVE = true, },
144144

145+
-- Special Vita-Nearest-Neighbour
146+
{ name = "Vita-Nearest-Neighbour v1.0 by MuxaJlbl4", id = "VITANEARESTN.png", path = "VitaNearestNeighbour.suprx", version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITANEARESTN"], KEY = "INSTALLP_DESC_VITANEARESTN", link = "https://raw.githubusercontent.com/MuxaJlbl4/Vita-Nearest-Neighbour/main/README.md", REMOVE = true, },
147+
145148
}

0 commit comments

Comments
 (0)