v1.0.1
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
andSpecialEpisodeMetadata
into justEpisodeMetadata
. Differences with their episode name are now changed into anenum
calledEpisodeId
. - Use
thiserror
for error handling. - Use
map_err
instead ofif let Err(e)
when printing out the error.