You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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
+
],
243
252
"0.3.3": [
244
253
"Line splitting no longer incorrectly calculates the position for splits with leading or trailing whitespace characters.",
245
254
"LineContents:getEffectiveTags() now always returns requested default tags, even if the section at the specified index doesn't exist."
0 commit comments