Skip to content

Commit

Permalink
Merge pull request #40 from ccatterina/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.5.0
  • Loading branch information
ccatterina authored Dec 10, 2023
2 parents e13c0ed + 2ebba3b commit 3651697
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@
{
".": "0.4.0"
".": "0.5.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.5.0](https://github.com/ccatterina/plasmusic-toolbar/compare/v0.4.0...v0.5.0) (2023-12-09)


### Features

* add an option to use album cover as panel icon ([280ae68](https://github.com/ccatterina/plasmusic-toolbar/commit/280ae681e5dced3561c8cf9444fc4da9aa0c3283)), closes [#24](https://github.com/ccatterina/plasmusic-toolbar/issues/24)
* reorganize configuration page ([aaf7605](https://github.com/ccatterina/plasmusic-toolbar/commit/aaf7605160b5022b411d93b6883bdf39c2595fa3))


### Bug Fixes

* preserve album image aspect ratio ([cdf137d](https://github.com/ccatterina/plasmusic-toolbar/commit/cdf137d0282cdfc0be38ab16d7f904495fe4dd63)), closes [#21](https://github.com/ccatterina/plasmusic-toolbar/issues/21)
2 changes: 1 addition & 1 deletion src/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ServiceTypes": [
"Plasma/Applet"
],
"Version": "0.4.0"
"Version": "0.5.0"
},
"X-Plasma-API": "declarativeappletscript",
"X-Plasma-MainScript": "ui/main.qml"
Expand Down

0 comments on commit 3651697

Please sign in to comment.