Skip to content

Releases: AddictedCS/soundfingerprinting

Release 8.9.1

27 Apr 12:17
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Forgot to paas cancellation token.

Release 8.9.0

27 Apr 11:25
Compare
Choose a tag to compare
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

17 Apr 07:53
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump

Release 8.7.0

06 Apr 10:31
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Removing targets
  Fixing the CI that crashes because of the console write lines.

Release 8.6.0

23 Mar 15:56
Compare
Choose a tag to compare
v8.6.0

GitHub is making my day miserable.

Release 8.5.1

23 Feb 08:11
Compare
Choose a tag to compare
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

18 Feb 10:13
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump.

Release 8.4.0

08 Feb 16:24
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump
  Squashing

Release 8.3.0

21 Jan 13:43
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Intercepting has to happen just before query.

Release 8.2.0

06 Jan 08:31
Compare
Choose a tag to compare
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.