Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed May 25, 2024
1 parent e2e4ae5 commit 02f6aaa
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 8 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,51 @@ All notable changes to the `apollo-ps4` project will be documented in this file.

## [Unreleased]()

## [v1.4.4](https://github.com/bucanero/apollo-ps4/releases/tag/v1.4.4) - 2024-05-25

### Added

* 11.00 firmware support (thanks to @LightningMods @SocraticBliss)
* New cheat codes
- Like a Dragon: Ishin!
- Unicorn Overlord
* Custom save decryption support
- Like a Dragon: Ishin!
- Metal Gear Solid 5: Ground Zeroes
- The Last of Us: Part II
- Uncharted: Drake's Fortune Remastered
- Uncharted 2: Among Thieves Remastered
- Uncharted 3: Drake's Deception Remastered
- Uncharted 4: A Thief's End
- Uncharted: The Lost Legacy
* Custom checksum support
- Dead Rising
- Like a Dragon: Ishin!
- Strider
- The Last of Us: Part II
- Uncharted: Drake's Fortune Remastered
- Uncharted 2: Among Thieves Remastered
- Uncharted 3: Drake's Deception Remastered
- Uncharted 4: A Thief's End
- Uncharted: The Lost Legacy

### Fixes

* Patch Code fixes
- Metal Gear Solid 5: The Phantom Pain

### Misc

* Updated Apollo Patch Engine to v1.0.0
- Add `jenkins_oaat`, `lookup3_little2` hash functions
- Add `camellia_ecb` encryption
- Add RGG Studio decryption (PS4)
- Add Dead Rising checksum
- Fix SaveWizard Code Type D issue with `CRLF` line breaks
- Changed BSD command syntax for `decompress(offset, wbits)` and `compress(offset)`

---

## [v1.4.2](https://github.com/bucanero/apollo-ps4/releases/tag/v1.4.2) - 2023-12-10

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

---

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

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

---

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

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

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

---

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

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

---

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

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

---

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

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

* Fixed issue when cheat patch couldn't be applied

---

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

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

---

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

### Fixed

* Fixed Bulk resign and copy from USB

---

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

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

---

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

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

* Project updated to Open Orbis SDK v0.5.2

---

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

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

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

---

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

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

* 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.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package metadata.
TITLE := Apollo Save Tool
VERSION := 01.42
VERSION := 01.44
TITLE_ID := APOL00004
CONTENT_ID := IV0000-APOL00004_00-APOLLO0000000PS4

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

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

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

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

# Setup instructions

No special setup is needed. Just download the latest `IV0000-APOL00004_00-APOLLO0000000PS4.pkg` package and install it on your PlayStation 4.
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.
On first run, the application will detect and setup the required user settings.

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

# License

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

This program is free software: you can redistribute it and/or modify
it under the terms of the [GNU General Public License][app_license] as published by
Expand Down
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

[![Downloads][img_downloads]][app_downloads] [![Release][img_latest]][app_latest] [![License][img_license]][app_license]
[![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)
![PS4](https://img.shields.io/badge/-PS4-003791?style=flat&logo=PlayStation)
[![Twitter](https://img.shields.io/twitter/follow/dparrino?label=Follow)](https://twitter.com/dparrino)

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

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

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

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

# Setup instructions

No special setup is needed. Just download the latest `IV0000-APOL00004_00-APOLLO0000000PS4.pkg` package and install it on your PlayStation 4.
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.
On first run, the application will detect and setup the required user settings.

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

# License

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

This program is free software: you can redistribute it and/or modify
it under the terms of the [GNU General Public License][app_license] as published by
Expand Down
2 changes: 1 addition & 1 deletion include/settings.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define APOLLO_VERSION "1.4.2" //Apollo PS4 version (about menu)
#define APOLLO_VERSION "1.4.4" //Apollo PS4 version (about menu)

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

0 comments on commit 02f6aaa

Please sign in to comment.