···11# Changelog
2233-## Unreleased
33+## 3.0.2
4455+- __Fixes issue with Dropbox user-data storage__ (Dropbox API change)
56- Fixes various issues with the album-cover view (eg. playback issues)
67- Service worker tweaks to improve performance and offline behaviour
78···105106- **Added dark mode**
106107- **Added support for BTFS (an IPFS fork)**
107108- Added ability to rename sources (ie. after creation)
108108-- Added keyboard shortcuts for play/pause, toggle shuffle, etc.
109109+- Added keyboard shortcuts for play/pause, toggle shuffle, etc.
109110 See UI section on the about page for more info.
110111- Improved IPFS support as a music source (now uses paths instead of hashes)
111112- Improved text readability (contrast, etc.)
+1-1
package.json
···11{
22 "name": "Diffuse",
33 "description": "A music player that connects to your cloud/distributed storage",
44- "version": "3.0.1",
44+ "version": "3.0.2",
55 "author": "Steven Vandevelde <icid.asset@gmail.com>",
66 "homepage": "https://diffuse.sh",
77 "repository": "github:icidasset/diffuse",
···11[package]
22name = "diffuse"
33-version = "3.0.1"
33+version = "3.0.2"
44description = "A music player that connects to your cloud/distributed storage"
55authors = ["you"]
66license = ""
+1-1
src/Static/Manifests/manifest.json
···22 "name": "Diffuse",
33 "short_name": "Diffuse",
44 "description": "A music player that connects to your cloud/distributed storage",
55- "version": "3.0.1",
55+ "version": "3.0.2",
66 "author": "Steven Vandevelde <icid.asset@gmail.com>",
77 "icons": [
88 {