Features:
- Updated the general script libraries, relevant changes below
- ASSCropper:
- Added crop testing (temporarily apply crop)
- Allow nudging the crop box with
Shift+Arrowsand resizing it withCtrl+ArrowsandCtrl+Shift+Arrows
- PropertyExpander:
- Added numerical comparisons (
${foo<=0}, ${foo>=0}, ${foo<0}, ${foo>0}, ${foo==0}) and string comparisons (${foo^=start}, ${foo$=end}, ${foo~=contains}) to use in templates.
- Added numerical comparisons (
- Updated default template to work better with still images (omit useless timestamp)