diff --git a/content/funkwhale-122-release.md b/content/funkwhale-122-release.md new file mode 100644 index 0000000000000000000000000000000000000000..e6abe17fb1b91378b8ef94d889e4e6d0ff4f8576 --- /dev/null +++ b/content/funkwhale-122-release.md @@ -0,0 +1,21 @@ +Title: Funkwhale 1.2.2 bugfix release +Date: 2022-02-04 +Author: Sporiff +Category: Announcement +Slug: funkwhale-122-release +Summary: On your marks, get set, fix those bugs! + +Hi again everyone! 👋 + +It sure has been a busy start to the year here at Funkwhale! We're not slowing down though. In fact, we're here today to announce another bugfix release! + +Funkwhale 1.2.2 fixes the following issues: + +- We found an issue where [adding horizontal line breaks to your pod description broke the home page](https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/1673). We've ditched the old Javascript function that caused the issue and [moved to a CSS solution](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1442). Gotta love trimming off the excess ✂️ +- As mentioned in our [January update]({filename}2022-january-update.md), we linted our entire codebase recently. This introduced a bug in our embedded player that [stopped track information showing](https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/1675). We found the culprit and [squashed the bug](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1482) 🪲 +- After our big track table redesign we were bound to find some problems. We discovered that the track table [wasn't working in the library overview page](https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/1683). After a bit of refactoring, the table now works! As a bonus we even [fixed the search and pagination features](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1484) 🔧 +- Pod moderators might have noticed that the library edits page looked a bit strange. This is because of a bug that [caused a lot of reports to show up empty](https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/1667). We found the source of the issue and [put a fix in place](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1442). Now your moderation queue should look a lot better 🧑⚖️ + +As always, you can follow the upgrade instructions [in our docs](https://docs.funkwhale.audio/admin/upgrading.html). + +Happy upgrade, everyone! 🐋