Skip to content

Commit 209f102

Browse files
committed
bump version; update feed
1 parent 91ac772 commit 209f102

2 files changed

Lines changed: 20 additions & 12 deletions

File tree

DependencyControl.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"dependencyControlFeedFormatVersion": "0.1.0",
2+
"dependencyControlFeedFormatVersion": "0.2.0",
33
"name": "ASSFoundation",
44
"description": "ASSFoundation and ancillary modules.",
55
"baseUrl": "https://github.com/TypesettingTools/ASSFoundation",
66
"url": "@{baseUrl}",
77
"maintainer": "line0",
8+
"knownFeeds": {
9+
"a-mo": "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json"
10+
},
811
"modules": {
912
"l0.ASSFoundation": {
1013
"url": "@{baseUrl}",
@@ -14,14 +17,14 @@
1417
"fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/v@{version}-@{channel}/@{namespacePath}",
1518
"channels": {
1619
"alpha": {
17-
"version": "0.2.5",
18-
"released": "2015-04-17",
20+
"version": "0.2.6",
21+
"released": "2015-05-05",
1922
"default": true,
2023
"files": [
2124
{
2225
"name": ".moon",
2326
"url": "@{fileBaseUrl}@{fileName}",
24-
"sha1": "A87B32F8D4B85F0771C905EDBE4CBD89A5B2D791"
27+
"sha1": "E84352B05C366307124B417B9FDAD15EAD7246C5"
2528
},
2629
{
2730
"name": ".lua",
@@ -45,12 +48,12 @@
4548
{
4649
"name": "/LineBounds.lua",
4750
"url": "@{fileBaseUrl}@{fileName}",
48-
"sha1": "8003CD51043C9B6CBD38EB1BE58DFB254B49F6AA"
51+
"sha1": "08B2EE34095E8E3393D6944F4B197B3FF6C4050F"
4952
},
5053
{
5154
"name": "/LineContents.lua",
5255
"url": "@{fileBaseUrl}@{fileName}",
53-
"sha1": "75CC598ACF8E123EDED0AEB3C95610A2B878E2D6"
56+
"sha1": "5C47C4ED555D6AECEB9258DDF9B6300F147FEB7E"
5457
},
5558
{
5659
"name": "/TagList.lua",
@@ -140,7 +143,7 @@
140143
{
141144
"name": "/Tag/ClipRect.lua",
142145
"url": "@{fileBaseUrl}@{fileName}",
143-
"sha1": "9E16192F16CBD9EA1DB10FD250E9A7C070DDC866"
146+
"sha1": "F9E71EF22BACB4E6C4BBCF13984CC0D64447E9BD"
144147
},
145148
{
146149
"name": "/Tag/ClipVect.lua",
@@ -209,20 +212,20 @@
209212
"version": "1.0.1",
210213
"name": "Aegisub-Motion (LineCollection)",
211214
"url": "https://github.com/TypesettingTools/Aegisub-Motion",
212-
"feed": "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json"
215+
"feed": "@{feed:a-mo}"
213216
},
214217
{
215218
"moduleName": "a-mo.Line",
216219
"version": "1.0.0",
217220
"name": "Aegisub-Motion (Line)",
218221
"url": "https://github.com/TypesettingTools/Aegisub-Motion",
219-
"feed": "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json"
222+
"feed": "@{feed:a-mo}"
220223
},
221224
{
222225
"moduleName": "a-mo.Log",
223226
"name": "Aegisub-Motion (Log)",
224227
"url": "https://github.com/TypesettingTools/Aegisub-Motion",
225-
"feed": "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json"
228+
"feed": "@{feed:a-mo}"
226229
},
227230
{
228231
"moduleName": "SubInspector.Inspector",
@@ -237,6 +240,11 @@
237240
}
238241
},
239242
"changelog": {
243+
"0.2.6": [
244+
"Fixed a bug as well as a SubInspector compatibility issue that would cause an animated line to always be detected as static (and by extension would cause an animated line that started offscreen or transparent to get a 0-width bounding box).",
245+
"ASSFoundation no longer tries to come up with a default \\org tag for a line with \\move (which is not possible since the origin moves with the line position and \\org is non-transformable.",
246+
"Converting a rectangular clip into a vector clip no longer results in an error."
247+
],
240248
"0.2.5": [
241249
"Added a workaround for a YUtils bug that would cause Text->Drawing conversions to fail on 64-bit Windows."
242250
],
@@ -308,7 +316,7 @@
308316
"moduleName": "a-mo.Log",
309317
"name": "Aegisub-Motion (Log)",
310318
"url": "https://github.com/TypesettingTools/Aegisub-Motion",
311-
"feed": "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json"
319+
"feed": "@{feed:a-mo}"
312320
}
313321
]
314322
}

l0/ASSFoundation.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DependencyControl = require "l0.DependencyControl"
22
version = DependencyControl{
33
name: "ASSFoundation",
4-
version: "0.2.5",
4+
version: "0.2.6",
55
description: "General purpose ASS processing library",
66
author: "line0",
77
url: "http://github.com/TypesettingTools/ASSFoundation",

0 commit comments

Comments
 (0)