Skip to content

0.4.1

Compare
Choose a tag to compare
@brunchboy brunchboy released this 24 Feb 02:55
8bd2ab8

This was actually released on 2018-10-28, but the tag and release record were forgotten about until working on the release of 0.5.0.

Added

  • Metadata caches now store the details of the media from which they were created to more easily and reliably auto-attach them and survive small changes.

Fixed

  • When a Nexus player is reporting that it is pre-loading hot cues, we no longer incorrectly consider it to be playing.
  • When scanning metadata caches to consider them for auto-attachment, we were not closing the ones which failed to match. This was probably eventually being taken care of by the garbage collector and
    finalizers, but there is no guarantee if or when that would actually happen.
  • When handling a Fader Start command, a missing break statement caused the BeatFinder to log warning which incorrectly reported that the command had not been recognized. This no longer happens.