Skip to content

Commit

Permalink
chore(main): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatterina committed Nov 17, 2024
1 parent 90c683f commit de571f8
Show file tree
Hide file tree
Showing 3 changed files with 19 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 @@
{
".": "2.0.0"
".": "2.1.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.1.0](https://github.com/ccatterina/plasmusic-toolbar/compare/v2.0.0...v2.1.0) (2024-11-17)


### Features

* fallback to panel icon if cover image doesn't load ([577582a](https://github.com/ccatterina/plasmusic-toolbar/commit/577582a6eac008a1aafcbe61b2a2a1f00308450d))
* fill available space in the panel ([90c683f](https://github.com/ccatterina/plasmusic-toolbar/commit/90c683f18d25dd9cea533571ba5e45db7574453a)), closes [#142](https://github.com/ccatterina/plasmusic-toolbar/issues/142)
* option to change radius of colored background ([d164517](https://github.com/ccatterina/plasmusic-toolbar/commit/d1645175ebf7a44eb96f73d7003eb60c0263645f))
* option to tint widget with cover image dominant color ([081f169](https://github.com/ccatterina/plasmusic-toolbar/commit/081f1699f1c3d97f3aa1720661b18cf72543496c))
* scale widget content with panel ([b7c4ed1](https://github.com/ccatterina/plasmusic-toolbar/commit/b7c4ed1ff6dd5d224354c3aa05289f8b2612e541))
* vertical panel support ([93a1a3b](https://github.com/ccatterina/plasmusic-toolbar/commit/93a1a3b44b53ee85c481a8d3231fa66d9537cb8f))


### Bug Fixes

* use correct type for maxSongWidthInPanel ([00f9049](https://github.com/ccatterina/plasmusic-toolbar/commit/00f90496c5d7b892690471105f039e1332a8e840))

## [2.0.0](https://github.com/ccatterina/plasmusic-toolbar/compare/v1.6.0...v2.0.0) (2024-10-06)


Expand Down
2 changes: 1 addition & 1 deletion src/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Id": "plasmusic-toolbar",
"License": "GPL3",
"Name": "PlasMusic Toolbar",
"Version": "2.0.0",
"Version": "2.1.0",
"Category": "Multimedia"
},
"X-Plasma-API-Minimum-Version": "6.0",
Expand Down

0 comments on commit de571f8

Please sign in to comment.