Releases: AddictedCS/soundfingerprinting
Releases · AddictedCS/soundfingerprinting
Release 8.9.1
Merge branch 'develop' * develop: Forgot to paas cancellation token.
Release 8.9.0
Merge branch 'develop' * develop: Streaming file can contain information about the media type. Adding the ability to create fingerprints from streaming files. Removing custom verbosity level. Still trying to fix "Unable to read beyond the end of the stream" error.
Release 8.8.0
Merge branch 'develop' * develop: Version bump
Release 8.7.0
Merge branch 'develop' * develop: Removing targets Fixing the CI that crashes because of the console write lines.
Release 8.6.0
v8.6.0 GitHub is making my day miserable.
Release 8.5.1
Merge branch 'develop' * develop: Version bump. Improving usages. Query hashes aggregator and realtime aggregator can be made internal If completed results are empty, let's return empty instead of returning a result with empty entries
Release 8.5.0
Merge branch 'develop' * develop: Version bump.
Release 8.4.0
Merge branch 'develop' * develop: Version bump Squashing
Release 8.3.0
Merge branch 'develop' * develop: Intercepting has to happen just before query.
Release 8.2.0
Merge branch 'develop' * develop: NUnitAdapter upgrade. Bringing back query length to appropriate values, even after we detect a skip. More package release comments. Adding comments describing offline storage inner workings. Adding more comments to explain how to use RealtimeQueryConfiguration. Wait till completion has to be set to true by default. Adding a flag indicating an automatic skip forwards/backwards detection. Bringing back a certain margin of error for result entry completion strategy, to prevent small continuations to linger in the next query. One more important test case. Improving expected results on the test that somehow has to detect query offset. Version bump. Annotating concatenator code. We can actually be more precise. Reproducing the skip forward error. Should be able to concatenate from both sides. Minor adjustments according to newly defined result completion strategy that calculates whenever the match can continue in the next query. Permitted gap is not relevant for result entry completion strategy.