From f2f658b365f298f55a803adfe10a709a56acee27 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:39:53 -0500 Subject: [PATCH] Add changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ffca671 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## v0.1.0.0 (2022-06-09) +* Add option to automatically skip intros +* Cache audio fingerprints by default +* Add fingerprint visualizer +* Add button to erase all previously discovered intro timestamps +* Made saving settings more reliable +* Switch to new fingerprint comparison algorithm + * If you would like to test the new comparison algorithm, you will have to erase all previously discovered introduction timestamps. + +## v0.0.0.3 (2022-06-21) +* Fix `fpcalc` version check + +## v0.0.0.2 (2022-06-21) +* Analyze multiple seasons in parallel +* Reanalyze episodes with an unusually short or long intro sequence +* Check installed `fpcalc` version +* Clarify installation instructions + +## v0.0.0.1 (2022-06-10) +* First alpha build