mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-26 21:30:45 +00:00
Update v1.98
This commit is contained in:
parent
df1fea2cb8
commit
9423e2aa63
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
### Changelog 1.98
|
||||
- Improved "Refresh LiveArea". Thanks to TheRadziu.
|
||||
|
||||
### Changelog 1.97
|
||||
- Added support for symlinks which enables ability to set and show bookmarks and recent files. Thanks to abertschi.
|
||||
- Added a few shortcuts: left+[]: show bookmarks, left+/\: show recent files, left+O: QR scanner.
|
||||
|
@ -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.97")
|
||||
set(VITA_VERSION "01.98")
|
||||
|
||||
# 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")
|
||||
|
2
main.h
2
main.h
@ -54,7 +54,7 @@
|
||||
|
||||
// VitaShell version major.minor
|
||||
#define VITASHELL_VERSION_MAJOR 0x01
|
||||
#define VITASHELL_VERSION_MINOR 0x97
|
||||
#define VITASHELL_VERSION_MINOR 0x98
|
||||
|
||||
#define VITASHELL_VERSION ((VITASHELL_VERSION_MAJOR << 0x18) | (VITASHELL_VERSION_MINOR << 0x10))
|
||||
|
||||
|
@ -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.97</str>
|
||||
<str size="18" color="#ffffff" shadow="on">v1.98</str>
|
||||
</text>
|
||||
</liveitem>
|
||||
</frame>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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.97</str>
|
||||
<str size="18" color="#ffffff" shadow="on">v1.98</str>
|
||||
</text>
|
||||
</liveitem>
|
||||
</frame>
|
||||
|
Binary file not shown.
BIN
release/version.bin.bak
Normal file
BIN
release/version.bin.bak
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user