Skip to content

Commit e42590d

Browse files
committed
update docs
1 parent 7fcc225 commit e42590d

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
44

55
## [Unreleased]()
66

7+
## [v2.0.0](https://github.com/bucanero/apollo-ps4/releases/tag/v2.0.0) - 2024-12-22
8+
9+
### Added
10+
11+
* Complete PS4 firmware support (works on all FWs) - thanks to @hzhreal / @Team-Alua
12+
- Firmware agnostic
13+
- No need for GoldHEN or ps4debug payload
14+
* Trophy management
15+
- List, mount, and export trophies
16+
- Fake XMB trophies lock/unlock
17+
- Trophy set export and backup
18+
- Remove trophy sets
19+
* Delete PS4 save-games
20+
* Show date/time of last save-game modification
21+
722
---
823

924
## [v1.7.0](https://github.com/bucanero/apollo-ps4/releases/tag/v1.7.0) - 2024-11-16

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi
3030

3131
# Features
3232

33-
* **Easy to use:** no save-mount patches or advanced setup needed. _(GoldHEN or ps4debug payload required)_
33+
* **Easy to use:** no save-mount patches or advanced setup needed.
3434
* **Standalone:** no computer required, everything happens on the PS4.
3535
* **Automatic settings:** auto-detection of PS4 firmware, User ID, and Account-ID settings.
3636
* **Multi-user:** supports multiple user accounts.
@@ -43,6 +43,12 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi
4343
* **Save import/export:** allows the user to decrypt and export save files, and import decrypted saves from other consoles.
4444
* **Save downloading:** easy access to an Online Database of save-game files to download straight to your PlayStation.
4545

46+
## Trophy Management
47+
48+
* **Trophy container mounting:** allows to mount secure `trophy.img` files for the current user.
49+
* **Trophy Set exporting:** easy backup of trophy files to `.zip` and raw formats.
50+
* **Trophy lock/unlock:** fake lock/unlock trophies (XMB only).
51+
4652
## Account Management
4753

4854
* **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
168174
## Acknowledgments
169175

170176
* [Dnawrkshp](https://github.com/Dnawrkshp/): [Artemis PS3](https://github.com/Dnawrkshp/ArtemisPS3)
177+
* [hzh](https://github.com/hzhreal)/[Team-Alua](https://github.com/Team-Alua/cecie.nim): [vsh-utils](https://github.com/hzhreal/PS4-vsh-utils)
171178
* [Berion](https://www.psx-place.com/members/berion.1431/): GUI design
172179
* [flatz](https://github.com/flatz): [SFO tools](https://github.com/bucanero/pfd_sfo_tools/)
173180
* [aldostools](https://aldostools.org/): [Bruteforce Save Data](https://bruteforcesavedata.forumms.net/)
@@ -187,6 +194,7 @@ You need to have installed:
187194
- [SDL2](https://github.com/PacBrew/SDL/tree/ps4) library
188195
- [libJbc](https://github.com/bucanero/ps4-libjbc) library
189196
- [libs3m](https://github.com/bucanero/s3mplay) library
197+
- [libSQLite](https://github.com/bucanero/libSQLite-ps4) library
190198
- [Mini-XML](https://github.com/bucanero/mxml) library
191199
- [dbglogger](https://github.com/bucanero/dbglogger) library
192200

docs/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi
2525

2626
# Features
2727

28-
* **Easy to use:** no save-mount patches or advanced setup needed. _(GoldHEN or ps4debug payload required)_
28+
* **Easy to use:** no save-mount patches or advanced setup needed.
2929
* **Standalone:** no computer required, everything happens on the PS4.
3030
* **Automatic settings:** auto-detection of PS4 firmware, User ID, and Account-ID settings.
3131
* **Multi-user:** supports multiple user accounts.
@@ -38,6 +38,12 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi
3838
* **Save import/export:** allows the user to decrypt and export save files, and import decrypted saves from other consoles.
3939
* **Save downloading:** easy access to an Online Database of save-game files to download straight to your PlayStation.
4040

41+
## Trophy Management
42+
43+
* **Trophy container mounting:** allows to mount secure trophy images for the current user.
44+
* **Trophy Set exporting:** easy backup of trophy files to `.zip` and raw formats.
45+
* **Trophy lock/unlock:** fake lock/unlock trophies (XMB only).
46+
4147
## Account Management
4248

4349
* **Account activation:** create fake Account IDs and generate offline PS4 activations
@@ -75,7 +81,7 @@ Get the [latest version here][app_latest].
7581

7682
## Changelog
7783

78-
See the [latest changes here](CHANGELOG.md).
84+
See the [latest changes here](https://github.com/bucanero/apollo-ps4/blob/main/CHANGELOG.md).
7985

8086
# Donations
8187

@@ -163,6 +169,7 @@ Currently, the list of available games and files is limited, but the project aim
163169
## Acknowledgments
164170

165171
* [Dnawrkshp](https://github.com/Dnawrkshp/): [Artemis PS3](https://github.com/Dnawrkshp/ArtemisPS3)
172+
* [hzh](https://github.com/hzhreal)/[Team-Alua](https://github.com/Team-Alua/cecie.nim): [vsh-utils](https://github.com/hzhreal/PS4-vsh-utils)
166173
* [Berion](https://www.psx-place.com/members/berion.1431/): GUI design
167174
* [flatz](https://github.com/flatz): [SFO tools](https://github.com/bucanero/pfd_sfo_tools/)
168175
* [aldostools](https://aldostools.org/): [Bruteforce Save Data](https://bruteforcesavedata.forumms.net/)
@@ -182,6 +189,7 @@ You need to have installed:
182189
- [SDL2](https://github.com/PacBrew/SDL/tree/ps4) library
183190
- [libJbc](https://github.com/bucanero/ps4-libjbc) library
184191
- [libs3m](https://github.com/bucanero/s3mplay) library
192+
- [libSQLite](https://github.com/bucanero/libSQLite-ps4) library
185193
- [Mini-XML](https://github.com/bucanero/mxml) library
186194
- [dbglogger](https://github.com/bucanero/dbglogger) library
187195

0 commit comments

Comments
 (0)