Skip to content

Commit

Permalink
chore(main): release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Jan 13, 2025
1 parent 374ed59 commit 6381bab
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.3"
".": "1.10.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]
Expand Down

0 comments on commit 6381bab

Please sign in to comment.