forked from TypesettingTools/arch1t3cht-Aegisub-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDependencyControl.json
445 lines (445 loc) · 14.5 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
{
"dependencyControlFeedFormatVersion": "0.3.0",
"name": "arch1t3cht's Aegisub Scripts",
"description": "Main repository for all of arch1t3cht's automation macros.",
"maintainer": "arch1t3cht",
"knownFeeds": {
"ASSFoundation": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json",
"Functional": "https://raw.githubusercontent.com/TypesettingTools/Functional/master/DependencyControl.json"
},
"baseUrl": "https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts",
"url": "@{baseUrl}",
"fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/arch1t3cht-Aegisub-Scripts/@{namespace}-v@{version}",
"macros": {
"arch.AegisubChain": {
"fileBaseUrl": "@{fileBaseUrl}/macros/@{namespace}",
"url": "@{baseUrl}#@{namespace}",
"author": "arch1t3cht",
"name": "AegisubChain",
"description": "Compose chains out of existing automation macros, and play them back as non-GUI macros, or using only one dialog.",
"channels": {
"release": {
"version": "0.4.1",
"released": "2022-12-31",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "f9789afbb79aceb24d3ef371059653071bcbc162"
}
],
"requiredModules": [
{
"moduleName": "l0.Functional",
"name": "(Almost) Functional Suite",
"url": "https://github.com/TypesettingTools/ASSFoundation",
"version": "0.6.0",
"feed": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json"
}
]
}
},
"changelog": {
"0.3.0": [
"Initial Release"
],
"0.3.1": [
"Close Aegisub's config file after reading it, so writes to it won't be blocked"
],
"0.3.2": [
"Fix bug where dialog fields would falsely be detected as changed"
],
"0.3.3": [
"Fix emulation of updates to active line"
],
"0.4.0": [
"Add commands to repeat the last chain or other chains before it",
"Add chain slots that will execute a given chain and can be reconfigured without reloading automation scripts."
],
"0.4.1": [
"Move repository to TypesettingTools/arch1t3cht-Aegisub-Scripts"
]
}
},
"arch.Resample": {
"fileBaseUrl": "@{fileBaseUrl}/macros/@{namespace}",
"url": "@{baseUrl}#@{namespace}",
"author": "arch1t3cht",
"name": "Resample Perspective",
"description": "Apply after resampling a script in Aegisub to fix any lines with 3D rotations.",
"channels": {
"release": {
"version": "1.3.3",
"released": "2022-12-31",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "2d435191867e671ee2d48117b4f9fd0135336bea"
}
],
"requiredModules": [
{
"moduleName": "l0.ASSFoundation",
"name": "ASSFoundation",
"url": "https://github.com/TypesettingTools/ASSFoundation",
"version": "0.5.0",
"feed": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json"
},
{
"moduleName": "arch.Math",
"name": "ArchMath",
"url": "https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts",
"version": "0.1.8"
},
{
"moduleName": "arch.Perspective",
"name": "Perspective",
"url": "https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts",
"version": "0.2.3"
}
]
}
},
"changelog": {
"1.0.0": [
"Initial Release"
],
"1.1.0": [
"Allow specifying target resolution",
"Allow rescaling to different aspect ratio",
"Fix resampling with non-center align"
],
"1.2.0": [
"Fix me being dumb and forgetting to ship a crucial fix last version",
"Fix strange behaviour when not all relevant tags occur in line",
"Fix resampling to different aspect ratios",
"Clean up tags after processing"
],
"1.3.0": [
"Add support for non-center org",
"Support flipped and mirrored quads",
"Move perspective logic to the Perspective module"
],
"1.3.1": [
"Bump dependency"
],
"1.3.2": [
"Move repository to TypesettingTools/arch1t3cht-Aegisub-Scripts"
]
}
},
"arch.FocusLines": {
"fileBaseUrl": "@{fileBaseUrl}/macros/@{namespace}",
"url": "@{baseUrl}#@{namespace}",
"author": "arch1t3cht",
"name": "Focus Lines",
"description": "Draws moving focus lines.",
"channels": {
"release": {
"version": "1.0.1",
"released": "2022-12-31",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "f03b9ef81267a37850826dbd3f85f6cae3883493"
}
],
"requiredModules": [
{
"moduleName": "arch.Math",
"name": "ArchMath",
"url": "https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts",
"version": "0.1.8"
}
]
}
},
"changelog": {
"1.0.0": [
"Initial Release"
],
"1.0.1": [
"Move repository to TypesettingTools/arch1t3cht-Aegisub-Scripts"
]
}
},
"arch.RWTools": {
"fileBaseUrl": "@{fileBaseUrl}/macros/@{namespace}",
"url": "@{baseUrl}#@{namespace}",
"author": "arch1t3cht",
"name": "Rewriting Tools",
"description": "Shortcuts for managing multiple rewrites of a line in one .ass event line.",
"channels": {
"release": {
"version": "1.3.1",
"released": "2022-12-31",
"default": true,
"files": [
{
"name": ".lua",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "f70cf891188752ce1c5ec911cbd7de505bfe2b82"
}
]
}
},
"changelog": {
"1.0.0": [
"Initial Release"
],
"1.1.0": [
"Add macros to shift the line break in the active line forward or backward by one word."
],
"1.2.0": [
"When shifting line breaks, insert a line break if none is present, and remove it when it's been shifted to one of the ends."
],
"1.3.0": [
"Put the text cursor into the new active line, provided the Aegisub build supports it."
],
"1.3.1": [
"Move repository to TypesettingTools/arch1t3cht-Aegisub-Scripts"
]
}
},
"arch.NoteBrowser": {
"fileBaseUrl": "@{fileBaseUrl}/macros/@{namespace}",
"url": "@{baseUrl}#@{namespace}",
"author": "arch1t3cht",
"name": "Note Browser",
"description": "Loads a set of timestamped notes and adds options to mark them or jump between them.",
"channels": {
"release": {
"version": "1.3.5",
"released": "2022-12-31",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "75bd6d2749190999cba015e8936836d2bb729746"
}
],
"requiredModules": [
{
"moduleName": "l0.Functional",
"name": "(Almost) Functional Suite",
"url": "https://github.com/TypesettingTools/ASSFoundation",
"version": "0.6.0",
"feed": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json"
}
]
}
},
"changelog": {
"1.0.0": [
"Initial Release"
],
"1.1.0": [
"Add transparent support for mpvqc's format, by PhosCity."
],
"1.2.0": [
"Skip notes more than 15 seconds away from any existing line, by PhosCity."
],
"1.3.3": [
"Add an option to show text of the notes in Aegisub, by PhosCity."
],
"1.3.4": [
"Update parsing logic for note texts to recognize more lines as continuation of the text.",
"Replace backslashes in note texts to not change the formatting."
],
"1.3.5": [
"Move repository to TypesettingTools/arch1t3cht-Aegisub-Scripts"
]
}
},
"arch.GitSigns": {
"fileBaseUrl": "@{fileBaseUrl}/macros/@{namespace}",
"url": "@{baseUrl}#@{namespace}",
"author": "arch1t3cht",
"name": "Git Signs",
"description": "Displays git diffs in Aegisub",
"channels": {
"release": {
"version": "0.2.4",
"released": "2022-12-31",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "9751a0702c03a65434977a3a6d371431a24bd658"
}
],
"requiredModules": [
{
"moduleName": "l0.Functional",
"name": "(Almost) Functional Suite",
"url": "https://github.com/TypesettingTools/ASSFoundation",
"version": "0.6.0",
"feed": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json"
}
]
}
},
"changelog": {
"0.1.0": [
"Initial Release"
],
"0.2.0": [
"Add an option to also show the previous versions of the lines. With this, the format is more or less a 1-to-1 copy of the git diff format (for dialogue class lines), but in .ass form.",
"Added a warning if DependencyControl isn't found."
],
"0.2.1": [
"Clear existing markers before showing a diff to ensure idempotency."
],
"0.2.2": [
"Rewrite line index logic to fix various bugs with displaying deleted lines."
],
"0.2.3": [
"Add empty extradata to newly inserted lines - this fixes a crash on Aegisub 3.2 and older versions."
],
"0.2.4": [
"Move repository to TypesettingTools/arch1t3cht-Aegisub-Scripts"
]
}
},
"arch.ConvertFolds": {
"fileBaseUrl": "@{fileBaseUrl}/macros/@{namespace}",
"url": "@{baseUrl}#@{namespace}",
"author": "arch1t3cht",
"name": "Convert Folds",
"description": "Convert folds stored in the project properties to extradata folds.",
"channels": {
"release": {
"version": "1.1.2",
"released": "2022-12-31",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "05bc513095c66ec0adc175de551199b80bfa1c4d"
}
]
}
},
"changelog": {
"1.0.0": [
"Initial Release"
],
"1.1.0": [
"Add option to automatically read the fold info from the raw subtitle file"
],
"1.1.1": [
"Move repository to TypesettingTools/arch1t3cht-Aegisub-Scripts"
]
}
}
},
"modules": {
"arch.Math": {
"fileBaseUrl": "@{fileBaseUrl}/modules/@{namespacePath}",
"url": "@{baseUrl}#@{namespace}",
"author": "arch1t3cht",
"name": "ArchMath",
"description": "General-purpose linear algebra functions, approximately matching the patterns of Matlab or numpy",
"channels": {
"release": {
"version": "0.1.8",
"released": "2022-12-31",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "3e328244410c9704ea5c11c58dbd7c1576c2df64"
}
]
}
},
"changelog": {
"0.1.0": [
"Initial Release"
],
"0.1.1": [
"Add concat function",
"Various fixes for type detection in operators"
],
"0.1.2": [
"Fix length function"
],
"0.1.3": [
"Fix coordinate getters"
],
"0.1.4": [
"Fix division functions"
],
"0.1.5": [
"Add projection function to take subsets of coordinates.",
"Add transformShape function."
],
"0.1.6": [
"Add projection function for matrices.",
"Add shorthand t for transpose.",
"Allow passing tables or points to Matrix.diag."
],
"0.1.7": [
"Fix pattern for shape transform function."
],
"0.1.8": [
"Move repository to TypesettingTools/arch1t3cht-Aegisub-Scripts"
]
}
},
"arch.Perspective": {
"fileBaseUrl": "@{fileBaseUrl}/modules/@{namespacePath}",
"url": "@{baseUrl}#@{namespace}",
"author": "arch1t3cht",
"name": "Perspective",
"description": "Math functions for dealing with perspective transformations.",
"channels": {
"release": {
"version": "0.2.3",
"released": "2022-12-31",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "559655f25aef45ade444702c2a4f91343bf51367"
}
],
"requiredModules": [
{
"moduleName": "arch.Math",
"name": "ArchMath",
"url": "https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts",
"version": "0.1.6"
}
]
}
},
"changelog": {
"0.1.0": [
"Initial Release",
"Add Quad class and general perspective transformation functions."
],
"0.2.0": [
"Add function transforming points according to .ass tags.",
"Add function generating .ass tags from transformed quad."
],
"0.2.1": [
"Fix version record..."
],
"0.2.2": [
"Move repository to TypesettingTools/arch1t3cht-Aegisub-Scripts"
]
}
}
}
}