From c44fc7df45f0d6f130dd28d3c916848a50646f9a Mon Sep 17 00:00:00 2001 From: TheFloW Date: Sun, 30 Oct 2016 20:09:52 +0100 Subject: [PATCH] Update v1.41 --- Makefile | 2 +- README.md | 4 ++++ main.h | 2 +- pkg/sce_sys/livearea/contents/template.xml | 2 +- resources/changeinfo.txt | 6 ++++++ 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 170a311c..6f0931bc 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ ASFLAGS = $(CFLAGS) all: $(TARGET).vpk %.vpk: eboot.bin - vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=01.40 -s TITLE_ID=$(TITLE_ID) "$(TARGET)" param.sfo + vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=01.41 -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 b488eb64..3761fe45 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ Be sure you pull request your customized design or language file there. * sakya for Lightmp3 * Everybody who contributed on vitasdk +### Changelog 1.41 ### +- Added ability to sort files and folders by size and date. Press R to switch sort method. +- Added the long desired 'Properties' feature. You can also check whether an eboot.bin is safe or not. + ### Changelog 1.4 ### - Added group RW permissions on files and folders when moving. Safe homebrews like RetroArch will now recognize files and folders diff --git a/main.h b/main.h index 792d0ece..dd046b6c 100644 --- a/main.h +++ b/main.h @@ -69,7 +69,7 @@ // VitaShell version major.minor #define VITASHELL_VERSION_MAJOR 0x01 -#define VITASHELL_VERSION_MINOR 0x40 +#define VITASHELL_VERSION_MINOR 0x41 #define VITASHELL_VERSION ((VITASHELL_VERSION_MAJOR << 0x18) | (VITASHELL_VERSION_MINOR << 0x10)) diff --git a/pkg/sce_sys/livearea/contents/template.xml b/pkg/sce_sys/livearea/contents/template.xml index 721f8656..d1113505 100644 --- a/pkg/sce_sys/livearea/contents/template.xml +++ b/pkg/sce_sys/livearea/contents/template.xml @@ -28,7 +28,7 @@ - v1.31 + v1.41 diff --git a/resources/changeinfo.txt b/resources/changeinfo.txt index 20e52fd2..58faf15c 100644 --- a/resources/changeinfo.txt +++ b/resources/changeinfo.txt @@ -187,4 +187,10 @@ - Fixed time information in zip archives.
]]> + + +- Added the long desired 'Properties' feature. You can also check whether an eboot.bin is safe or not.
+ ]]> +