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

v0.3.0

Compare
Choose a tag to compare
@Arnavion Arnavion released this 27 Nov 08:26
· 696 commits to master since this release
  • Moved libjass.DefaultRenderer to libjass.renderers.DefaultRenderer
  • Added libjass.renderers.NullRenderer, a renderer that doesn't render anything.
  • DefaultRenderer's fontMap setting is now a Map instead of an Object. It now supports more than one URL for each font name.
  • DefaultRenderer now generates the subtitle wrapper div itself.
  • DefaultRenderer now takes video letterboxing into account when resizing the subtitles.
  • DefaultRenderer has a new setting useHighResolutionTimer that makes it use a 41ms timer instead of video.timeUpdate's 250ms timer.
  • div IDs and CSS class names are now prefixed with "libjass-" to avoid collisions with other elements on the page.
  • All numeric CSS property values are now truncated to three decimal places.
  • Added jake watch that rebuilds and runs tests on changes to the source.
  • Added jake doc that builds API documentation.
  • Added Travis CI build.