From 9c3ee190ecaadb921104be9fbbce67968ace564c Mon Sep 17 00:00:00 2001 From: TheFloW Date: Sun, 29 Oct 2017 10:56:02 +0100 Subject: [PATCH] Update v1.76 --- CMakeLists.txt | 2 +- README.md | 5 +++++ main.h | 2 +- pkg/sce_sys/livearea/contents/template.xml | 2 +- resources/changeinfo.txt | 7 +++++++ 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 286f3ca8..356110d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ project(VitaShell) include("${VITASDK}/share/vita.cmake" REQUIRED) set(VITA_APP_NAME "VitaShell") set(VITA_TITLEID "VITASHELL") -set(VITA_VERSION "01.75") +set(VITA_VERSION "01.76") # Flags and includes set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -O3 -Wno-unused-variable -Wno-unused-but-set-variable -Wno-format-truncation -fno-lto") diff --git a/README.md b/README.md index 1070909f..9395b081 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,11 @@ Be sure you pull request your customized design or language file there. * sakya for Lightmp3 * Everybody who contributed on vitasdk +### Changelog 1.76 ### +- Added DLC refresh + restore license from Sqlite DB by VitaSmith. +- Added license database refresh by VitaSmith. +- Fixed C2-12828-1 error. + ### Changelog 1.75 ### - Fixed bug where Memory Card was umounted after closing USB (fixed 'The file is corrupt' error). - Fixed QR download of URLs that link to files. diff --git a/main.h b/main.h index b88e3738..e3b0e668 100644 --- a/main.h +++ b/main.h @@ -83,7 +83,7 @@ // VitaShell version major.minor #define VITASHELL_VERSION_MAJOR 0x01 -#define VITASHELL_VERSION_MINOR 0x75 +#define VITASHELL_VERSION_MINOR 0x76 #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 68d1a791..fad0a569 100644 --- a/pkg/sce_sys/livearea/contents/template.xml +++ b/pkg/sce_sys/livearea/contents/template.xml @@ -28,7 +28,7 @@ - v1.75 + v1.76 diff --git a/resources/changeinfo.txt b/resources/changeinfo.txt index f3ee2f11..11861f90 100644 --- a/resources/changeinfo.txt +++ b/resources/changeinfo.txt @@ -307,4 +307,11 @@ - Fixed QR download of URLs that link to files.
]]> + + +- Added license database refresh by VitaSmith.
+- Fixed C2-12828-1 error.
+ ]]> +