Update v1.72

This commit is contained in:
TheFloW 2017-09-17 23:08:35 +02:00
parent 09ec466110
commit a303be1b47
5 changed files with 12 additions and 3 deletions

View File

@ -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.71")
set(VITA_VERSION "01.72")
# 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")

View File

@ -108,6 +108,8 @@ Be sure you pull request your customized design or language file there.
### Changelog 1.72 ###
- Fixed pfs mounting bug where you could not export files from specific folders.
- Fixed bug where files from https could not be downloaded using QR code.
- Fixed bug with pvsd usb device mounting where microSD could not be found.
### Changelog 1.71 ###
- Fixed pvsd usb device mounting.

2
main.h
View File

@ -82,7 +82,7 @@
// VitaShell version major.minor
#define VITASHELL_VERSION_MAJOR 0x01
#define VITASHELL_VERSION_MINOR 0x71
#define VITASHELL_VERSION_MINOR 0x72
#define VITASHELL_VERSION ((VITASHELL_VERSION_MAJOR << 0x18) | (VITASHELL_VERSION_MINOR << 0x10))

View File

@ -28,7 +28,7 @@
<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v1.71</str>
<str size="18" color="#ffffff" shadow="on">v1.72</str>
</text>
</liveitem>
</frame>

View File

@ -284,4 +284,11 @@
- Fixed bug where the QR code scanner showed the result twice.<br>
]]>
</changes>
<changes app_ver="01.72">
<![CDATA[
- Fixed pfs mounting bug where you could not export files from specific folders.<br>
- Fixed bug where files from https could not be downloaded using QR code.<br>
- Fixed bug with pvsd usb device mounting where microSD could not be found.<br>
]]>
</changes>
</changeinfo>