Skip to content

Commit a6e978d

Browse files
committed
3.0.2
1 parent 4f69a59 commit a6e978d

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.0.2
44

5+
- __Fixes issue with Dropbox user-data storage__ (Dropbox API change)
56
- Fixes various issues with the album-cover view (eg. playback issues)
67
- Service worker tweaks to improve performance and offline behaviour
78

@@ -105,7 +106,7 @@ Also list files from shared Google drives, in addition to 'Shared with me'.
105106
- **Added dark mode**
106107
- **Added support for BTFS (an IPFS fork)**
107108
- Added ability to rename sources (ie. after creation)
108-
- Added keyboard shortcuts for play/pause, toggle shuffle, etc.
109+
- Added keyboard shortcuts for play/pause, toggle shuffle, etc.
109110
See UI section on the about page for more info.
110111
- Improved IPFS support as a music source (now uses paths instead of hashes)
111112
- Improved text readability (contrast, etc.)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Diffuse",
33
"description": "A music player that connects to your cloud/distributed storage",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"author": "Steven Vandevelde <icid.asset@gmail.com>",
66
"homepage": "https://diffuse.sh",
77
"repository": "github:icidasset/diffuse",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffuse"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
description = "A music player that connects to your cloud/distributed storage"
55
authors = ["you"]
66
license = ""

src/Static/Manifests/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Diffuse",
33
"short_name": "Diffuse",
44
"description": "A music player that connects to your cloud/distributed storage",
5-
"version": "3.0.1",
5+
"version": "3.0.2",
66
"author": "Steven Vandevelde <icid.asset@gmail.com>",
77
"icons": [
88
{

0 commit comments

Comments
 (0)