Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Mar 13, 2022
1 parent 4f69a59 commit a6e978d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,8 @@
# Changelog

## Unreleased
## 3.0.2

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

Expand Down Expand Up @@ -105,7 +106,7 @@ Also list files from shared Google drives, in addition to 'Shared with me'.
- **Added dark mode**
- **Added support for BTFS (an IPFS fork)**
- Added ability to rename sources (ie. after creation)
- Added keyboard shortcuts for play/pause, toggle shuffle, etc.
- Added keyboard shortcuts for play/pause, toggle shuffle, etc.
See UI section on the about page for more info.
- Improved IPFS support as a music source (now uses paths instead of hashes)
- Improved text readability (contrast, etc.)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "Diffuse",
"description": "A music player that connects to your cloud/distributed storage",
"version": "3.0.1",
"version": "3.0.2",
"author": "Steven Vandevelde <icid.asset@gmail.com>",
"homepage": "https://diffuse.sh",
"repository": "github:icidasset/diffuse",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "diffuse"
version = "3.0.1"
version = "3.0.2"
description = "A music player that connects to your cloud/distributed storage"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src/Static/Manifests/manifest.json
Expand Up @@ -2,7 +2,7 @@
"name": "Diffuse",
"short_name": "Diffuse",
"description": "A music player that connects to your cloud/distributed storage",
"version": "3.0.1",
"version": "3.0.2",
"author": "Steven Vandevelde <icid.asset@gmail.com>",
"icons": [
{
Expand Down

0 comments on commit a6e978d

Please sign in to comment.