Release v0.1.5.0
This commit is contained in:
parent
be41ef6226
commit
581c92ac6e
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v0.1.5.0 (unreleased)
|
## 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`
|
||||||
* Requires that the installed version of `ffmpeg`:
|
* Requires that the installed version of `ffmpeg`:
|
||||||
* Was compiled with the `--enable-chromaprint` option
|
* Was compiled with the `--enable-chromaprint` option
|
||||||
|
@ -8,6 +8,14 @@
|
|||||||
"category": "General",
|
"category": "General",
|
||||||
"imageUrl": "https://raw.githubusercontent.com/ConfusedPolarBear/intro-skipper/master/images/logo.png",
|
"imageUrl": "https://raw.githubusercontent.com/ConfusedPolarBear/intro-skipper/master/images/logo.png",
|
||||||
"versions": [
|
"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",
|
"version": "0.1.0.0",
|
||||||
"changelog": "- add automatic intro skip\n- cache audio fingerprints by default\n- switch to new fingerprint comparison algorithm",
|
"changelog": "- add automatic intro skip\n- cache audio fingerprints by default\n- switch to new fingerprint comparison algorithm",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user