diff --git a/Makefile b/Makefile
index 64a7bede..152351b7 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ ASFLAGS = $(CFLAGS)
all: $(TARGET).vpk
%.vpk: eboot.bin
- vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=00.86 -s TITLE_ID=$(TITLE_ID) "$(TARGET)" param.sfo
+ vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=00.90 -s TITLE_ID=$(TITLE_ID) "$(TARGET)" param.sfo
vita-pack-vpk -s param.sfo -b eboot.bin \
--add pkg/sce_sys/icon0.png=sce_sys/icon0.png \
--add pkg/sce_sys/livearea/contents/bg.png=sce_sys/livearea/contents/bg.png \
diff --git a/README.md b/README.md
index c94e58d8..1c494056 100644
--- a/README.md
+++ b/README.md
@@ -73,15 +73,17 @@ https://github.com/xy2iii/vitashell-themes
Be sure you pull request your customized design or language file there.
-### Changelog X ###
+### Changelog 0.9 ###
- Added possibility to use specific background for file browser, hex editor, text editor, photo viewer.
-- Added file icon by littlebalup.
+- Added files and folder icons by littlebalup.
- Added charging battery icon by ribbid987.
- Added sfo reader by theorywrong.
- Added translation support for turkish (english_gb uses the same id as turkish, fix it Sony!).
- Updated to latest libftpvita which fixed file size string > 2GB and added APPE command.
- Fixed bug where copied files and folders of archives didn't stay on clipboard.
- Allow auto screen-off.
+- System information trigger combo changed to START instead of L+R+START.
+ System information can now also be translated, thanks to littlebalup.
### Changelog 0.86 ###
- Added dialog box animation and aligned dialog box y to make it look better.
diff --git a/main.c b/main.c
index 15c99c7e..53273ce5 100644
--- a/main.c
+++ b/main.c
@@ -924,8 +924,8 @@ int dialogSteps() {
}
void fileBrowserMenuCtrl() {
- // Hidden trigger
- if (current_buttons & SCE_CTRL_LTRIGGER && current_buttons & SCE_CTRL_RTRIGGER && current_buttons & SCE_CTRL_START) {
+ // System information
+ if (current_buttons & SCE_CTRL_START) {
SceSystemSwVersionParam sw_ver_param;
sw_ver_param.size = sizeof(SceSystemSwVersionParam);
sceKernelGetSystemSwVersion(&sw_ver_param);
diff --git a/main.h b/main.h
index eddf9ec6..e8daf189 100644
--- a/main.h
+++ b/main.h
@@ -64,7 +64,7 @@
// VitaShell version major.minor
#define VITASHELL_VERSION_MAJOR 0
-#define VITASHELL_VERSION_MINOR 86
+#define VITASHELL_VERSION_MINOR 9
#define ALIGN(x, align) (((x) + ((align) - 1)) & ~((align) - 1))
diff --git a/pkg/sce_sys/livearea/contents/template.xml b/pkg/sce_sys/livearea/contents/template.xml
index 1acab3ae..a1326591 100644
--- a/pkg/sce_sys/livearea/contents/template.xml
+++ b/pkg/sce_sys/livearea/contents/template.xml
@@ -28,7 +28,7 @@
- v0.86
+ v0.9