Release v0.1.5.0

This commit is contained in:
ConfusedPolarBear 2022-06-17 22:03:01 -05:00
parent be41ef6226
commit 581c92ac6e
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## v0.1.5.0 (unreleased)
## v0.1.5.0 (2022-06-17)
* Use `ffmpeg` to generate audio fingerprints instead of `fpcalc`
* Requires that the installed version of `ffmpeg`:
* Was compiled with the `--enable-chromaprint` option

View File

@ -8,6 +8,14 @@
"category": "General",
"imageUrl": "https://raw.githubusercontent.com/ConfusedPolarBear/intro-skipper/master/images/logo.png",
"versions": [
{
"version": "0.1.5.0",
"changelog": "- use ffmpeg instead of fpcalc\n- version API endpoints\n- see CHANGELOG.md for full list of changes",
"targetAbi": "10.8.0.0",
"sourceUrl": "https://github.com/ConfusedPolarBear/intro-skipper/releases/download/v0.1.5/intro-skipper-v0.1.5.zip",
"checksum": "cdb5baa20a37af1559d85a4aeb4760fa",
"timestamp": "2022-06-18T03:01:21Z"
},
{
"version": "0.1.0.0",
"changelog": "- add automatic intro skip\n- cache audio fingerprints by default\n- switch to new fingerprint comparison algorithm",