File tree 5 files changed +26
-4
lines changed
5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to the `apollo-ps3` project will be documented in this file.
4
4
5
5
## [ Unreleased] ( )
6
6
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
+
7
19
## [ v1.6.5] ( https://github.com/bucanero/apollo-ps3/releases/tag/v1.6.5 ) - 2022-01-22
8
20
9
21
### Added
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -2243,7 +2243,7 @@ secure_file_id:*=8F975177385CA49D7D316ABC96370620
2243
2243
secure_file_id:*=0123456789ABCDEFFEDCBA9876543210
2244
2244
2245
2245
; "Dengeki Bunko Fighting Climax" (FrenchBread.....)
2246
- [BLJM61210/BLAS50753/NPJB00580]
2246
+ [BLJM61210/BLAS50753/NPJB00580/BLUS31535 ]
2247
2247
;disc_hash_key=
2248
2248
secure_file_id:*=4672656E636842726561640000000000
2249
2249
Original file line number Diff line number Diff line change 1
1
2
- #define APOLLO_VERSION "1.6.5 " //Apollo PS3 version (about menu)
2
+ #define APOLLO_VERSION "1.7.0 " //Apollo PS3 version (about menu)
3
3
4
4
#define MENU_TITLE_OFF 30 //Offset of menu title text from menu mini icon
5
5
#define MENU_ICON_OFF 70 //X Offset to start printing menu mini icon
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<sfo >
3
3
<value name =" APP_VER" type =" string" >
4
- 01.65
4
+ 01.70
5
5
</value >
6
6
<value name =" ATTRIBUTE" type =" integer" >
7
7
133
34
34
NP0APOLLO
35
35
</value >
36
36
<value name =" VERSION" type =" string" >
37
- 01.65
37
+ 01.70
38
38
</value >
39
39
</sfo >
You can’t perform that action at this time.
0 commit comments