Reference fixed issues in changelog

This commit is contained in:
ConfusedPolarBear 2022-07-27 01:03:51 -05:00
parent 44e2a237a7
commit f231d4b80c

View File

@ -2,11 +2,11 @@
## v0.1.6.0 (unreleased) ## v0.1.6.0 (unreleased)
* New features * New features
* Generate EDL files with intro timestamps ([documentation](docs/edl.md)) * Generate EDL files with intro timestamps ([documentation](docs/edl.md)) (#21)
* Support selecting which libraries are analyzed * Support selecting which libraries are analyzed (#37)
* Support customizing [introduction requirements](README.md#introduction-requirements) * Support customizing [introduction requirements](README.md#introduction-requirements) (#38, #51)
* Changing these settings will increase episode analysis times * Changing these settings will increase episode analysis times
* Support adding and editing intro timestamps * Support adding and editing intro timestamps (#26)
* Report how CPU time is being spent while analyzing episodes * Report how CPU time is being spent while analyzing episodes
* CPU time reports can be viewed under "Analysis Statistics (experimental)" in the plugin configuration page * CPU time reports can be viewed under "Analysis Statistics (experimental)" in the plugin configuration page
* Sped up fingerprint analysis (not including fingerprint generation time) by 40% * Sped up fingerprint analysis (not including fingerprint generation time) by 40%
@ -14,11 +14,12 @@
* Suggest potential shifts in the fingerprint visualizer * Suggest potential shifts in the fingerprint visualizer
* Fixes * Fixes
* Ensure episode analysis queue matches the current filesystem and library state * Ensure episode analysis queue matches the current filesystem and library state (#42, #60)
* Fixes a bug where renamed or deleted episodes were being analyzed * Fixes a bug where renamed or deleted episodes were being analyzed
* Fix automatic intro skipping on Android TV (#57, #61)
* Restore per season status updates in the log * Restore per season status updates in the log
* Prevent null key in `/Intros/Shows` endpoint * Prevent null key in `/Intros/Shows` endpoint (#27)
* Fix positioning of skip intro button on mobile devices * Fix positioning of skip intro button on mobile devices (#43)
## v0.1.5.0 (2022-06-17) ## v0.1.5.0 (2022-06-17)
* Use `ffmpeg` to generate audio fingerprints instead of `fpcalc` * Use `ffmpeg` to generate audio fingerprints instead of `fpcalc`