Skip to content

Release v0.1.0

Latest
Compare
Choose a tag to compare
@Vodes Vodes released this 21 Apr 19:27
· 1 commit to master since this release

Notable new stuff

  • Progressbars for most audio encoders (still kind of flaky but works well enough)
  • SubFile
    • Adaptive restyling (for any resolution)
    • set_header/set_headers functions for easy header modification
    • manipulate_lines function for easier arbitrary line modification
    • Custom swap markers for autoswapper (@petzku)
    • unfuck_cr can now handle "Alt" styles aswell
    • Automatic fixing for "invalid" style definition casing (Erai needed this for example)
  • TMDB Orders/Episode groups
  • Muxing or rather any process call will now print the log on error codes even if quiet=True

More typing and other various misc fixes by @LightArrowsEXE and @sgt0.

Breaking

  • SubFile.syncpoint_merge was removed.
    SubFile.merge should be used now.
    It was rewritten to be way more readable and offers a little more freedom all around.
  • A lot of Frame <-> Time conversion functions were adjusted to match aegisub behavior more closely.
    While this is technically breaking, it should be a very welcome change.
    Mostly done by @arch1t3cht.

New Contributors

Full Changelog: v0.0.9...v0.1.0