Add 1.2.3 release post
All threads resolved!
All threads resolved!
Compare changes
content/funkwhale-123-release.md
0 → 100644
+ 31
− 0
- Previously, radios would fail to start if there were no playable tracks. The button was active and we had no frontend error message for this, so it looked like the button did nothing! We've now [added some logic to produce a more helpful error message and make the button inactive](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1651) when this happens ⚠️
- Pod admins can limit the size of playlists. If a user tried to add more tracks than the limit allowed, the UI returned a success message but didn't add anything! We've now [added proper error messages](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1613) that inform the user of the limitation ❗️
- Some RSS feeds didn't show track information for episodes. This was caused by the software looking for an album cover for an associated album when there wasn't one! We've added a fix that [shows a default album cover](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1620) when none is available 💿
- The embedded player previously didn't show any track covers if there was no album or series associated with the track. We've [added support for all cover sources](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1619), so tracks with embedded art or with associated artist covers will look nicer 📸