diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09a2522..3eb51cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a8562..c8e983a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.0.0](https://github.com/luisbocanegra/plasma-panel-colorizer/compare/v1.2.0...v2.0.0) (2025-01-07) + + +### ⚠ BREAKING CHANGES + +* Force text/icons, Unified background, Preset/global overrides now use id to address multiple instances of the same widget separately and should be reconfigured. Also widget ids are unique per panel so the setting needs to be recreated and mantained per panel + +### Features + +* support per widget instance customization ([fc94f22](https://github.com/luisbocanegra/plasma-panel-colorizer/commit/fc94f22eb63791e131a3a023eef4cf0aa8c17fed)) + + +### Bug Fixes + +* color set option not changing colors ([7a527ff](https://github.com/luisbocanegra/plasma-panel-colorizer/commit/7a527ff5ef9dfb8e7da05c2290553aa427514634)) +* disable click to edit built-in preset preview ([94a709c](https://github.com/luisbocanegra/plasma-panel-colorizer/commit/94a709cec9660dc6428bb65a645210d90362c2ca)) +* foreground color set option not changing colors ([2aee2d2](https://github.com/luisbocanegra/plasma-panel-colorizer/commit/2aee2d28821e2348ae641cfb9d7af81477f05f00)) + ## [1.2.0](https://github.com/luisbocanegra/plasma-panel-colorizer/compare/v1.1.0...v1.2.0) (2024-11-10) diff --git a/package/metadata.json b/package/metadata.json index bd61879..37aae54 100644 --- a/package/metadata.json +++ b/package/metadata.json @@ -15,7 +15,7 @@ "Icon": "desktop", "License": "GPL-3.0", "Name": "Panel colorizer", - "Version": "1.2.0", + "Version": "2.0.0", "Website": "https://github.com/luisbocanegra/plasma-panel-colorizer" }, "X-Plasma-API-Minimum-Version": "6.0"