Skip to content

Commit

Permalink
chore(dev): release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 25, 2024
1 parent 1b6b216 commit d424bdd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"prerelease": true
"prerelease": true,
".": "2.4.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [2.4.0](https://github.com/music-assistant/server/compare/2.4.0...v2.4.0) (2024-10-25)


### Bug Fixes

* account for playlists with less than 50 images/items ([02a5dfc](https://github.com/music-assistant/server/commit/02a5dfce0b52599d998f77c77fb0bbd6dd9476b1))
* playerqueue elapsed time not changing for cast players ([9fddafd](https://github.com/music-assistant/server/commit/9fddafd874d80917e3b553f4787a3d2562f7287e))
* Prevent playlist collage image take up all system memory ([f38770e](https://github.com/music-assistant/server/commit/f38770efc429911b2a94f1ef1b65586c3c2502a2))


### Miscellaneous Chores

* release 2.4.0b1 ([1b6b216](https://github.com/music-assistant/server/commit/1b6b216a9d1c6f1be4909d7876361c1dac3bc16e))

0 comments on commit d424bdd

Please sign in to comment.