Releases: music-assistant/server
2.2.0 Release Candidate 2
What’s Changed
Server 2.2.0 Release Candidate 2
What's Changed
- Fix (album) images for track listings by @marcelveldt in #1586
- Fix (radio) browse listings by @marcelveldt in #1587
- frontend-2.8.6 by @music-assistant-machine in #1588
- Bump plexapi from 4.15.15 to 4.15.16 by @dependabot in #1581
- Bump ruff from 0.5.7 to 0.6.1 by @dependabot in #1579
Full Changelog: 2.2.0rc1...2.2.0rc2
Frontend 2.8.6
- #614 - Add Portuguese (@OzGav)
- #621 - Lokalise: Translations update (@marcelveldt)
- Fix for large listings loading through HA ingress
⬆️ Dependencies
Server
Frontend
5 changes
- #615 - Bump @types/node from 22.2.0 to 22.4.1 (@dependabot)
- #616 - Bump vue-i18n from 9.13.1 to 9.14.0 (@dependabot)
- #617 - Bump vue from 3.4.37 to 3.4.38 (@dependabot)
- #618 - Bump vuetify from 3.6.14 to 3.7.0 (@dependabot)
- #619 - Bump vite-plugin-webfont-dl from 3.9.4 to 3.9.5 (@dependabot)
2.2.0 Release Candidate 1
What’s Changed
Server 2.2.0 Release Candidate 1
What's Changed
- Database (performance) enhancements by @marcelveldt in #1584
- frontend-2.8.4 by @music-assistant-machine in #1585
Full Changelog: 2.2.0b11...2.2.0rc1
Frontend 2.8.4
- Fix dialog to manually add a radio station
- Fix artist sort on albums listing
- Always use the imageproxy
Full Changelog: music-assistant/frontend@2.8.3...2.8.4
⬆️ Dependencies
Server
Frontend
2.2.0 BETA 11
What’s Changed
Server 2.2.0 BETA 11
What's Changed
- Remove the handle_async_init() call from provider init.py by @khers in #1576
- Improve (local) metadata retrieval by @marcelveldt in #1577
- Subsonic: Correct the final entry that uses a non-MA logger by @khers in #1578
- Bump aiohttp from 3.10.3 to 3.10.4 by @dependabot in #1580
- Typo by @OzGav in #1583
- frontend-2.8.3 by @music-assistant-machine in #1582
Full Changelog: 2.2.0b10...2.2.0b11
Frontend 2.8.3
- Fix oauth redirect on ios devices
⬆️ Dependencies
Server
Frontend
2.2.0 BETA 10
What's Changed
- Apple Music: Fix condition for hls substream optimization. by @MarvinSchenkel in #1574
- Fix Spotify token gets invalidated every hour by @marcelveldt in #1575
- Change logger used for provider by @khers in #1573
Full Changelog: 2.2.0b9...2.2.0b10
2.2.0 BETA 9
Fixes some issues with database migration reported by users after the beta 7 and 8 releases.
Fix a race condition with refreshing the spotify token too fast after it has been requested, causing it to be revoked.
2.2.0 BETA 8
What's Changed
- Fix playback of PLS based radio stations
- Fix playback of HLS (radio) streams
- Fix several issues with Soundcloud provider
- Fix auto reload/retry of providers that have dependencies (e.g. HA provider)
- Be a little bit more forgiving in db migrations
Full Changelog: 2.2.0b7...2.2.0b8
2.2.0 BETA 7
ATTENTION SPOTIFY USERS:
This release requires you (again) to authenticate but the good news is that we managed to get a full (official/recommended) PKCE login flow going for both library management and playback.
What's Changed
- Add demo/template providers by @marcelveldt in #1566
- Fix issues with items become unavailable by @marcelveldt in #1567
- Apple Music: Change log level to avoid chatty logs. by @MarvinSchenkel in #1568
- Various optimizations to filesystem metadata retrieval by @marcelveldt in #1569
- Implement Spotify (oauth) PKCE Login flow by @marcelveldt in #1570
Full Changelog: 2.2.0b6...2.2.0b7
2.2.0 BETA 6
What’s Changed
Server 2.2.0 BETA 6
What's Changed
-
Implement Spotify Connect Auth by @marcelveldt in #1562
-
Bump orjson from 3.10.6 to 3.10.7 by @dependabot in #1558
-
Bump aiohttp from 3.10.2 to 3.10.3 by @dependabot in #1559
-
Bump aiorun from 2024.5.1 to 2024.8.1 by @dependabot in #1560
-
frontend-2.8.1 by @music-assistant-machine in #1563
Full Changelog: 2.2.0b5...2.2.0b6
Frontend 2.8.1
- Don't disable unavailable items
⬆️ Dependencies
Server
Frontend
2.1.4
What’s Changed
Fix Spotify Authentication (now that Spotify has phased out username/password auth)
Attention: You need to re-authenticate spotify with Music Assistant once.
2.2.0 BETA 5
What’s Changed
Server 2.2.0 BETA 5
What's Changed
- Bump docker/build-push-action from 6.5.0 to 6.6.0 by @dependabot in #1547
- YTMusic: Use instance name as playlist owner as fallback. by @MarvinSchenkel in #1546
- Remove artist_id not album_id by @MelHarbour in #1541
- Bump docker/build-push-action from 6.6.0 to 6.6.1 by @dependabot in #1548
- Bump pre-commit from 3.7.1 to 3.8.0 by @dependabot in #1543
- Bump async-upnp-client from 0.39.0 to 0.40.0 by @dependabot in #1532
- Fix issue with track linking by @marcelveldt in #1549
- Bump mypy from 1.10.1 to 1.11.1 by @dependabot in #1545
- Bump ruff from 0.5.2 to 0.5.7 by @dependabot in #1550
- Bump aiohttp from 3.9.5 to 3.10.2 by @dependabot in #1551
- Improve metadata handling by @marcelveldt in #1552
- Bump yt-dlp from 2024.7.25 to 2024.8.1 by @dependabot in #1544
- Improve metadata handling by @marcelveldt in #1553
- Fixes for global search by @marcelveldt in #1554
- Fix AirPlay playback gets mangled up between different streams by @marcelveldt in #1555
- Cleanup database from wrong matched info by @marcelveldt in #1556
- frontend-2.8.0 by @music-assistant-machine in #1557
Full Changelog: 2.2.0b3...2.2.0b5
Frontend 2.8.0
- #608 - Add (basic) Image editor (@marcelveldt)
- #605 - Lokalise translations update (@github-actions)
⬆️ Dependencies
Server
Frontend
10 changes
- #589 - Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (@dependabot)
- #595 - Bump typescript from 5.5.3 to 5.5.4 (@dependabot)
- #587 - Bump jsdom from 24.1.0 to 24.1.1 (@dependabot)
- #592 - Bump softprops/action-gh-release from 2.0.6 to 2.0.8 (@dependabot)
- #598 - Bump vite-plugin-pwa from 0.20.0 to 0.20.1 (@dependabot)
- #601 - Bump @types/node from 20.14.10 to 22.1.0 (@dependabot)
- #603 - Bump vuetify from 3.6.12 to 3.6.14 (@dependabot)
- #604 - Bump swiper from 11.1.4 to 11.1.9 (@dependabot)
- #607 - Bump marked from 13.0.2 to 14.0.0 (@dependabot)
- #606 - Bump vue from 3.4.31 to 3.4.37 (@dependabot)