Skip to content

v1.0.1

Compare
Choose a tag to compare
@nanashi-1 nanashi-1 released this 07 May 05:49
· 1 commit to master since this release

New Features

Add parallelism. (#20)

Can now compile multiple episodes in parallel. It improves compile times when compiling with soft subtitles.

API changes

Improve API Usability. (#18)

Includes the following:

  • Removal of annoying generics.
  • Combine NormalEpisodeMetadata and SpecialEpisodeMetadata into just EpisodeMetadata. Differences with their episode name are now changed into an enum called EpisodeId.
  • Use thiserror for error handling.
  • Use map_err instead of if let Err(e) when printing out the error.

Removed the annoying AsRef<Path> generic and all lifetimes. (#19)