A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update CHANGELOG

+9
+9
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 3.1.0 4 + 5 + - Removes usage of the Web Audio API, just uses `<audio>` elements now so that Diffuse can be played in the background on iOS. Sadly this also means the equalizer has been removed, but a better volume control has been added instead, one that doesn't move away from the tracks view. 6 + - Added a command palette 7 + - Improves launcher design (called Alfred internally) 8 + - Improves key bindings 9 + - Small UI improvements 10 + 11 + 3 12 ## 3.0.2 4 13 5 14 - __Fixes issue with Dropbox user-data storage__ (Dropbox API change)