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.

Housekeeping 🧹

+10 -9
+5
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 3.4.0 4 + 5 + Allows you to make playlists public when using Fission / Webnative. 6 + 7 + 3 8 ## 3.3.0 4 9 5 10 - **Removes the need to pick a user-data-storage service upfront.** You can now use the app immediately without having to sign in first.
+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.3.0", 4 + "version": "3.4.0", 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
··· 500 500 501 501 [[package]] 502 502 name = "diffuse" 503 - version = "3.3.0" 503 + version = "3.4.0" 504 504 dependencies = [ 505 505 "serde", 506 506 "serde_json",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "diffuse" 3 - version = "3.3.0" 3 + version = "3.4.0" 4 4 description = "A music player that connects to your cloud/distributed storage" 5 5 authors = ["Steven Vandevelde"] 6 6 license = ""
+1 -5
src/Applications/UI/Playlists/State.elm
··· 1 1 module UI.Playlists.State exposing (..) 2 2 3 - import Alien 4 3 import Conditional exposing (ifThenElse) 5 4 import Coordinates 6 5 import Html.Events.Extra.Mouse as Mouse 7 - import Json.Encode 8 6 import List.Ext as List 9 7 import List.Extra as List 10 8 import Notifications 11 9 import Playlists exposing (..) 12 - import Playlists.Encoding as Playlists 13 - import Return exposing (andThen, return) 10 + import Return exposing (andThen) 14 11 import Tracks exposing (IdentifiedTrack) 15 12 import Tracks.Collection 16 13 import UI.Alfred.State as Alfred ··· 19 16 import UI.Playlists.Alfred 20 17 import UI.Playlists.ContextMenu as Playlists 21 18 import UI.Playlists.Page exposing (..) 22 - import UI.Ports as Ports 23 19 import UI.Tracks.State as Tracks 24 20 import UI.Types exposing (..) 25 21 import UI.User.State.Export as User
+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.3.0", 5 + "version": "3.4.0", 6 6 "author": "Steven Vandevelde <icid.asset@gmail.com>", 7 7 "icons": [ 8 8 {