Release 0.86

This commit is contained in:
TheFloW 2016-08-30 19:48:45 +02:00
parent 7a51f162dd
commit 2893fb8768
5 changed files with 9 additions and 4 deletions

View File

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

@ -64,6 +64,12 @@ https://github.com/xy2iii/vitashell-themes
Be sure you pull request your customized design or language file there.
### Changelog 0.86 ###
- Added dialog box animation and aligned dialog box y to make it look better.
- Fixed wrong time string for files and folders. Thanks to persona5.
- Fixed INSTALL_WARNING text crash.
- Added default files creating.
### Changelog 0.85 ###
- Added customization possibility for ftp icon, battery, dialog and context menu.
- Added random wallpaper feature.

1
main.c
View File

@ -18,7 +18,6 @@
/*
TODO:
- Fix time
- Hide mount points
- Network update
- Context menu: 'More' entry

2
main.h
View File

@ -64,7 +64,7 @@
// VitaShell version major.minor
#define VITASHELL_VERSION_MAJOR 0
#define VITASHELL_VERSION_MINOR 85
#define VITASHELL_VERSION_MINOR 86
#define ALIGN(x, align) (((x) + ((align) - 1)) & ~((align) - 1))

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">v0.85</str>
<str size="18" color="#ffffff" shadow="on">v0.86</str>
</text>
</liveitem>
</frame>