From 593a3d4433c56b1d7a049b4caa55970062561be0 Mon Sep 17 00:00:00 2001 From: Claudio Catterina Date: Sun, 28 Jul 2024 17:03:28 +0200 Subject: [PATCH] chore(main): release 1.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ src/metadata.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd9..4c313f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3d34a..59f9de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.4.0](https://github.com/ccatterina/plasmusic-toolbar/compare/v1.3.0...v1.4.0) (2024-07-28) + + +### Features + +* Add option to change volume step size ([7f850bc](https://github.com/ccatterina/plasmusic-toolbar/commit/7f850bcf8e03c5bf2169710f00905ee910ea20fd)) +* Mouse wheel click to play/pause and scroll to adjust volume ([b2718d9](https://github.com/ccatterina/plasmusic-toolbar/commit/b2718d91ea421a566758dfeab4a288ee92754d67)) +* Show title and artist in Tooltip ([9302daf](https://github.com/ccatterina/plasmusic-toolbar/commit/9302dafe6c62910b7fb436cb412161af998b2c8b)) +* Text scrolling: allow to disable and reset on pause ([e61fe90](https://github.com/ccatterina/plasmusic-toolbar/commit/e61fe9047d6cb0d2510e6c566acfbaca6e5f5afe)) + ## [1.3.0](https://github.com/ccatterina/plasmusic-toolbar/compare/v1.2.2...v1.3.0) (2024-07-13) diff --git a/src/metadata.json b/src/metadata.json index a76b15e..3db68b6 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -14,7 +14,7 @@ "Id": "plasmusic-toolbar", "License": "GPL3", "Name": "PlasMusic Toolbar", - "Version": "1.3.0", + "Version": "1.4.0", "Category": "Multimedia" }, "X-Plasma-API-Minimum-Version": "6.0",