From a6c1a89e5c131a989362ffd02880ae7094b0e112 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Nov 2021 20:42:29 +0000 Subject: [PATCH] Release v4.0.0 --- CHANGELOG.md | 24 ------------------------ package.json | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c8bee..e69de29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +0,0 @@ -### Important changes -This release changes the color selection algorithm. -If you liked the old one better you can just change `Theme > Color Selection Algorithm` to `Vibrant`. - -Added: -- `Report Bugs`, `Request Feature` and `Changelog` buttons to `Settings > About` -- Markdown parsing for settings descriptions -- Option to have a button to open the settings next to your profile picture - -Fixed: -- Fonts looking blurry -- Notification popups are being invisible when the (dribbblish) settings are open -- Missing on/off times settings for `Based on Time` dark mode (#107) -- Playing icon position being wrong when listening to a playlist that is inside a folder ([#106 (comment)](https://github.com/JulienMaille/dribbblish-dynamic-theme/issues/106#issuecomment-967208507)) -- Alignment of right expanded cover -- Slider tooltip is incorrect after a reset (#111) - -Improved: -- The settings UI now better represents grouped items -- Settings that have been changed from default will now show a line next to them. Inspired by the [Visual Studio Code settings UI](https://d33wubrfki0l68.cloudfront.net/d1f1ea4def506997ced23d3d912154794e530e1c/063d2/assets/img/blog/2020-09-17-vscode-settings/settings-ui.png) -- Checkbox / Switch input styles are now more in line with other input styles -- Available updates are now shown as a clickable button next to your user icon instead of having to open the user menu -- The "offline" icon is now handled by dribbblish and fits in with the other info icons -- Hovering over the release date in the album info now shows the full date \ No newline at end of file diff --git a/package.json b/package.json index a2782f0..8781836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dribbblish-dynamic-theme", - "version": "3.1.1", + "version": "4.0.0", "homepage": "https://github.com/JulienMaille/dribbblish-dynamic-theme", "bugs": { "url": "https://github.com/JulienMaille/dribbblish-dynamic-theme/issues"