From e42590d6720d689dbac021ac7acdec3f6d3489ba Mon Sep 17 00:00:00 2001 From: bucanero Date: Sat, 21 Dec 2024 19:43:35 -0300 Subject: [PATCH] update docs --- CHANGELOG.md | 15 +++++++++++++++ README.md | 10 +++++++++- docs/README.md | 12 ++++++++++-- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c8675..0e05200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to the `apollo-ps4` project will be documented in this file. ## [Unreleased]() +## [v2.0.0](https://github.com/bucanero/apollo-ps4/releases/tag/v2.0.0) - 2024-12-22 + +### Added + +* Complete PS4 firmware support (works on all FWs) - thanks to @hzhreal / @Team-Alua + - Firmware agnostic + - No need for GoldHEN or ps4debug payload +* Trophy management + - List, mount, and export trophies + - Fake XMB trophies lock/unlock + - Trophy set export and backup + - Remove trophy sets +* Delete PS4 save-games +* Show date/time of last save-game modification + --- ## [v1.7.0](https://github.com/bucanero/apollo-ps4/releases/tag/v1.7.0) - 2024-11-16 diff --git a/README.md b/README.md index 6b4556c..abec008 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi # Features -* **Easy to use:** no save-mount patches or advanced setup needed. _(GoldHEN or ps4debug payload required)_ +* **Easy to use:** no save-mount patches or advanced setup needed. * **Standalone:** no computer required, everything happens on the PS4. * **Automatic settings:** auto-detection of PS4 firmware, User ID, and Account-ID settings. * **Multi-user:** supports multiple user accounts. @@ -43,6 +43,12 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi * **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. +## Trophy Management + +* **Trophy container mounting:** allows to mount secure `trophy.img` files for the current user. +* **Trophy Set exporting:** easy backup of trophy files to `.zip` and raw formats. +* **Trophy lock/unlock:** fake lock/unlock trophies (XMB only). + ## Account Management * **Account activation:** create fake Account IDs and generate offline PS4 activations @@ -168,6 +174,7 @@ Currently, the list of available games and files is limited, but the project aim ## Acknowledgments * [Dnawrkshp](https://github.com/Dnawrkshp/): [Artemis PS3](https://github.com/Dnawrkshp/ArtemisPS3) +* [hzh](https://github.com/hzhreal)/[Team-Alua](https://github.com/Team-Alua/cecie.nim): [vsh-utils](https://github.com/hzhreal/PS4-vsh-utils) * [Berion](https://www.psx-place.com/members/berion.1431/): GUI design * [flatz](https://github.com/flatz): [SFO tools](https://github.com/bucanero/pfd_sfo_tools/) * [aldostools](https://aldostools.org/): [Bruteforce Save Data](https://bruteforcesavedata.forumms.net/) @@ -187,6 +194,7 @@ You need to have installed: - [SDL2](https://github.com/PacBrew/SDL/tree/ps4) library - [libJbc](https://github.com/bucanero/ps4-libjbc) library - [libs3m](https://github.com/bucanero/s3mplay) library +- [libSQLite](https://github.com/bucanero/libSQLite-ps4) library - [Mini-XML](https://github.com/bucanero/mxml) library - [dbglogger](https://github.com/bucanero/dbglogger) library diff --git a/docs/README.md b/docs/README.md index 9592e35..6cf7445 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,7 +25,7 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi # Features -* **Easy to use:** no save-mount patches or advanced setup needed. _(GoldHEN or ps4debug payload required)_ +* **Easy to use:** no save-mount patches or advanced setup needed. * **Standalone:** no computer required, everything happens on the PS4. * **Automatic settings:** auto-detection of PS4 firmware, User ID, and Account-ID settings. * **Multi-user:** supports multiple user accounts. @@ -38,6 +38,12 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi * **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. +## Trophy Management + +* **Trophy container mounting:** allows to mount secure trophy images for the current user. +* **Trophy Set exporting:** easy backup of trophy files to `.zip` and raw formats. +* **Trophy lock/unlock:** fake lock/unlock trophies (XMB only). + ## Account Management * **Account activation:** create fake Account IDs and generate offline PS4 activations @@ -75,7 +81,7 @@ Get the [latest version here][app_latest]. ## Changelog -See the [latest changes here](CHANGELOG.md). +See the [latest changes here](https://github.com/bucanero/apollo-ps4/blob/main/CHANGELOG.md). # Donations @@ -163,6 +169,7 @@ Currently, the list of available games and files is limited, but the project aim ## Acknowledgments * [Dnawrkshp](https://github.com/Dnawrkshp/): [Artemis PS3](https://github.com/Dnawrkshp/ArtemisPS3) +* [hzh](https://github.com/hzhreal)/[Team-Alua](https://github.com/Team-Alua/cecie.nim): [vsh-utils](https://github.com/hzhreal/PS4-vsh-utils) * [Berion](https://www.psx-place.com/members/berion.1431/): GUI design * [flatz](https://github.com/flatz): [SFO tools](https://github.com/bucanero/pfd_sfo_tools/) * [aldostools](https://aldostools.org/): [Bruteforce Save Data](https://bruteforcesavedata.forumms.net/) @@ -182,6 +189,7 @@ You need to have installed: - [SDL2](https://github.com/PacBrew/SDL/tree/ps4) library - [libJbc](https://github.com/bucanero/ps4-libjbc) library - [libs3m](https://github.com/bucanero/s3mplay) library +- [libSQLite](https://github.com/bucanero/libSQLite-ps4) library - [Mini-XML](https://github.com/bucanero/mxml) library - [dbglogger](https://github.com/bucanero/dbglogger) library