Skip to content

Commit 0c6def8

Browse files
committed
chore(main): release 2.1.0
1 parent 78ba53a commit 0c6def8

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.2"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/luisbocanegra/kde-material-you-colors/compare/v2.0.2...v2.1.0) (2026-03-23)
4+
5+
6+
### Features
7+
8+
* add wallpaper and config to json file ([b947110](https://github.com/luisbocanegra/kde-material-you-colors/commit/b94711066c796b1c6d12d2cac5261bb52f51fbb0))
9+
* colors preview in widget ([f9ff715](https://github.com/luisbocanegra/kde-material-you-colors/commit/f9ff715ba8fdf81810fd85285d01875f8a4e4a5e))
10+
* contrast level ([a8a9ec4](https://github.com/luisbocanegra/kde-material-you-colors/commit/a8a9ec495bc4637fa9e86b1e3353edae8f2ed47f))
11+
* frames and outlines contrast ([55ba059](https://github.com/luisbocanegra/kde-material-you-colors/commit/55ba059cf4566be97101041a674396e1c5beb1f3))
12+
* material specification version configuration ([e27f1fa](https://github.com/luisbocanegra/kde-material-you-colors/commit/e27f1fa6e8bff4de37bce32c05b7d434b939c77f))
13+
* update klassy decoration outline color ([c354ba7](https://github.com/luisbocanegra/kde-material-you-colors/commit/c354ba7c5fbfa901d153831dee8bb820a434d661))
14+
15+
16+
### Bug Fixes
17+
18+
* backend running check with long user names ([5064335](https://github.com/luisbocanegra/kde-material-you-colors/commit/5064335c2b1a584936d23622bd85d048f66b3882))
19+
* duplicate custom colors in json output ([679c68e](https://github.com/luisbocanegra/kde-material-you-colors/commit/679c68ea2b1391937bb64028d2d06a0c42be8c5f))
20+
* ensure sections exist in klassy configuration ([006d5ef](https://github.com/luisbocanegra/kde-material-you-colors/commit/006d5ef9d155b1ffaaf13589cd6a167f57f3675f))
21+
* klassy 6.5 decoration outline color ([02617bd](https://github.com/luisbocanegra/kde-material-you-colors/commit/02617bd1aaf3ee0b15503691bf39d62dc382f95b))
22+
* port away from deprecated Qt.labs.settings ([0c79646](https://github.com/luisbocanegra/kde-material-you-colors/commit/0c79646331bc12f8b39772a119d1100e79e27c45))
23+
324
## [2.0.2](https://github.com/luisbocanegra/kde-material-you-colors/compare/v2.0.1...v2.0.2) (2025-11-30)
425

526

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kde-material-you-colors"
7-
version = "2.0.2"
7+
version = "2.1.0"
88
description = "Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop"
99
readme = "README.md"
1010
authors = [{name = "Luis Bocanegra", email = "luisbocanegra17b@gmail.com"}]

0 commit comments

Comments
 (0)