mirror of
https://github.com/joel16/VitaShell.git
synced 2025-02-20 03:57:48 +00:00
Release 0.86
This commit is contained in:
parent
7a51f162dd
commit
2893fb8768
2
Makefile
2
Makefile
@ -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 \
|
||||
|
@ -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
1
main.c
@ -18,7 +18,6 @@
|
||||
|
||||
/*
|
||||
TODO:
|
||||
- Fix time
|
||||
- Hide mount points
|
||||
- Network update
|
||||
- Context menu: 'More' entry
|
||||
|
2
main.h
2
main.h
@ -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))
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user