Skip to content

v3.1.0

Compare
Choose a tag to compare
@icidasset icidasset released this 19 Jun 14:13
· 114 commits to main since this release

Version 3.1.0 馃幎 馃尭


  • 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.
  • Adds a command palette.
  • Adds app version info and an update button to the settings page.
  • Correctly scrobbles repeated tracks with Last.fm
  • Fixes Fission integration
  • Fixes issue with search where you couldn't have the : character in your search term
  • Improves detection of new versions and upgrading in the background (ie. service worker)
  • Improves launcher design (called Alfred internally)
  • Improves key bindings
  • Small UI improvements
  • Updates media session metadata with artwork after downloading missing artwork

Available online as well at:
https://diffuse.sh/

If you want to host the app yourself, make sure to check out the README.


Packages:

  • Linux
  • Mac
  • Web: Just the web application, can be hosted on any HTTP server.
  • Windows