-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDependencyControl.json
More file actions
74 lines (74 loc) · 2.69 KB
/
Copy pathDependencyControl.json
File metadata and controls
74 lines (74 loc) · 2.69 KB
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
{
"dependencyControlFeedFormatVersion": "0.2.0",
"name": "witchymary's Automation Scripts",
"description": "Main repository for all of witchymary's automation scripts.",
"baseUrl": "https://github.com/witchymary/Aegisub-Scripts",
"fileBaseUrl": "https://raw.githubusercontent.com/witchymary/Aegisub-Scripts",
"url": "@{baseUrl}",
"maintainer": "witchymary",
"knownFeeds": {
"SubInspector": "https://raw.githubusercontent.com/TypesettingTools/SubInspector/master/DependencyControl.json",
"ASSFoundation": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json",
"Functional": "https://raw.githubusercontent.com/TypesettingTools/Functional/master/DependencyControl.json"
},
"macros": {
"witchy.shadtrickster": {
"fileBaseUrl": "@{fileBaseUrl}/@{channel}/macros/@{namespace}",
"url": "@{baseUrl}#@{namespace}",
"author": "witchymary",
"name": "ShadTrickster",
"description": "*Shadtricks Your Lines*",
"channels": {
"main": {
"version": "0.2.2",
"released": "2026-04-06",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "5eeeeda914a4c6414bc0e0e8cf00e72538fbfdf3"
}
]
}
},
"changelog": {
"0.1.2": ["Initial release"],
"0.1.3": ["Use shad 0.001 for better rounding accuracy"],
"0.1.4": ["Refactor alpha assignment"],
"0.1.5": ["Replace shad with xshad for marginal performance gain"],
"0.2.0": ["Refactoring. Add transform support"],
"0.2.1": ["Make transform alpha handling more reliable"],
"0.2.2": ["Fix a couple of bugs"]
}
},
"witchy.cliptoperspective": {
"fileBaseUrl": "@{fileBaseUrl}/@{channel}/macros/@{namespace}",
"url": "@{baseUrl}#@{namespace}",
"author": "witchymary",
"name": "Clip to Perspective",
"description": "Converts a 4-point vector clip into ambient plane data and perspective tags",
"channels": {
"main": {
"version": "0.1.4",
"released": "2026-04-05",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "9fcdeb0316fe795fbf8b3301a147532411b9ddf3"
}
]
}
},
"changelog": {
"0.1.0": ["Initial release"],
"0.1.1": ["Code style consistency"],
"0.1.2": ["Further style changes"],
"0.1.3": ["Do not assume outline value is zero"],
"0.1.4": ["Remove obsolete warning about LayoutRes mismatch"]
}
}
}
}