Skip to content

Commit eed8372

Browse files
committed
bump version; update feed
1 parent 0003623 commit eed8372

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

DependencyControl.json

Lines changed: 8 additions & 4 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.2.8",
21-
"released": "2015-05-11",
20+
"version": "0.2.9",
21+
"released": "2015-05-12",
2222
"default": true,
2323
"files": [
2424
{
2525
"name": ".moon",
2626
"url": "@{fileBaseUrl}@{fileName}",
27-
"sha1": "F1D9EBE068D5EE089348B411302D5CDBA84601B5"
27+
"sha1": "2F120C6589E7B9B2DD3F867AE64DCE9B223898C2"
2828
},
2929
{
3030
"name": ".lua",
@@ -53,7 +53,7 @@
5353
{
5454
"name": "/LineContents.lua",
5555
"url": "@{fileBaseUrl}@{fileName}",
56-
"sha1": "F4090B106DD757FA08CDC53041321C829CBD6ACD"
56+
"sha1": "B511E2B6A32D2643BEF54FCC259E7E0B7358362C"
5757
},
5858
{
5959
"name": "/TagList.lua",
@@ -240,6 +240,10 @@
240240
}
241241
},
242242
"changelog": {
243+
"0.2.9": [
244+
"LineContents:replaceTags(): An argument was added to control insertion of remaining tags not previously found in the line (on by default to match old behavior).",
245+
"LineContents:replaceTags() now automatically creates the missing tag section at the beginning of the line if insertion of remaining tags was requested starting at index 1."
246+
],
243247
"0.2.8": [
244248
"Fixed \\t tags not being properly parsed when they contained a rectangular clip."
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.2.8",
4+
version: "0.2.9",
55
description: "General purpose ASS processing library",
66
author: "line0",
77
url: "http://github.com/TypesettingTools/ASSFoundation",

0 commit comments

Comments
 (0)