···11# Changelog
2233+## 3.0.1
44+55+Also list files from shared Google drives, in addition to 'Shared with me'.
66+77+38## 3.0.0
49510- **Adds album-covers view** (switch to and from list view with icon in nav bar)
+1-1
package.json
···11{
22 "name": "Diffuse",
33 "description": "A music player that connects to your cloud/distributed storage",
44- "version": "3.0.0",
44+ "version": "3.0.1",
55 "author": "Steven Vandevelde <icid.asset@gmail.com>",
66 "homepage": "https://diffuse.sh",
77 "repository": "github:icidasset/diffuse",
+1-1
src-tauri/Cargo.toml
···11[package]
22name = "diffuse"
33-version = "3.0.0"
33+version = "3.0.1"
44description = "A music player that connects to your cloud/distributed storage"
55authors = ["you"]
66license = ""