Skip to content

Commit 9053539

Browse files
committedApr 28, 2022
Update version
changelog
1 parent 58982ef commit 9053539

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to the `apollo-ps3` project will be documented in this file.
44

55
## [Unreleased]()
66

7+
## [v1.7.0](https://github.com/bucanero/apollo-ps3/releases/tag/v1.6.5) - 2022-04-28
8+
9+
### Added
10+
11+
* Added local Web Server (Download saves as .Zip)
12+
* Save-game selection (press `SELECT` to tag items)
13+
* Copy/Resign selected saves (Bulk Management)
14+
* Improved listings (items count)
15+
* New custom checksum support
16+
* LEGO Marvel Avengers
17+
* LEGO Star Wars: The Force Awakens
18+
719
## [v1.6.5](https://github.com/bucanero/apollo-ps3/releases/tag/v1.6.5) - 2022-01-22
820

921
### Added

‎appdata/BLUS31535.ps3savepatch

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
; BLUS31535
2+
; Dengeki Bunko Fighting Climax
3+
4+
; By Dark Nacho
5+
6+
:SYS-DATA
7+
8+
[MAX CP]
9+
20000034 3B9AC9FF
10+
2004834F FFC99A3B

‎appdata/games.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2243,7 +2243,7 @@ secure_file_id:*=8F975177385CA49D7D316ABC96370620
22432243
secure_file_id:*=0123456789ABCDEFFEDCBA9876543210
22442244

22452245
; "Dengeki Bunko Fighting Climax" (FrenchBread.....)
2246-
[BLJM61210/BLAS50753/NPJB00580]
2246+
[BLJM61210/BLAS50753/NPJB00580/BLUS31535]
22472247
;disc_hash_key=
22482248
secure_file_id:*=4672656E636842726561640000000000
22492249

‎include/settings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#define APOLLO_VERSION "1.6.5" //Apollo PS3 version (about menu)
2+
#define APOLLO_VERSION "1.7.0" //Apollo PS3 version (about menu)
33

44
#define MENU_TITLE_OFF 30 //Offset of menu title text from menu mini icon
55
#define MENU_ICON_OFF 70 //X Offset to start printing menu mini icon

‎sfo.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" ?>
22
<sfo>
33
<value name="APP_VER" type="string">
4-
01.65
4+
01.70
55
</value>
66
<value name="ATTRIBUTE" type="integer">
77
133
@@ -34,6 +34,6 @@
3434
NP0APOLLO
3535
</value>
3636
<value name="VERSION" type="string">
37-
01.65
37+
01.70
3838
</value>
3939
</sfo>

0 commit comments

Comments
 (0)
Please sign in to comment.