Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
refactor: overdose on .ConfigureAwait(false)
- Use
.ConfigureAwait(false)where-ever we can. It sped up
the discovery phase by 30 seconds over multiple runs, so I
think it should be okay to commit this now.
misc: better tracking of subtitle files
- Add better tracking of the link generation for subtitle files.
misc: change default cache expire
- change the cache expire time from 1h30m to 2h30m to
better accomodate a typical initial scan based on my testing.
fix: fix vfs link creation
- fix the faulty behaviour of alternatingly skipping and creating
symlinks because of an accidental early return.
misc: add changelog to manifest releases
[skip ci]
misc: add changelog to GH pre-releases
[skip ci]
Full Changelog: 3.0.1...3.0.1.58