diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e95c63d..11e40941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [2.9.16](https://github.com/music-assistant/frontend/compare/v2.9.16...v2.9.16) (2024-11-21) + + +### Features + +* Adjust to api changes for player grouping ([e1c5820](https://github.com/music-assistant/frontend/commit/e1c58207f2519be34da49d38324944713e7e287a)) +* search for radio stream title from full screen player ([#462](https://github.com/music-assistant/frontend/issues/462)) ([9e44528](https://github.com/music-assistant/frontend/commit/9e445284368673f5eea51ac59ccf5b06f5019073)) +* Show visual indicator when Dont stop the music is enabled ([b3a738f](https://github.com/music-assistant/frontend/commit/b3a738f8c6e87402e75d50be313a647805783d43)) + + +### Bug Fixes + +* Adjust release workflow ([5268aa9](https://github.com/music-assistant/frontend/commit/5268aa9d4f313f2726938d2757f3e136ae385368)) +* Allow mousewheel volume control (except in player select) ([faa766c](https://github.com/music-assistant/frontend/commit/faa766cbffa28774148b9941a1b7047de05a4e56)) +* Always show add group player button ([17ca019](https://github.com/music-assistant/frontend/commit/17ca0194098b6467f9daaefc86cd5359b6e4199c)) +* Correct check if image proxy should be used ([ce08d5d](https://github.com/music-assistant/frontend/commit/ce08d5d26593fc373c62278a1e0dae0263a941e6)) +* Don't request thumb for unavailable item/provider ([ecaa985](https://github.com/music-assistant/frontend/commit/ecaa9857d0d8d29315a8e3fe1add39f64f4b3f2a)) +* Dont count unavailable players in sync player name ([7013a54](https://github.com/music-assistant/frontend/commit/7013a5453424d89eeb4eb15019af82f88d6ff781)) +* endless loop in queue items retrieval ([306314b](https://github.com/music-assistant/frontend/commit/306314b3702158692e4fd3e2bb04ad7fd42b4597)) +* Local images being ignored ([9854345](https://github.com/music-assistant/frontend/commit/98543459a13a0d31fdf9a23b6087893ff887968f)) +* make the play actions consistent ([#503](https://github.com/music-assistant/frontend/issues/503)) ([8a25591](https://github.com/music-assistant/frontend/commit/8a255917fd14eb557f4bd6093a35cd18284bd7a9)) +* Queue items list refresh issues ([138d5e4](https://github.com/music-assistant/frontend/commit/138d5e4297fe50ee19909ca0fc17b7213bffc504)) +* release drafter ([15d2043](https://github.com/music-assistant/frontend/commit/15d20431f67565163465bcbb2f9eade37f370ad4)) +* search ignore last press sometimes ([21777d5](https://github.com/music-assistant/frontend/commit/21777d59fc14bf5686fdcb0d1a2087ec906fafd5)) +* Search ignores last press sometimes ([#488](https://github.com/music-assistant/frontend/issues/488)) ([21777d5](https://github.com/music-assistant/frontend/commit/21777d59fc14bf5686fdcb0d1a2087ec906fafd5)) +* Show play buttons when touchscreen is detected ([b328ff8](https://github.com/music-assistant/frontend/commit/b328ff8a2811d188fa3e814fb2ac2d7f898580ea)) +* some minor UI glitches fixed ([be482d9](https://github.com/music-assistant/frontend/commit/be482d989f8457708c45399c8e70627ed0030a36)) +* Volume up/down should call the backend ([ae97e45](https://github.com/music-assistant/frontend/commit/ae97e45900ea0e846890b5b3efcf5be988110416)) + + +### Miscellaneous Chores + +* release 2.9.16 ([4ac5591](https://github.com/music-assistant/frontend/commit/4ac55913b9907da3022eee71fbec51009e6cdf57)) + ## [2.9.16](https://github.com/music-assistant/frontend/compare/v2.9.15...v2.9.16) (2024-11-21)