···55- **Improve audio playback, processing and error handling**.
66- **Added collections, an alternative to playlists**. Tracks can only appear once in a collection and cannot be ordered.
77- **Basic setup for themes**.
88+- **Deprecated Google Drive support**. Google Drive sources can still be used, but no longer added through the UI.
99+- Removed BTFS support.
810- No longer resets shuffle history when the collection or search changes.
911- WebDAV improvements.
1012- Command palette improvements.
+1-2
README.md
···2121- [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/)
2222- [Azure File Storage](https://azure.microsoft.com/en-us/services/storage/files/)
2323- [Dropbox](https://dropbox.com/)
2424-- [Google Drive](https://drive.google.com/)
2524- [IPFS](https://ipfs.io/)
2625- [WebDAV](https://en.wikipedia.org/wiki/WebDAV)
2726···41404241Diffuse is a static web application, which means it's just HTML, CSS, and Javascript. No REST API, database, or anything backend-related involved. The app uses a hash (aka. fragment-based) routing system, so you don't need any special server rules for routing. You can download a pre-build web-only version of Diffuse on the [releases](https://github.com/icidasset/diffuse/releases) page. Diffuse uses service workers, so you may need HTTPS for it to work smoothly in certain browsers.
43424444-I should also note that some source services use OAuth, so you'll need to use your own application credentials (eg. Google Drive client ID + secret). That said, if you're working locally, you can use `http://localhost:8000` or `http://127.0.0.1:44999` to use the default ones, that's what the old Electron app was using.
4343+I should also note that some source services use OAuth, so you'll need to use your own application credentials (eg. Dropbox). That said, if you're working locally, you can use `http://localhost:8000` or `http://127.0.0.1:44999` to use the default ones, that's what the old Electron app was using.
45444645In short:
4746- Diffuse is a static, serverless web application
-13
src/Core/Themes/Sunrise/Sources/Form.elm
···226226 AzureFile ->
227227 corsWarning "CORS__Azure"
228228229229- Btfs ->
230230- corsWarning "CORS__BTFS"
231231-232229 Dropbox ->
233230 []
234231···414411415412 AzureFile ->
416413 nothing
417417-418418- Btfs ->
419419- howNote
420420- [ inline [ "font-semibold" ] [ text "Diffuse will try to use the default local gateway" ]
421421- , text "."
422422- , lineBreak
423423- , text "If you would like to use another gateway, please provide it below."
424424- , lineBreak
425425- , text "This is basically the same as the IPFS implementation, just with a different prefix."
426426- ]
427414428415 Dropbox ->
429416 howNote