From f231d4b80cd6f977d4e2fc36da661fc948ce841e Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Wed, 27 Jul 2022 01:03:51 -0500 Subject: [PATCH] Reference fixed issues in changelog --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d90d60b..dfe1415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## v0.1.6.0 (unreleased) * New features - * Generate EDL files with intro timestamps ([documentation](docs/edl.md)) - * Support selecting which libraries are analyzed - * Support customizing [introduction requirements](README.md#introduction-requirements) + * Generate EDL files with intro timestamps ([documentation](docs/edl.md)) (#21) + * Support selecting which libraries are analyzed (#37) + * Support customizing [introduction requirements](README.md#introduction-requirements) (#38, #51) * 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 * 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% @@ -14,11 +14,12 @@ * Suggest potential shifts in the fingerprint visualizer * 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 + * Fix automatic intro skipping on Android TV (#57, #61) * Restore per season status updates in the log - * Prevent null key in `/Intros/Shows` endpoint - * Fix positioning of skip intro button on mobile devices + * Prevent null key in `/Intros/Shows` endpoint (#27) + * Fix positioning of skip intro button on mobile devices (#43) ## v0.1.5.0 (2022-06-17) * Use `ffmpeg` to generate audio fingerprints instead of `fpcalc`