Update v1.2

This commit is contained in:
TheFloW 2016-09-20 16:28:33 +02:00
parent a5a12502ac
commit ba83860ffd
5 changed files with 21 additions and 3 deletions

View File

@ -41,7 +41,7 @@ ASFLAGS = $(CFLAGS)
all: $(TARGET).vpk
%.vpk: eboot.bin
vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=01.10 -s TITLE_ID=$(TITLE_ID) "$(TARGET)" param.sfo
vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=01.20 -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 \

View File

@ -94,6 +94,14 @@ Be sure you pull request your customized design or language file there.
* sakya for Lightmp3
* Everybody who contributed on vitasdk
### Changelog 1.2 ###
- Added ability to export photo and music files ('More' -> 'Export media').
- Added battery percentage to system information (thanks to littlebalup).
- Added toolbox where more features will have place, by theorywrong (press START).
- Improved stability for file browser delete operation.
- Pressing L in the music player will now restart the song if the song is not at the beginning.
- VitaShell will now remove the unused updater bubble after successful updating.
### Changelog 1.1 ###
- Added cover.jpg and folder.jpg as alternative cover image.
- Fixed ID3 tag parsing.

2
main.h
View File

@ -69,7 +69,7 @@
// VitaShell version major.minor
#define VITASHELL_VERSION_MAJOR 0x01
#define VITASHELL_VERSION_MINOR 0x10
#define VITASHELL_VERSION_MINOR 0x20
#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.00</str>
<str size="18" color="#ffffff" shadow="on">v1.2</str>
</text>
</liveitem>
</frame>

View File

@ -153,4 +153,14 @@
- FTP does now show 'Please wait...' until it has been connected to Wi-Fi.<br>
]]>
</changes>
<changes app_ver="01.20">
<![CDATA[
- Added ability to export photo and music files ('More' -> 'Export media').<br>
- Added battery percentage to system information (thanks to littlebalup).<br>
- Added toolbox where more features will have place, by theorywrong (press START).<br>
- Improved stability for file browser delete operation.<br>
- Pressing L in the music player will now restart the song if the song is not at the beginning.<br>
- VitaShell will now remove the unused updater bubble after successful updating.<br>
]]>
</changes>
</changeinfo>