diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3eb51cf..ba67087 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b48c819..a240551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/luisbocanegra/plasma-panel-colorizer/compare/v2.0.0...v2.1.0) (2025-01-23) + + +### Features + +* option to force always floating dialogs ([6f435ae](https://github.com/luisbocanegra/plasma-panel-colorizer/commit/6f435ae9e58c5e1ec8b95cb6a95596f8e99751d8)) + + +### Bug Fixes + +* panel opacity sometimes not applying ([c7bae60](https://github.com/luisbocanegra/plasma-panel-colorizer/commit/c7bae60cca7bb72bf6f949f621b2b75610c4ea57)) +* update blur mask after changing radius ([b6d505f](https://github.com/luisbocanegra/plasma-panel-colorizer/commit/b6d505fb9292192bd6fb1202786aba7c23510f39)) + ## [2.0.0](https://github.com/luisbocanegra/plasma-panel-colorizer/compare/v1.2.0...v2.0.0) (2025-01-20) diff --git a/package/metadata.json b/package/metadata.json index 57336a6..29ebea7 100644 --- a/package/metadata.json +++ b/package/metadata.json @@ -16,7 +16,7 @@ "Id": "luisbocanegra.panel.colorizer", "License": "GPL-3.0", "Name": "Panel colorizer", - "Version": "2.0.0", + "Version": "2.1.0", "Website": "https://github.com/luisbocanegra/plasma-panel-colorizer" }, "X-Plasma-API-Minimum-Version": "6.0"