Skip to content

Commit 3363092

Browse files
committed
ASSWipe: bump version; update feed
1 parent 1727b2f commit 3363092

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

DependencyControl.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"description": "Performs script cleanup, removes unnecessary tags and lines.",
1515
"channels": {
1616
"master": {
17-
"version": "0.2.1",
18-
"released": "2015-03-25",
17+
"version": "0.2.2",
18+
"released": "2015-03-28",
1919
"default": true,
2020
"files": [
2121
{
2222
"name": ".moon",
2323
"url": "@{fileBaseUrl}@{fileName}",
24-
"sha1": "8593C37569F24C1E6FFB146B83C9FE305C24E907"
24+
"sha1": "58F0D05DC31FFB35F9E22A117235DB42F66E983B"
2525
},
2626
{
2727
"name": ".lua",
@@ -50,7 +50,7 @@
5050
"moduleName": "l0.ASSFoundation",
5151
"name": "ASSFoundation",
5252
"url": "https://github.com/TypesettingCartel/ASSFoundation",
53-
"version": "0.2.0",
53+
"version": "0.2.2",
5454
"feed": "https://raw.githubusercontent.com/TypesettingCartel/ASSFoundation/master/DependencyControl.json"
5555
},
5656
{
@@ -80,6 +80,9 @@
8080
"0.2.1": [
8181
"Fixed out-of-memory errors on huge scripts.",
8282
"Fixed the progress not being updated when no lines are being cleaned."
83+
],
84+
"0.2.2": [
85+
"ASSWipe now skips and warns about lines using undefined styles (instead of erroring out)."
8386
]
8487
}
8588
},

l0.ASSWipe.moon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export script_name = "ASSWipe"
22
export script_description = "Performs script cleanup, removes unnecessary tags and lines."
3-
export script_version = "0.2.1"
3+
export script_version = "0.2.2"
44
export script_author = "line0"
55
export script_namespace = "l0.ASSWipe"
66

@@ -11,7 +11,7 @@ version = DependencyControl{
1111
{"a-mo.LineCollection", version: "1.0.1", url: "https://github.com/torque/Aegisub-Motion"},
1212
{"a-mo.ConfigHandler", version: "1.1.1", url: "https://github.com/torque/Aegisub-Motion"},
1313
{"a-mo.Log", url: "https://github.com/torque/Aegisub-Motion"},
14-
{"l0.ASSFoundation", version: "0.2.0", url: "https://github.com/TypesettingCartel/ASSFoundation",
14+
{"l0.ASSFoundation", version: "0.2.2", url: "https://github.com/TypesettingCartel/ASSFoundation",
1515
feed: "https://raw.githubusercontent.com/TypesettingCartel/ASSFoundation/master/DependencyControl.json"},
1616
{"l0.ASSFoundation.Common", version: "0.2.0", url: "https://github.com/TypesettingCartel/ASSFoundation",
1717
feed: "https://raw.githubusercontent.com/TypesettingCartel/ASSFoundation/master/DependencyControl.json"},

0 commit comments

Comments
 (0)