From 46622515a9670d068253ee10aebd98d983b72f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= <sporiff@funkwhale.audio> Date: Wed, 11 May 2022 15:21:58 +0200 Subject: [PATCH] Add 1.2.5 blogpost --- content/funkwhale-125-release.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/funkwhale-125-release.md diff --git a/content/funkwhale-125-release.md b/content/funkwhale-125-release.md new file mode 100644 index 0000000..aa6f27a --- /dev/null +++ b/content/funkwhale-125-release.md @@ -0,0 +1,20 @@ +Title: Funkwhale 1.2.5 bugfix release +Date: 2022-05-11 +Author: Sporiff +Category: Announcement +Slug: funkwhale-125-release +Summary: The updates keep comin' and they don't stop comin' + +Hi everyone! 👋 + +We're pleased to announce the release of Funkwhale 1.2.5! This is another small patch upgrade to keep things ticking over while we work on Funkwhale 1.3. + +Funkwhale 1.2.5 includes some dependency updates as well as a couple of nice quality of life improvements: + +- S3 users can now [parameterize S3 ACL in their env file](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1776). This improves how Funkwhale works with S3-compatible storage 🗄 +- The player [no longer shows the duration as `00:00` when loading tracks](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1777). The duration now only appears when a track is loaded 🎵 +- Channels pages were showing a loading icon but not actually loading anything. [This is resolved in the latest release](https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1727) 🛠 + +As always, you can follow the upgrade instructions in [our docs](https://docs.funkwhale.audio/admin/upgrading.html). + +Happy upgrade, everyone! 🐋 -- GitLab