Skip to content

Commit

Permalink
[SplitTimer] Bump util dependency version
Browse files Browse the repository at this point in the history
0.4.2 fixes the negative-time move issue
  • Loading branch information
petzku committed Nov 19, 2023
1 parent 355c157 commit ef685eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
"moduleName": "petzku.util",
"name": "petzkuLib",
"url": "https://github.com/petzku/Aegisub-Scripts",
"version": "0.3.0"
"version": "0.4.2"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Automatically splits any lines longer than a given threshold, retiming transform

`On video frame` behaves slightly differently, emulating Aegisub's built-in "Split lines before current frame" function, but still accurately preserving transforms.

It is good to note, though, that `\move` has the erratic behavior that treats negative start- and end-times as if neither had been passed—essentially "breaking" this macro. The simple fix is to make it simply a `\pos` in these cases. (I should address this soon-ish)
It is good to note, though, that `\move` has the erratic behavior that treats negative start- and end-times as if neither had been passed. Because of this, the macro transforms a `\move` tag like this into an equivalent `\pos` tag, using only the final positions.

### Typewriter

Expand Down

0 comments on commit ef685eb

Please sign in to comment.