Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed May 5, 2022
1 parent 80130eb commit eb2b31b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to the `apollo-ps4` project will be documented in this file.

## [Unreleased]()

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

### Added

* Local Web server (Download saves as .Zip)
* RAR, Zip, 7-Zip archive extraction (place files on `/data/`)
* 50+ Save Wizard cheat-code files (collected by @OfficialAhmed)
* Custom decryption support
* Borderlands 3
* Grand Theft Auto 5 (AES)
* Resident Evil Revelations 2 (Blowfish)
* Custom checksum support
* Alien: Isolation
* Resident Evil Revelations 2 (SHA1)

### Fixed

* 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 Down
4 changes: 2 additions & 2 deletions include/settings.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define APOLLO_VERSION "1.1.0" //Apollo PS4 version (about menu)
#define APOLLO_DATA_VERSION 1
#define APOLLO_VERSION "1.2.0" //Apollo PS4 version (about menu)
#define APOLLO_DATA_VERSION 2

#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 eb2b31b

Please sign in to comment.