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

v0.8.0

Compare
Choose a tag to compare
@Arnavion Arnavion released this 17 Aug 04:57
· 430 commits to master since this release
  • Added web worker support. libjass.parse can now be offloaded to a web worker.
  • Implemented \fs+ and \fs-
  • Added ASS.addEvent() to add dialogue lines to an ASS object.
  • Renamed ClockEvent.TimeUpdate to ClockEvent.Tick, and added ClockEvent.Stop
  • Clock.enable() and .disable() now return a boolean to indicate whether the function had any effect.
  • Added Clock.setEnabled() to force the enabled-state to the given value.
  • Renamed ManualClock.timeUpdate() to ManualClock.tick()
  • Moved WebRenderer.enable(), .disable() and .enabled to NullRenderer
  • Fixed not being able to parse tags with default values.
  • Fixed font preloader downloading the same font multiple times because it didn't filter for duplicates.
  • Fixed min-width value not taking separate left and right margins into account.
  • Fixed absolutely positioned subs were always left-aligned even if they had an alignment tag.
  • Fixed blur and outlines getting truncated.