-
Notifications
You must be signed in to change notification settings - Fork 0
/
DependencyControl.json
51 lines (51 loc) · 1.73 KB
/
DependencyControl.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
{
"dependencyControlFeedFormatVersion": "0.3.0",
"name": "Varde's Automation Scripts",
"description": "Main repository for all of Varde's automation scripts.",
"maintainer": "Varde",
"baseUrl": "https://github.com/Ichunjo/aegisub-scripts",
"url": "@{baseUrl}",
"fileBaseUrl": "https://raw.githubusercontent.com/Ichunjo/aegisub-scripts",
"macros": {
"vd.Baguettisation": {
"url": "@{baseUrl}#@{namespace}",
"fileBaseUrl": "@{fileBaseUrl}/@{channel}/macros/@{namespace}",
"author": "Varde",
"name": "Baguettisation",
"description": "Handle dialogue stuff",
"channels": {
"master": {
"version": "1.7.4",
"released": "2024-08-29",
"default": true,
"files": [
{
"name": ".lua",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "35D786A3ADBDE0914BE540330B33CF6EF9B6D337"
}
],
"requiredModules": [
{
"moduleName": "YUtils"
},
{
"moduleName": "moonscript.util"
},
{
"moduleName": "aegisub.re"
}
]
}
},
"changelog": {
"1.6.0": ["Initial release"],
"1.7.0": ["Overhaul"],
"1.7.1": ["Fix save and delete buttons"],
"1.7.2": ["Fix italic dialogue style taking priority over dialogue if default == italic"],
"1.7.3": ["Fix an8 and an2 not being replaced by an7 and an1 when they are explicitely set"],
"1.7.4": ["Fix actors not being taken when using dialoguisation functions"]
}
}
}
}