Skip to content

Commit 786b44e

Browse files
committed
bump version; update feed
1 parent bdfa8dc commit 786b44e

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

DependencyControl.json

Lines changed: 9 additions & 5 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.2",
21-
"released": "2015-09-15",
20+
"version": "0.3.3",
21+
"released": "2015-10-18",
2222
"default": true,
2323
"files": [
2424
{
2525
"name": ".moon",
2626
"url": "@{fileBaseUrl}@{fileName}",
27-
"sha1": "5CE4AF0CD508324E38A4E212B58E93AC32D285E2"
27+
"sha1": "95444517B9B1DC8737703122278069DEAFE54F3E"
2828
},
2929
{
3030
"name": ".lua",
@@ -53,7 +53,7 @@
5353
{
5454
"name": "/LineContents.lua",
5555
"url": "@{fileBaseUrl}@{fileName}",
56-
"sha1": "B5DD6AC9DAD064F45207E7DFC567098CDEC5B499"
56+
"sha1": "CFD7392E4556122A3C5BA28F60026C65092F44C0"
5757
},
5858
{
5959
"name": "/TagList.lua",
@@ -128,7 +128,7 @@
128128
{
129129
"name": "/Section/Text.lua",
130130
"url": "@{fileBaseUrl}@{fileName}",
131-
"sha1": "944AA510A0CFFC0C72A67A8146FA2DC467D22541"
131+
"sha1": "22E45B32A822FCB2887157E6706360C6E8640D4C"
132132
},
133133
{
134134
"name": "/Tag/Align.lua",
@@ -240,6 +240,10 @@
240240
}
241241
},
242242
"changelog": {
243+
"0.3.3": [
244+
"Line splitting no longer incorrectly calculates the position for splits with leading or trailing whitespace characters.",
245+
"LineContents:getEffectiveTags() now always returns requested default tags, even if the section at the specified index doesn't exist."
246+
],
243247
"0.3.2": [
244248
"TextSection:getShape(): A regression was now *actually* fixed that would cause the text-to-shape conversion to fail on v0.3.0 and v.0.3.1."
245249
],

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.3.2",
4+
version: "0.3.3",
55
description: "General purpose ASS processing library",
66
author: "line0",
77
url: "http://github.com/TypesettingTools/ASSFoundation",

0 commit comments

Comments
 (0)