/
/
/
1# [2.0.0 BETA 78] - 08.12.2023
2
3## What's Changed
4* Fix snapcast provider in the dynamic generation of tcp streams by @SantiagoSotoC in https://github.com/music-assistant/server/pull/955
5* Fixing pyproject.toml by @jozefKruszynski in https://github.com/music-assistant/server/pull/957
6* Some fixes for the database migration and matching logic by @marcelveldt in https://github.com/music-assistant/server/pull/958
7
8
9**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b77...2.0.0b78
10
11# [2.0.0 BETA 77] - 06.12.2023
12
13Hotfix to fix some issues introduced in beta 76
14
15# [2.0.0 BETA 76] - 06.12.2023
16
17## What's Changed
18* Add Snapcast Player Provider by @SantiagoSotoC in https://github.com/music-assistant/server/pull/916
19* [Deezer]: New brand (Logo) by @arctixdev in https://github.com/music-assistant/server/pull/930
20* Fixes for slimproto cli and wiim pro streamers by @marcelveldt in https://github.com/music-assistant/server/pull/934
21* [soundcloud] Improved playlist iteration by @domanchi in https://github.com/music-assistant/server/pull/924
22* fix: handle invalid start_index when receiving command player status by @wiflye81 in https://github.com/music-assistant/server/pull/935
23* frontend-2.0.16 by @music-assistant-machine in https://github.com/music-assistant/server/pull/954
24* Improve Filesystem provider by @marcelveldt in https://github.com/music-assistant/server/pull/953
25
26## New Contributors
27* @SantiagoSotoC made their first contribution in https://github.com/music-assistant/server/pull/916
28* @wiflye81 made their first contribution in https://github.com/music-assistant/server/pull/935
29* @music-assistant-machine made their first contribution in https://github.com/music-assistant/server/pull/954
30
31**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b75...2.0.0b76
32
33# [2.0.0 BETA 75] - 13.11.2023
34
35## What's Changed
36* Adjust volume normalisation default by @OzGav in https://github.com/music-assistant/server/pull/909
37* Fix overriding global log level on module level by @marcelveldt in https://github.com/music-assistant/server/pull/918
38* Fix some issues with Airplay provider by @marcelveldt in https://github.com/music-assistant/server/pull/919
39* Fix issues with debouncing commands to (group)players by @marcelveldt in https://github.com/music-assistant/server/pull/921
40* [soundcloud] bug fix: add limit parameter to get_recommended function by @domanchi in https://github.com/music-assistant/server/pull/920
41* [soundcloud] improved track iteration by @domanchi in https://github.com/music-assistant/server/pull/922
42* Fix cast player playing duplicate songs by @marcelveldt in https://github.com/music-assistant/server/pull/923
43* Tidal: add missing session object to add/remove from library by @jozefKruszynski in https://github.com/music-assistant/server/pull/911
44* Fix config for addon update action by @jozefKruszynski in https://github.com/music-assistant/server/pull/903
45
46
47## Dependencies
48* Bump uvloop from 0.17.0 to 0.19.0 by @dependabot in https://github.com/music-assistant/server/pull/904
49* Bump mypy from 1.5.1 to 1.6.1 by @dependabot in https://github.com/music-assistant/server/pull/908
50* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/910
51* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/915
52* Bump pytest-aiohttp from 1.0.4 to 1.0.5 by @dependabot in https://github.com/music-assistant/server/pull/905
53* Bump pre-commit from 3.3.3 to 3.5.0 by @dependabot in https://github.com/music-assistant/server/pull/907
54* Bump mashumaro from 3.9 to 3.10 by @dependabot in https://github.com/music-assistant/server/pull/913
55* Bump ruff from 0.1.1 to 0.1.5 by @dependabot in https://github.com/music-assistant/server/pull/917
56* Bump plexapi from 4.15.0 to 4.15.5 by @dependabot in https://github.com/music-assistant/server/pull/912
57
58## New Contributors
59* @domanchi made their first contribution in https://github.com/music-assistant/server/pull/920
60
61**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b74...2.0.0b75
62
63# [2.0.0 BETA 74] - 28.10.2023
64
65## Frontend 2.0.15
66
67## Whatâs Changed
68
69- #252 - A few small fixes (@marcelveldt)
70- #239 - Lokalise: Translations update (@marcelveldt)
71- #213 - Add dark mode theme-color for top bar on mobile browsers (and Safari desktop) (@krisnoble)
72- #196 - Update release.yml (@jozefKruszynski)
73- #195 - CI action to create a PR on the core repo on release (@jozefKruszynski)
74- #194 - Lokalise: Translations update (@marcelveldt)
75- #193 - Improve browse feature (@marcelveldt)
76- #191 - Lokalise: Translations update (@marcelveldt)
77- #190 - Add (basic) Widget rows to Home screen (@marcelveldt)
78- #189 - Small refactor of theme colors (@marcelveldt)
79- #186 - Several small bugfixes (@marcelveldt)
80- #175 - Rework Navigation (@marcelveldt)
81- #169 - mobile player color schema correction (@dobby5)
82- #171 - Lokalise: Translations update (@marcelveldt)
83- #170 - Some small adjustments to the settings pages (@marcelveldt)
84- #168 - Button improvements (@dobby5)
85- #167 - A collection of small bug fixes (@marcelveldt)
86- #166 - Lokalise: Translations update (@marcelveldt)
87- #164 - Remove header and adjust all views (@marcelveldt)
88- #163 - Bottom mobile player (@dobby5)
89- #162 - Fix add to playlist (@marcelveldt)
90- #161 - Improve Itemdetails (@marcelveldt)
91- #160 - Various bugfixes and improvements (@dobby5)
92- #159 - MA - Merge (@dobby5)
93- #158 - Add some base diagnostic server info (@marcelveldt)
94- #157 - Fix some glitches (@marcelveldt)
95- #156 - Switch to SVG provider icons (@marcelveldt)
96- #155 - Backend changes for library refactor (@marcelveldt)
97- #143 - Ma design 2.0 (@dobby5)
98- #136 - Improve CI for releases (@marcelveldt)
99- #99 - Update Polish translations (@LukaszP2)
100- #135 - Add configuration pages for core controllers (@marcelveldt)
101
102## â¬ï¸ Dependencies
103
104<details>
105<summary>49 changes</summary>
106
107- #245 - Bump vite from 4.4.7 to 4.5.0 (@dependabot)
108- #222 - Bump prettier from 3.0.0 to 3.0.3 (@dependabot)
109- #249 - Bump @types/node from 20.4.5 to 20.8.9 (@dependabot)
110- #251 - Bump eslint-plugin-vue from 9.16.1 to 9.18.1 (@dependabot)
111- #250 - Bump sass from 1.64.2 to 1.69.5 (@dependabot)
112- #243 - Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (@dependabot)
113- #225 - Bump actions/checkout from 3 to 4 (@dependabot)
114- #207 - Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (@dependabot)
115- #206 - Update release.yml (@jozefKruszynski)
116- #219 - Use specific dependency version (@arctixdev)
117- #205 - Bump eslint-config-prettier from 8.9.0 to 9.0.0 (@dependabot)
118- #203 - Bump @fontsource/roboto from 5.0.5 to 5.0.8 (@dependabot)
119- #202 - Bump @egjs/vue3-flicking from 4.10.8 to 4.11.0 (@dependabot)
120- #247 - Bump vuetify from 3.3.10 to 3.3.22 (@dependabot)
121- #248 - Bump actions/setup-node from 3 to 4 (@dependabot)
122- #177 - Bump v3-infinite-loading from 1.2.2 to 1.3.1 (@dependabot)
123- #179 - Bump eslint from 8.45.0 to 8.46.0 (@dependabot)
124- #187 - Bump @typescript-eslint/parser from 6.1.0 to 6.2.1 (@dependabot)
125- #181 - Bump eslint-config-prettier from 8.8.0 to 8.9.0 (@dependabot)
126- #188 - Bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.2.1 (@dependabot)
127- #182 - Bump @types/node from 20.4.4 to 20.4.5 (@dependabot)
128- #178 - Bump vite from 4.4.6 to 4.4.7 (@dependabot)
129- #176 - Bump vue-tsc from 1.8.6 to 1.8.8 (@dependabot)
130- #183 - Bump vuetify from 3.3.9 to 3.3.10 (@dependabot)
131- #185 - Bump eslint-plugin-vue from 9.15.1 to 9.16.1 (@dependabot)
132- #173 - Bump sass from 1.64.0 to 1.64.1 (@dependabot)
133- #174 - Bump @types/node from 20.4.2 to 20.4.4 (@dependabot)
134- #172 - Bump v3-infinite-loading from 1.2.2 to 1.3.1 (@dependabot)
135- #146 - Bump @types/node from 20.4.1 to 20.4.2 (@dependabot)
136- #145 - Bump eslint from 8.44.0 to 8.45.0 (@dependabot)
137- #148 - Bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0 (@dependabot)
138- #147 - Bump @egjs/flicking-plugins from 4.7.0 to 4.7.1 (@dependabot)
139- #144 - Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (@dependabot)
140- #149 - Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (@dependabot)
141- #150 - Bump vue-tsc from 1.8.4 to 1.8.5 (@dependabot)
142- #152 - Bump home-assistant-js-websocket from 8.1.0 to 8.2.0 (@dependabot)
143- #154 - Bump vuetify from 3.3.7 to 3.3.9 (@dependabot)
144- #153 - Bump vite from 4.4.2 to 4.4.4 (@dependabot)
145- #137 - Bump actions/cache from 1 to 3 (@dependabot)
146- #138 - Bump softprops/action-gh-release from 0.1.14 to 0.1.15 (@dependabot)
147- #139 - Bump actions/checkout from 2 to 3 (@dependabot)
148- #140 - Bump actions/setup-node from 1 to 3 (@dependabot)
149- #141 - Bump vite from 4.4.1 to 4.4.2 (@dependabot)
150- #142 - Bump @intlify/unplugin-vue-i18n from 0.12.0 to 0.12.1 (@dependabot)
151- #133 - Bump vue-router from 4.2.2 to 4.2.4 (@dependabot)
152- #134 - Bump home-assistant-js-websocket from 8.0.1 to 8.1.0 (@dependabot)
153- #131 - Bump @fontsource/roboto from 5.0.3 to 5.0.4 (@dependabot)
154- #130 - Bump @intlify/unplugin-vue-i18n from 0.11.0 to 0.12.0 (@dependabot)
155- #129 - Bump vite from 4.3.9 to 4.4.1 (@dependabot)
156</details>
157
158
159## Server 2.0.0 BETA 74
160
161## What's Changed
162* Update job and step names for ci addon job by @jozefKruszynski in https://github.com/music-assistant/server/pull/850
163* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/851
164* Bump mypy from 1.5.0 to 1.5.1 by @dependabot in https://github.com/music-assistant/server/pull/854
165* Bump ruff from 0.0.284 to 0.1.1 by @dependabot in https://github.com/music-assistant/server/pull/892
166* Bump zeroconf from 0.79.0 to 0.119.0 by @dependabot in https://github.com/music-assistant/server/pull/891
167* Bump orjson from 3.9.4 to 3.9.9 by @dependabot in https://github.com/music-assistant/server/pull/890
168* [Deezer] Fix sync album if no cover image by @arctixdev in https://github.com/music-assistant/server/pull/863
169* Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in https://github.com/music-assistant/server/pull/876
170* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/870
171* Bump docker/setup-buildx-action from 2.9.1 to 3.0.0 by @dependabot in https://github.com/music-assistant/server/pull/878
172* FIx cumbersome restart, add idx to album tracks by @jozefKruszynski in https://github.com/music-assistant/server/pull/868
173* Bump orjson from 3.9.9 to 3.9.10 by @dependabot in https://github.com/music-assistant/server/pull/894
174* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/music-assistant/server/pull/866
175* Bump docker/metadata-action from 4 to 5 by @dependabot in https://github.com/music-assistant/server/pull/875
176* Bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in https://github.com/music-assistant/server/pull/877
177* Feature/tidal-quality-updates by @jozefKruszynski in https://github.com/music-assistant/server/pull/857
178* Bump pytest from 7.4.0 to 7.4.3 by @dependabot in https://github.com/music-assistant/server/pull/895
179* Bump ytmusicapi from 1.1.1 to 1.3.1 by @dependabot in https://github.com/music-assistant/server/pull/893
180* Bump pillow from 10.0.0 to 10.1.0 by @dependabot in https://github.com/music-assistant/server/pull/889
181* Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in https://github.com/music-assistant/server/pull/881
182* Bump Airplay bridge binaries by @marcelveldt in https://github.com/music-assistant/server/pull/896
183* Fix grouped volume control by @OzGav in https://github.com/music-assistant/server/pull/867
184* Debounce and log commands to players by @marcelveldt in https://github.com/music-assistant/server/pull/897
185* Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by @dependabot in https://github.com/music-assistant/server/pull/900
186* Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in https://github.com/music-assistant/server/pull/899
187* update release action by @jozefKruszynski in https://github.com/music-assistant/server/pull/898
188* A few small fixes by @marcelveldt in https://github.com/music-assistant/server/pull/901
189* Bump frontend to 2.0.15 by @marcelveldt in https://github.com/music-assistant/server/pull/902
190
191## New Contributors
192* @OzGav made their first contribution in https://github.com/music-assistant/server/pull/867
193
194**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b73...2.0.0b74
195
196## Music Assistant 2.0 (BETA)
197Warning: this is an early beta, features are still missing.
198
199- Public BETA of Music Assistant 2.0
200- Follow status on https://github.com/orgs/music-assistant/projects/2/views/1
201- Meet us on discord to report and discuss feedback
202
203Thanks for testing!
204
205
206
207
208
209
210
211
212
213
214