Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Jan 1, 2022
1 parent 4e77e6d commit 4afaa54
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to the `apollo-ps4` project will be documented in this file.

## [Unreleased]()

## [v0.5.0](https://github.com/bucanero/apollo-ps4/releases/tag/v0.5.0) - 2020-12-22
## [v0.6.0](https://github.com/bucanero/apollo-ps4/releases/tag/v0.6.0) - 2022-01-01

### Added

* Save-mounting patches (GoldHEN or ps4debug required)
* Offline Account activation
* Show Parental security passcode

### Fixed

* Fixed font rendering issue

## [v0.5.0](https://github.com/bucanero/apollo-ps4/releases/tag/v0.5.0) - 2021-12-22

First public beta release.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ $(INTDIR)/%.o: $(PROJDIR)/%.cpp
clean:
rm -f $(CONTENT_ID).pkg pkg.gp4 pkg/sce_sys/param.sfo eboot.bin \
$(INTDIR)/$(PROJDIR).elf $(INTDIR)/$(PROJDIR).oelf $(OBJS)

#---------------------------------------------------------------------------------
createzip:
@echo "creating appdata.zip ..."
@[ -d assets/misc ] || mkdir -p assets/misc
@rm -fr assets/misc/appdata.zip
@cd appdata && zip ../assets/misc/appdata.zip *.* && cd ..
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ The `apollo-ps4` homebrew app allows to download, unlock, patch and resign save-

# Features

* **Easy to use:** no crypto-key configuration or advanced setup needed.
* **Easy to use:** no save-mount patches or advanced setup needed. _(GoldHEN or ps4debug payload required)_
* **Standalone:** no computer required, everything happens on the PS4.
* **Automatic settings:** auto-detection of PSID, User ID and Account-ID settings.
* **Automatic settings:** auto-detection of PS4 firmware, User ID, and Account-ID settings.
* **Multi-user:** supports multiple user accounts.

## Save Management
Expand All @@ -25,6 +25,11 @@ The `apollo-ps4` homebrew app allows to download, unlock, patch and resign save-
* **Save import/export:** allows the user to decrypt and export save files, and import decrypted saves from other consoles.
* **Save downloading:** easy access to an Online Database of save-game files to download straight to your PlayStation.

## Account Management

* **Account activation:** create fake Account IDs and generate offline PS4 activations
* **Recover passcode:** simple recovery method for the Parental Security Passcode.

# Download

Get the [latest version here][app_latest].
Expand Down
Binary file modified appdata/version.dat
Binary file not shown.
9 changes: 7 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ The `apollo-ps4` homebrew app allows to download, unlock, patch and resign save-

# Features

* **Easy to use:** no crypto-key configuration or advanced setup needed.
* **Easy to use:** no save-mount patches or advanced setup needed. _(GoldHEN or ps4debug payload required)_
* **Standalone:** no computer required, everything happens on the PS4.
* **Automatic settings:** auto-detection of PSID, User ID and Account-ID settings.
* **Automatic settings:** auto-detection of PS4 firmware, User ID, and Account-ID settings.
* **Multi-user:** supports multiple user accounts.

## Save Management
Expand All @@ -25,6 +25,11 @@ The `apollo-ps4` homebrew app allows to download, unlock, patch and resign save-
* **Save import/export:** allows the user to decrypt and export save files, and import decrypted saves from other consoles.
* **Save downloading:** easy access to an Online Database of save-game files to download straight to your PlayStation.

## Account Management

* **Account activation:** create fake Account IDs and generate offline PS4 activations
* **Recover passcode:** simple recovery method for the Parental Security Passcode.

# Download

Get the [latest version here][app_latest].
Expand Down

0 comments on commit 4afaa54

Please sign in to comment.