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.

Closes #215

+8 -3
+5
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.5.3 4 + 5 + - Deprecate Blockstack & Textile 6 + - Only process the new source when adding a new source 7 + 3 8 ## 2.5.2 4 9 5 10 - Fixes authentication issue with WebDAV in Firefox
+1 -1
src/Applications/UI/Sources/State.elm
··· 319 319 in 320 320 { model | sources = model.sources ++ [ source ] } 321 321 |> User.saveSources 322 - |> andThen process 322 + |> andThen (processSpecific [ source ]) 323 323 324 324 325 325 removeFromCollection : { sourceId : String } -> Manager
+1 -1
src/Static/Manifests/Nextcloud/appinfo.xml
··· 5 5 <name>Diffuse</name> 6 6 <summary>A music player that connects to your cloud/distributed storage</summary> 7 7 <description>A music player that connects to your cloud/distributed storage</description> 8 - <version>2.5.2</version> 8 + <version>2.5.3</version> 9 9 <licence>agpl</licence> 10 10 <author>Steven Vandevelde</author> 11 11 <category>multimedia</category>
+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": "2.5.2", 5 + "version": "2.5.3", 6 6 "author": "Steven Vandevelde <icid.asset@gmail.com>", 7 7 "icons": [ 8 8 {