Skip to content

Commit

Permalink
Increase version to 0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
cuevavirus committed Jan 5, 2020
1 parent 8913fc1 commit a4fa2f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

## 0.53

What's new:

- Compat pack lists are no longer downloaded if either reF00D or 0syscall6 are installed. This prevents a TLS 1.2 error for users of reF00D or 0syscall6 on firmware <=3.65 without ITLS-enso.
- Support Korean font.

Bug fixes:

- Stop input processing when IME dialog (search dialog) is active.
- Show all menu items when search is active.
- Install PSP DLC to configured partition.

## 0.52

What's new:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -23,7 +23,7 @@ set(CMAKE_CXX_STANDARD 17)

set(VITA_APP_NAME "PKGj")
set(VITA_TITLEID "PKGJ00000")
set(VITA_VERSION "0.52")
set(VITA_VERSION "0.53")

option(PKGI_ENABLE_LOGGING "enables debug logging over udp multicast" OFF)

Expand Down

0 comments on commit a4fa2f9

Please sign in to comment.