diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 201722b..ce4f35c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.3" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..091495e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [1.10.0](https://github.com/luisbocanegra/kde-material-you-colors/compare/v1.9.3...v1.10.0) (2025-01-13) + + +### Features + +* add manual color fetch mode ([6563415](https://github.com/luisbocanegra/kde-material-you-colors/commit/65634156efedecc754b6439f4f36ef997e6f6e2a)) +* add option to enable konsole blur ([f8840ea](https://github.com/luisbocanegra/kde-material-you-colors/commit/f8840ea2c4c037654e3b09d40957e7d229f68a56)) +* add project urls to about section ([682f7e9](https://github.com/luisbocanegra/kde-material-you-colors/commit/682f7e9703c2d7543456b0f5ce60a2c12b5e8eb8)) +* Port from qdbus to gdbus command ([19597f6](https://github.com/luisbocanegra/kde-material-you-colors/commit/19597f664ae7f118287a2c46234b90816f6cb746)) + + +### Bug Fixes + +* 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)) +* make pywal16 export again using empty checksum ([1402a43](https://github.com/luisbocanegra/kde-material-you-colors/commit/1402a4356bac216d9a7778d4455a307d2c26a5af)) +* manual fetch using previous wallpaper or running twice ([9a6cd4b](https://github.com/luisbocanegra/kde-material-you-colors/commit/9a6cd4b73c6e0fcaee2d497ff7f12478564697da)) diff --git a/pyproject.toml b/pyproject.toml index e79bb05..42c47d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "kde-material-you-colors" -version = "1.9.3" +version = "1.10.0" description = "Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop" readme = "README.md" authors = [{name = "Luis Bocanegra", email = "luisbocanegra17b@gmail.com"}]