Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@Arnavion Arnavion released this 27 Nov 08:27
· 510 commits to master since this release
  • All script properties and style properties are now parsed and stored in the ASS and Style objects.
  • Basic SRT support, by passing in a libjass.Format argument to ASS.fromString()
  • \clip and \iclip now have their drawing instructions parsed as an array of libjass.parts.drawing.Instruction's instead of just a string.
  • Added DefaultRenderer.enable(), DefaultRenderer.disable() and DefaultRenderer.toggle() to change whether the renderer is displaying subtitles or not.
  • DefaultRenderer.resizeVideo is now called DefaultRenderer.resize. Now it only resizes the subtitle wrapper div, not the video element.
  • Replaced the 41ms setInterval-bsed timer with a requestAnimationFrame-based timer to reduce load on minimized or hidden browser tabs.
  • DefaultRenderer now renders dialogues in the correct order according to the script.
  • Fixed incorrect font sizes.
  • Replaced jake with gulp.