A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add CHANGELOG

+34
+34
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + ## 2.0.0 4 + 5 + - **Ability to store tracks in your browser cache (ie. play offline)** 6 + - **Adds support for IPFS DNSLink & IPNS (for sources)** 7 + - **Adds support for more file formats** (thanks to [music-metadata-browser](https://github.com/Borewit/music-metadata-browser)) 8 + - **Adds support for storing application data on [Dropbox](https://dropbox.com/)** 9 + - **Adds support for storing application data on [IPFS](https://ipfs.io/)** 10 + - **Adds support for storing application data on [Textile](https://github.com/textileio/go-textile)** 11 + - **Better mobile experience (PWA)** 12 + - **Better search** 13 + - **Data encryption** 14 + - **Group by processing date (ie. added-to-collection date), track year, directory, etc.** 15 + - **Preloads next track on every queue change** 16 + - **Remembers the playback progress on long audio files (can be disabled)** 17 + - **WebDAV support in the browser** 18 + - Added 'Azure File Storage' service back 19 + - Added, and removed, some background images (21 total now) 20 + - Data is saved more efficiently and faster 21 + - Data is saved in multiple files instead of one big file (each bit is in its respective file, eg. sources -> sources.json) 22 + - Improved accessibility (eg. properly navigate between buttons/forms with keyboard) 23 + - Improved audio streaming (better handling of edge cases, eg. connection drops) 24 + - Improved drag & drop 25 + - Improved error messages (eg. through detailed notifications) 26 + - Improved README (how to host yourself, etc.) 27 + - Improved UI 28 + - New default background and accent color (softer and warmer colors) 29 + - Option to hide duplicate tracks 30 + - Removed the "authenticating" wording (eg. "Store data on ..." instead of "Authenticate with ...") 31 + - Select background-image using thumbnail grid 32 + - Simpler setup (easier to build) 33 + - Support for [Media Keys](https://github.com/borismus/keysocket) in the browser 34 + - Uses hash/fragment based routing for easier hosting