-
Notifications
You must be signed in to change notification settings - Fork 5
/
DependencyControl.json
57 lines (56 loc) · 1.9 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
{
"dependencyControlFeedFormatVersion": "0.3.0",
"name": "Alen's Aegisub Scripts",
"description": "Main repository for Alen's automation macros.",
"maintainer": "Alen",
"knownFeeds": {},
"baseUrl": "https://github.com/Alendt/Aegisub-Scripts",
"fileBaseUrl": "https://raw.githubusercontent.com/Alendt/Aegisub-Scripts/@{channel}/macros/@{namespace}",
"url": "@{baseUrl}",
"macros": {
"alen.Shapery": {
"url": "@{baseUrl}#@{namespace}",
"author": "Alen",
"name": "Shapery",
"description": "Try to emulate the most used tools of Illustrator.",
"channels": {
"master": {
"version": "1.2.2",
"released": "2021-03-25",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "8174af472ff087a6dc961f4a4d4632679784c95e"
}
],
"requiredModules": []
}
},
"changelog": {
"1.0.0": [
"Initial release."
],
"1.1.0": [
"Fixed various Offsetting bug"
],
"1.2.0": [
"-The Multiline option of Pathfinder now works even with different pos between lines.",
"-The Expand macro now works with more tags.",
"Read the documentation under Help inside the automation for all the info.",
"-Added some error log.",
"-Fixed a huge Offsetting bug that was causing wrong result when using value from 0.1 to 2.",
"-Converting the text to a shape now mantains the tags that can be later on expanded."
],
"1.2.1": [
"Added DependencyControl"
],
"1.2.2": [
"Fixed the last known bug of pathfinder",
"Simplified the color-handling code for gradients. (Thanks to The0x539)"
]
}
}
}
}