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.

Bump version

+4 -4
+1 -1
CHANGELOG.md
··· 2 2 3 3 ## 3.1.1 4 4 5 - - Fixes Google Drive CORS issue 5 + Fixes Google Drive CORS issue. 6 6 7 7 ## 3.1.0 8 8
+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.1.0", 4 + "version": "3.1.1", 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.toml
··· 1 1 [package] 2 2 name = "diffuse" 3 - version = "3.1.0" 3 + version = "3.1.1" 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.1.0", 5 + "version": "3.1.1", 6 6 "author": "Steven Vandevelde <icid.asset@gmail.com>", 7 7 "icons": [ 8 8 {