Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blastrock committed Mar 24, 2018
1 parent dcdd27d commit 399e4a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.09

What's new:

- Added support for PSX games installation
- Disabled version check because of a SSL issue preventing me from testing the
code

## 0.08

What's new:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include(ExternalProject)

set(VITA_APP_NAME "PKGj")
set(VITA_TITLEID "PKGJ00000")
set(VITA_VERSION "00.08")
set(VITA_VERSION "00.09")

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

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This homebrew allows to download & unpack pkg file directly on Vita together wit
Differences with PKGi:
* **queues** multiple downloads.
* **supports** the TSV file format.
* **refreshes** list from 3 URLs for games, updates and DLCs.
* **installs** game updates, DLCs and PSX games.

Current limitations:
* **no support for PSM**.
Expand All @@ -34,6 +34,7 @@ Setup games databases URLs in `ux0:pkgi/config.txt`. The file format is the foll
url_games https://thesite/games.tsv
url_updates https://thesite/updates.tsv
url_dlcs https://thesite/dlcs.tsv
url_psx_games https://thesite/psxgames.tsv

Then start the application and you are ready to go.

Expand Down

0 comments on commit 399e4a0

Please sign in to comment.