Skip to content

Feature Release 06

Compare
Choose a tag to compare
@arch1t3cht arch1t3cht released this 23 Aug 19:21
· 267 commits to cibuilds since this release

There've been enough bug fixes in the last few days to just make a new release:

  • Slap some duct tape on the ffmpeg wrap that enables compiling with instruction set extensions like SIMD. Up until now, these were disabled on Windows, which was the cause for the mysterious slowdowns in indexing and seeking speed on the TypesettingTools fork compared to other versions. After this fix, indexing and seeking should be as fast as on every other fork.
  • Fix the video aspect ratio forcing options, which had been broken by moex3's video panning.
  • Always save folds, even if "Save UI state in subtitle files" is disabled. This seems like the more sensible option now, since the same happens for fields like the audio or video file.
  • Fix an assertion error popup when importing styles from another script.
  • Fix or work around #6 .
  • Add a note "(SLOW)" to the BestSource video provider option to make very clear that it's only intended to be used in very specific cases.

There's also a few new features:

  • Add options to sort by (raw) text or by the stripped text (i.e. the text without styling tags) in the "Sort All Lines" and "Sort Selected Lines" menus
  • Add commands video/reload and audio/reload to reload the current video or audio file. This is mostly intended for reloading Avisynth or VapourSynth scripts.