Skip to content

Commit

Permalink
Update for 1.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Apr 2, 2021
1 parent 12e230b commit 6acc6b0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to the `apollo-ps3` project will be documented in this file.

## [Unreleased]()

## [v1.5.8](https://github.com/bucanero/apollo-ps3/releases/tag/v1.5.8) - 2021-04-03

### Added

* Added Trophy edit support
* Unlock trophies
* Lock trophies (if not synced)
* Added bulk trophy export to `.Zip`
* Added custom checksum support
* Kingdom Hearts Chain of Memories
* Improved file copy to USB

### Fixed

* Fixed `account_id` update (special case)

## [v1.5.5](https://github.com/bucanero/apollo-ps3/releases/tag/v1.5.5) - 2021-03-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion include/settings.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#define APOLLO_VERSION "1.5.5" //Apollo PS3 version (about menu)
#define APOLLO_VERSION "1.5.8" //Apollo PS3 version (about menu)

#define MENU_TITLE_OFF 30 //Offset of menu title text from menu mini icon
#define MENU_ICON_OFF 70 //X Offset to start printing menu mini icon
Expand Down
4 changes: 2 additions & 2 deletions sfo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<sfo>
<value name="APP_VER" type="string">
01.55
01.58
</value>
<value name="ATTRIBUTE" type="integer">
133
Expand Down Expand Up @@ -34,6 +34,6 @@
NP0APOLLO
</value>
<value name="VERSION" type="string">
01.55
01.58
</value>
</sfo>

0 comments on commit 6acc6b0

Please sign in to comment.