From 7c8d4ebd75b187e036fc4de6163ac57fd31e9c1f Mon Sep 17 00:00:00 2001 From: Yannis Petitot <46972108+yadPe@users.noreply.github.com> Date: Sat, 10 Apr 2021 17:41:14 +0200 Subject: [PATCH] v0.3.1 (#401) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7a741b..42a152fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.3.1](https://github.com/yadPe/beatconnect_client/compare/v0.3.0...v0.3.1) (2021-04-10) + +### Bug Fixes + +- **App:** Better error handling for config loader, missing songs and osu scan ([#400](https://github.com/yadPe/beatconnect_client/issues/400)) ([5540b44](https://github.com/yadPe/beatconnect_client/commit/5540b446b957943ad031f410a2481016c4406993)) +- **app:** Fix osu database and state scan ([#395](https://github.com/yadPe/beatconnect_client/pull/395)) +- **app:** Fix app update download progress displaying very long numbers ([#397](https://github.com/yadPe/beatconnect_client/pull/397)) +- **sidepnel:** Add margin between task and playing song ([bbac154](https://github.com/yadPe/beatconnect_client/commit/bbac15421dcb686fdf41b220c39d4c04ef03195f)) + # [0.3.0](https://github.com/yadPe/beatconnect_client/compare/v0.2.9...v0.3.0) (2021-04-08) ### Bug Fixes diff --git a/package.json b/package.json index bedee96a..c214df47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beatconnect_client", "productName": "Beatconnect Client", - "version": "0.3.0", + "version": "0.3.1", "description": "Beatconnect power for osu irc", "author": "yadpe ", "license": "GPL-3.0",