Skip to content

Commit 6a9c616

Browse files
committed
bump version; update feed
1 parent a40191e commit 6a9c616

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

DependencyControl.json

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/v@{version}-@{channel}/@{namespacePath}",
1818
"channels": {
1919
"alpha": {
20-
"version": "0.3.3",
21-
"released": "2015-10-18",
20+
"version": "0.3.4",
21+
"released": "2018-12-12",
2222
"default": true,
2323
"files": [
2424
{
2525
"name": ".moon",
2626
"url": "@{fileBaseUrl}@{fileName}",
27-
"sha1": "95444517B9B1DC8737703122278069DEAFE54F3E"
27+
"sha1": "DA26B340248121A00E6A4043A1BBD8B52B86A380"
2828
},
2929
{
3030
"name": ".lua",
@@ -43,7 +43,7 @@
4343
{
4444
"name": "/FoundationMethods.lua",
4545
"url": "@{fileBaseUrl}@{fileName}",
46-
"sha1": "D53B1B7BCCDF95F097451774AA664BEFD0E5E5C9"
46+
"sha1": "3D6CD8024E23B181EFD8E3871D57003A7E2402A4"
4747
},
4848
{
4949
"name": "/LineBounds.lua",
@@ -53,12 +53,12 @@
5353
{
5454
"name": "/LineContents.lua",
5555
"url": "@{fileBaseUrl}@{fileName}",
56-
"sha1": "CFD7392E4556122A3C5BA28F60026C65092F44C0"
56+
"sha1": "D608C7DFD954695BFD1C698AA49B7A452022059D"
5757
},
5858
{
5959
"name": "/TagList.lua",
6060
"url": "@{fileBaseUrl}@{fileName}",
61-
"sha1": "2B6FB0C535B92D903E332D3305446EE7668FCC82"
61+
"sha1": "075538D9F801CADFC0A3AAC9BC880137B269C9D1"
6262
},
6363
{
6464
"name": "/Draw/Bezier.lua",
@@ -83,7 +83,7 @@
8383
{
8484
"name": "/Draw/DrawingBase.lua",
8585
"url": "@{fileBaseUrl}@{fileName}",
86-
"sha1": "7061201D87C7FBB4A2F1C450FB47ACEEC9C9D434"
86+
"sha1": "19FA0937F9EB66274EE1EAD60A413CDB8A74D144"
8787
},
8888
{
8989
"name": "/Draw/Line.lua",
@@ -123,7 +123,7 @@
123123
{
124124
"name": "/Section/Tag.lua",
125125
"url": "@{fileBaseUrl}@{fileName}",
126-
"sha1": "E364B4DAF2CDA378662FBAEE12EA1AF6F791B700"
126+
"sha1": "087FC84DF128DFA2555D3E8CF31A9560150D1F63"
127127
},
128128
{
129129
"name": "/Section/Text.lua",
@@ -158,7 +158,7 @@
158158
{
159159
"name": "/Tag/Fade.lua",
160160
"url": "@{fileBaseUrl}@{fileName}",
161-
"sha1": "F6735FC142F6D1C21AD3C92F8EA08CA6A4B30A9A"
161+
"sha1": "C6E2BFC2511DE7D076D04F21AC6ABE12D430B480"
162162
},
163163
{
164164
"name": "/Tag/Indexed.lua",
@@ -240,6 +240,15 @@
240240
}
241241
},
242242
"changelog": {
243+
"0.3.4": [
244+
"TagList now discards any \\pos or \\move tags after the first one was seen, avoiding failure on lines where their order doesn't match the sort order.",
245+
"\\move now works with negative start and end times.",
246+
"Junk drawing data is now emitted as a comment at the end of the drawing section.",
247+
"Comment sections are now detected more reliably instead of being handled like a tag section.",
248+
"Broken tags without proper closing brackets are now given one automatically.",
249+
"Removed a check within the \\fade tag that did not work correctly with negative values in complex fades.",
250+
"Shear tags now output decimals with a maximum precision of 3 digits, raised from the previous limit of 2."
251+
],
243252
"0.3.3": [
244253
"Line splitting no longer incorrectly calculates the position for splits with leading or trailing whitespace characters.",
245254
"LineContents:getEffectiveTags() now always returns requested default tags, even if the section at the specified index doesn't exist."
@@ -364,4 +373,4 @@
364373
}
365374
}
366375
}
367-
}
376+
}

0 commit comments

Comments
 (0)