Skip to content

Commit 6381bab

Browse files
committed
chore(main): release 1.10.0
1 parent 374ed59 commit 6381bab

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [1.10.0](https://github.com/luisbocanegra/kde-material-you-colors/compare/v1.9.3...v1.10.0) (2025-01-13)
4+
5+
6+
### Features
7+
8+
* add manual color fetch mode ([6563415](https://github.com/luisbocanegra/kde-material-you-colors/commit/65634156efedecc754b6439f4f36ef997e6f6e2a))
9+
* add option to enable konsole blur ([f8840ea](https://github.com/luisbocanegra/kde-material-you-colors/commit/f8840ea2c4c037654e3b09d40957e7d229f68a56))
10+
* add project urls to about section ([682f7e9](https://github.com/luisbocanegra/kde-material-you-colors/commit/682f7e9703c2d7543456b0f5ce60a2c12b5e8eb8))
11+
* Port from qdbus to gdbus command ([19597f6](https://github.com/luisbocanegra/kde-material-you-colors/commit/19597f664ae7f118287a2c46234b90816f6cb746))
12+
13+
14+
### Bug Fixes
15+
16+
* keep last image for screenshot only mode [#229](https://github.com/luisbocanegra/kde-material-you-colors/issues/229) ([a6eb0be](https://github.com/luisbocanegra/kde-material-you-colors/commit/a6eb0be369e51be8315df8c853d5c01a7805da8e))
17+
* make pywal16 export again using empty checksum ([1402a43](https://github.com/luisbocanegra/kde-material-you-colors/commit/1402a4356bac216d9a7778d4455a307d2c26a5af))
18+
* manual fetch using previous wallpaper or running twice ([9a6cd4b](https://github.com/luisbocanegra/kde-material-you-colors/commit/9a6cd4b73c6e0fcaee2d497ff7f12478564697da))

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 = "1.9.3"
7+
version = "1.10.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)