Skip to content

Commit

Permalink
Increase version to 0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
cuevavirus committed Jan 10, 2020
1 parent a0d61fa commit 0fdc620
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog

## 0.54

**Errors when refreshing:** Delete your config and completely uninstall [ITLS-enso](https://github.com/SKGleba/iTLS-Enso#faq).

**PSTV users:** Completely uninstall AntiBlacklist/Whitelist and install [DolcePolce](https://github.com/KuromeSan/DolcePolce).

What's new:

- PSM games can now be installed automatically without rebuilding database. (credits: SilicaAndPina)
- PSM runtime can be installed directly in PKGJ without Henkaku DNS.
- Cover images for games. (credits: dragonflylee)
- Exit from gameview with the cancel button. (credits: dragonflylee)
- Compat packs default URL changed and always enabled.
- Enhanced HTTP error messages.

Bug fixes:

- Fix PSM Unity extraction path.
- Fix all TLS errors with default URLs.

## 0.53

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.53")
set(VITA_VERSION "0.54")

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

Expand Down

0 comments on commit 0fdc620

Please sign in to comment.