Skip to content

Commit 02f6aaa

Browse files
committed
update docs
1 parent e2e4ae5 commit 02f6aaa

File tree

5 files changed

+78
-8
lines changed

5 files changed

+78
-8
lines changed

CHANGELOG.md

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

55
## [Unreleased]()
66

7+
## [v1.4.4](https://github.com/bucanero/apollo-ps4/releases/tag/v1.4.4) - 2024-05-25
8+
9+
### Added
10+
11+
* 11.00 firmware support (thanks to @LightningMods @SocraticBliss)
12+
* New cheat codes
13+
- Like a Dragon: Ishin!
14+
- Unicorn Overlord
15+
* Custom save decryption support
16+
- Like a Dragon: Ishin!
17+
- Metal Gear Solid 5: Ground Zeroes
18+
- The Last of Us: Part II
19+
- Uncharted: Drake's Fortune Remastered
20+
- Uncharted 2: Among Thieves Remastered
21+
- Uncharted 3: Drake's Deception Remastered
22+
- Uncharted 4: A Thief's End
23+
- Uncharted: The Lost Legacy
24+
* Custom checksum support
25+
- Dead Rising
26+
- Like a Dragon: Ishin!
27+
- Strider
28+
- The Last of Us: Part II
29+
- Uncharted: Drake's Fortune Remastered
30+
- Uncharted 2: Among Thieves Remastered
31+
- Uncharted 3: Drake's Deception Remastered
32+
- Uncharted 4: A Thief's End
33+
- Uncharted: The Lost Legacy
34+
35+
### Fixes
36+
37+
* Patch Code fixes
38+
- Metal Gear Solid 5: The Phantom Pain
39+
40+
### Misc
41+
42+
* Updated Apollo Patch Engine to v1.0.0
43+
- Add `jenkins_oaat`, `lookup3_little2` hash functions
44+
- Add `camellia_ecb` encryption
45+
- Add RGG Studio decryption (PS4)
46+
- Add Dead Rising checksum
47+
- Fix SaveWizard Code Type D issue with `CRLF` line breaks
48+
- Changed BSD command syntax for `decompress(offset, wbits)` and `compress(offset)`
49+
50+
---
51+
752
## [v1.4.2](https://github.com/bucanero/apollo-ps4/releases/tag/v1.4.2) - 2023-12-10
853

954
### Added
@@ -36,6 +81,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
3681
- Fix SaveWizard Code Type C
3782
- Fix `right()` on little-endian platforms
3883

84+
---
85+
3986
## [v1.4.0](https://github.com/bucanero/apollo-ps4/releases/tag/v1.4.0) - 2023-04-16
4087

4188
### Added
@@ -59,6 +106,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
59106
* Improve code types 9, B, D
60107
* Add value subtraction support (BSD)
61108

109+
---
110+
62111
## [v1.3.1](https://github.com/bucanero/apollo-ps4/releases/tag/v1.3.1) - 2023-01-08
63112

64113
### Added
@@ -74,6 +123,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
74123

75124
* Download application data updates from `apollo-patches` repository
76125

126+
---
127+
77128
## [v1.3.0](https://github.com/bucanero/apollo-ps4/releases/tag/v1.3.0) - 2022-12-14
78129

79130
### Added
@@ -93,6 +144,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
93144
* Updated networking code to `libcurl`+`polarssl` (TLS 1.2)
94145
* Improved Pad control handling
95146

147+
---
148+
96149
## [v1.2.2](https://github.com/bucanero/apollo-ps4/releases/tag/v1.2.2) - 2022-11-05
97150

98151
### Changes
@@ -117,6 +170,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
117170
* Fix `md5_xor`, `sha1_xor64` custom hashing
118171
* Fix little-endian support for decrypters/hashes
119172

173+
---
174+
120175
## [v1.2.0](https://github.com/bucanero/apollo-ps4/releases/tag/v1.2.0) - 2022-05-05
121176

122177
### Added
@@ -136,6 +191,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
136191

137192
* Fixed issue when cheat patch couldn't be applied
138193

194+
---
195+
139196
## [v1.1.0](https://github.com/bucanero/apollo-ps4/releases/tag/v1.1.0) - 2022-04-17
140197

141198
### Added
@@ -151,12 +208,16 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
151208
* Fixed Trophy-set listing bug
152209
* Avoid issue when removing mount patches on exit
153210

211+
---
212+
154213
## [v1.0.1](https://github.com/bucanero/apollo-ps4/releases/tag/v1.0.1) - 2022-02-02
155214

156215
### Fixed
157216

158217
* Fixed Bulk resign and copy from USB
159218

219+
---
220+
160221
## [v1.0.0](https://github.com/bucanero/apollo-ps4/releases/tag/v1.0.0) - 2022-01-30
161222

162223
### Added
@@ -170,6 +231,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
170231
* Fixed inner file handling when save has sub-folders
171232
* Fixed SaveWizard write codes
172233

234+
---
235+
173236
## [v0.8.0](https://github.com/bucanero/apollo-ps4/releases/tag/v0.8.0) - 2022-01-15
174237

175238
### Added
@@ -187,6 +250,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
187250

188251
* Project updated to Open Orbis SDK v0.5.2
189252

253+
---
254+
190255
## [v0.7.0](https://github.com/bucanero/apollo-ps4/releases/tag/v0.7.0) - 2022-01-05
191256

192257
### Added
@@ -199,6 +264,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
199264

200265
* Fixed save-mount patches for 9.00 (thanks to GRModSave_Username)
201266

267+
---
268+
202269
## [v0.6.0](https://github.com/bucanero/apollo-ps4/releases/tag/v0.6.0) - 2022-01-01
203270

204271
### Added
@@ -213,6 +280,8 @@ All notable changes to the `apollo-ps4` project will be documented in this file.
213280

214281
* Fixed font rendering issue
215282

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

218287
First public beta release.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package metadata.
22
TITLE := Apollo Save Tool
3-
VERSION := 01.42
3+
VERSION := 01.44
44
TITLE_ID := APOL00004
55
CONTENT_ID := IV0000-APOL00004_00-APOLLO0000000PS4
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
**Apollo Save Tool** is an application to manage save-game files on the PlayStation 4.
99

10-
This homebrew app allows you to download, unlock, patch and resign save-game files directly on your PS4.
10+
This homebrew app allows you to download, unlock, patch, and resign save-game files directly on your PS4.
1111

1212
![image](./docs/screenshots/screenshot-main.jpg)
1313

@@ -58,7 +58,7 @@ My GitHub projects are open to a [sponsor program](https://patreon.com/dparrino)
5858

5959
# Setup instructions
6060

61-
No special setup is needed. Just download the latest `IV0000-APOL00004_00-APOLLO0000000PS4.pkg` package and install it on your PlayStation 4.
61+
No special setup is needed. Just download the latest [`IV0000-APOL00004_00-APOLLO0000000PS4.pkg`](https://github.com/bucanero/apollo-ps4/releases/latest/download/IV0000-APOL00004_00-APOLLO0000000PS4.pkg) package and install it on your PlayStation 4.
6262
On first run, the application will detect and setup the required user settings.
6363

6464
## Data folders
@@ -148,7 +148,7 @@ UDP multicast address `239.255.0.100:30000`. To receive them you can use [socat]
148148

149149
# License
150150

151-
[Apollo Save Tool](https://github.com/bucanero/apollo-ps4/) (PS4) - Copyright (C) 2020-2023 [Damian Parrino](https://twitter.com/dparrino)
151+
[Apollo Save Tool](https://github.com/bucanero/apollo-ps4/) (PS4) - Copyright (C) 2020-2024 [Damian Parrino](https://twitter.com/dparrino)
152152

153153
This program is free software: you can redistribute it and/or modify
154154
it under the terms of the [GNU General Public License][app_license] as published by

docs/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
[![Downloads][img_downloads]][app_downloads] [![Release][img_latest]][app_latest] [![License][img_license]][app_license]
44
[![Build app package](https://github.com/bucanero/apollo-ps4/actions/workflows/build.yml/badge.svg)](https://github.com/bucanero/apollo-ps4/actions/workflows/build.yml)
5+
![PS4](https://img.shields.io/badge/-PS4-003791?style=flat&logo=PlayStation)
56
[![Twitter](https://img.shields.io/twitter/follow/dparrino?label=Follow)](https://twitter.com/dparrino)
67

78
**Apollo Save Tool** is an application to manage save-game files on the PlayStation 4.
89

9-
This homebrew app allows you to download, unlock, patch and resign save-game files directly on your PS4.
10+
This homebrew app allows you to download, unlock, patch, and resign save-game files directly on your PS4.
1011

1112
![image](./screenshots/screenshot-main.jpg)
1213

@@ -46,7 +47,7 @@ My GitHub projects are open to a [sponsor program](https://patreon.com/dparrino)
4647

4748
# Setup instructions
4849

49-
No special setup is needed. Just download the latest `IV0000-APOL00004_00-APOLLO0000000PS4.pkg` package and install it on your PlayStation 4.
50+
No special setup is needed. Just download the latest [`IV0000-APOL00004_00-APOLLO0000000PS4.pkg`](https://github.com/bucanero/apollo-ps4/releases/latest/download/IV0000-APOL00004_00-APOLLO0000000PS4.pkg) package and install it on your PlayStation 4.
5051
On first run, the application will detect and setup the required user settings.
5152

5253
## Data folders
@@ -136,7 +137,7 @@ UDP multicast address `239.255.0.100:30000`. To receive them you can use [socat]
136137

137138
# License
138139

139-
[Apollo Save Tool](https://github.com/bucanero/apollo-ps4/) (PS4) - Copyright (C) 2020-2023 [Damian Parrino](https://twitter.com/dparrino)
140+
[Apollo Save Tool](https://github.com/bucanero/apollo-ps4/) (PS4) - Copyright (C) 2020-2024 [Damian Parrino](https://twitter.com/dparrino)
140141

141142
This program is free software: you can redistribute it and/or modify
142143
it under the terms of the [GNU General Public License][app_license] as published by

include/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define APOLLO_VERSION "1.4.2" //Apollo PS4 version (about menu)
1+
#define APOLLO_VERSION "1.4.4" //Apollo PS4 version (about menu)
22

33
#define MENU_TITLE_OFF 45 //Offset of menu title text from menu mini icon
44
#define MENU_ICON_OFF 105 //X Offset to start printing menu mini icon

0 commit comments

Comments
 (0)