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.

3.0.2

+7 -6
+3 -2
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Unreleased 3 + ## 3.0.2 4 4 5 + - __Fixes issue with Dropbox user-data storage__ (Dropbox API change) 5 6 - Fixes various issues with the album-cover view (eg. playback issues) 6 7 - Service worker tweaks to improve performance and offline behaviour 7 8 ··· 105 106 - **Added dark mode** 106 107 - **Added support for BTFS (an IPFS fork)** 107 108 - Added ability to rename sources (ie. after creation) 108 - - Added keyboard shortcuts for play/pause, toggle shuffle, etc. 109 + - Added keyboard shortcuts for play/pause, toggle shuffle, etc. 109 110 See UI section on the about page for more info. 110 111 - Improved IPFS support as a music source (now uses paths instead of hashes) 111 112 - Improved text readability (contrast, etc.)
+1 -1
package.json
··· 1 1 { 2 2 "name": "Diffuse", 3 3 "description": "A music player that connects to your cloud/distributed storage", 4 - "version": "3.0.1", 4 + "version": "3.0.2", 5 5 "author": "Steven Vandevelde <icid.asset@gmail.com>", 6 6 "homepage": "https://diffuse.sh", 7 7 "repository": "github:icidasset/diffuse",
+1 -1
src-tauri/Cargo.lock
··· 768 768 769 769 [[package]] 770 770 name = "diffuse" 771 - version = "3.0.1" 771 + version = "3.0.2" 772 772 dependencies = [ 773 773 "serde", 774 774 "serde_json",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "diffuse" 3 - version = "3.0.1" 3 + version = "3.0.2" 4 4 description = "A music player that connects to your cloud/distributed storage" 5 5 authors = ["you"] 6 6 license = ""
+1 -1
src/Static/Manifests/manifest.json
··· 2 2 "name": "Diffuse", 3 3 "short_name": "Diffuse", 4 4 "description": "A music player that connects to your cloud/distributed storage", 5 - "version": "3.0.1", 5 + "version": "3.0.2", 6 6 "author": "Steven Vandevelde <icid.asset@gmail.com>", 7 7 "icons": [ 8 8 {