Skip to content

Releases: Jaded-Encoding-Thaumaturgy/muxtools

Release v0.2.0

16 Oct 21:24
Compare
Choose a tag to compare

What's Changed

  • Font collection improvements by @yuv420p10le in #14

  • Bump FontCollector version to 3.0.0 by @moi15moi in #16

  • fix illegal font names with slash character by @Ichunjo in #17

  • Dynamic dataclasses by @Vodes in #19
    Read more in the guide

  • Change globsearch return type by @LightArrowsEXE in #20

  • Automatic Tagging for audio encoder metadata

    Example
    Writing library                          : opusenc opus-tools 0.2-29-gecd50e5 (using libopus 1.4)
    Encoding settings                        : --vbr --bitrate 192
    
  • Better use of logging colors and more info instead of debug

  • Merriweather Styling preset

  • A lot more bug fixes, view full changelog below

New Contributors

Full Changelog: v0.1.0...v0.2.0

Release v0.1.0

21 Apr 19:27
Compare
Choose a tag to compare

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