File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
5353 {
5454 "name" : " /LineContents.lua" ,
5555 "url" : " @{fileBaseUrl}@{fileName}" ,
56- "sha1" : " B5DD6AC9DAD064F45207E7DFC567098CDEC5B499 "
56+ "sha1" : " CFD7392E4556122A3C5BA28F60026C65092F44C0 "
5757 },
5858 {
5959 "name" : " /TagList.lua" ,
128128 {
129129 "name" : " /Section/Text.lua" ,
130130 "url" : " @{fileBaseUrl}@{fileName}" ,
131- "sha1" : " 944AA510A0CFFC0C72A67A8146FA2DC467D22541 "
131+ "sha1" : " 22E45B32A822FCB2887157E6706360C6E8640D4C "
132132 },
133133 {
134134 "name" : " /Tag/Align.lua" ,
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 ],
Original file line number Diff line number Diff line change 11DependencyControl = require " l0.DependencyControl"
22version = 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" ,
You can’t perform that action at this time.
0 commit comments