From b2ce80b44a8cf4306be1d2c6f5043a65ce6ea58d Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sat, 15 Jul 2023 11:10:09 -0700 Subject: [PATCH] Update CHANGELOG.md with 0.5.0 changes --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 658481f..fa45476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -## Unreleased +## [0.5.0] - 2023-07-15 + +### Added +- [#75](https://github.com/dweymouth/supersonic/issues/75) Add MPRIS integration +- [#105](https://github.com/dweymouth/supersonic/issues/105) Add dialog to view album description and Last.fm, Musicbrainz links (thanks @natilou!) +- [#184](https://github.com/dweymouth/supersonic/issues/184) Highlight play icon for currently playing track in tracklist (thanks @adamantike!) +- [#216](https://github.com/dweymouth/supersonic/issues/216) Release Audio Exclusive mode while paused to allow other applications to play audio + +### Fixed +- [#42](https://github.com/dweymouth/supersonic/issues/42) Substantial improvement to memory use when navigating quickly through pages +- [#212](https://github.com/dweymouth/supersonic/issues/212) Crash on Wayland with 2x scaling factor + +## [0.4.0] - 2023-06-24 ### Fixed - [#196](https://github.com/dweymouth/supersonic/pull/196) Track correctly scrobbles if removed from play queue while playing (thanks @adamantike!)