We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7832ba commit bd4e8a4Copy full SHA for bd4e8a4
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.51
4
+
5
+Bug fixes:
6
7
+- Fixed downloading of some PSP games as ISO files
8
9
## 0.50
10
11
Bug fixes:
CMakeLists.txt
@@ -23,7 +23,7 @@ set(CMAKE_CXX_STANDARD 17)
23
24
set(VITA_APP_NAME "PKGj")
25
set(VITA_TITLEID "PKGJ00000")
26
-set(VITA_VERSION "0.50")
+set(VITA_VERSION "0.51")
27
28
option(PKGI_ENABLE_LOGGING "enables debug logging over udp multicast" OFF)
29
0 commit comments