-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmeta.json
74 lines (74 loc) · 2.14 KB
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "Mi - PS4 + PS3Management App",
"author": "Vonley",
"version": "1.1.0",
"contributors": [
"@Mr-Smithy-x/Vonley"
],
"changelog": [
"Added PS3 Support",
"Changed GoldenHen to 2.1",
"Stability Improvements"
],
"build": "https://github.com/Mr-Smithy-x/Mi/releases/tag/latest",
"changelogs": [
{
"name": "1.1.0",
"changes": [
"PS3 Support",
"KLog Viewer",
"PS3MAPI, WEBMAN Support",
"GoldenHen 2.1 in this build",
"Stability"
],
"build": "https://github.com/Mr-Smithy-x/Mi/releases/tag/latest"
},
{
"name": "1.0.0",
"changes": [
"Multiple Payloads Support",
"Server Management so its not always running in bg",
"Fix renaming file",
"Restart server under different port now possible without restarting",
"Stability and package refactoring"
],
"build": "https://github.com/Mr-Smithy-x/Mi/releases/tag/1.0.0"
},
{
"name": "1.0.0-rc",
"changes": [
"Improved stability, final settings for ftp client, and ability to manually add consoles. can change default jb port but must force restart the app. Can select how you want to upload the payload."
],
"build": "https://github.com/Mr-Smithy-x/Mi/releases/tag/1.0.0-rc"
},
{
"name": "1.0.0-beta",
"changes": [
"Improved stability, included ftp for browsing, uploading and deleting files"
],
"build": "https://github.com/Mr-Smithy-x/Mi/releases/tag/1.0.0-beta"
},
{
"name": "1.0.0-alpha.1",
"changes": [
"Added proguard rules for production build to fix minor error upon compilation. Delay payload execution from server side. Makes sending payload a bit more stable."
],
"build": "https://github.com/Mr-Smithy-x/Mi/releases/tag/1.0.0-alpha.1"
},
{
"name": "1.0.0-alpha",
"changes": [
"Initial release"
],
"build": "https://github.com/Mr-Smithy-x/Mi/releases/tag/1.0.0-alpha"
}
],
"thanks": [
"Specter",
"Sleirsgoevy",
"flatz",
"SiSTR0",
"Al Azif",
"Many others not mentioned"
]
}