From 839ff0e05437418328ebbad5bcc98f30977cf82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= <ciaranainsworth@proton.me> Date: Fri, 1 Dec 2023 11:16:59 +0100 Subject: [PATCH] Add RC post Part-of: <https://dev.funkwhale.audio/funkwhale/blog.funkwhale.audio/-/merge_requests/73> --- content/funkwhale-140-rc.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/funkwhale-140-rc.md diff --git a/content/funkwhale-140-rc.md b/content/funkwhale-140-rc.md new file mode 100644 index 0000000..60155ee --- /dev/null +++ b/content/funkwhale-140-rc.md @@ -0,0 +1,34 @@ +Title: Funkwhale 1.4.0 release candidate +Date: 2023-12-01 +Authors: Sporiff +Category: Release +Slug: funkwhale-140-rc +Summary: The 1.4.0 release candidate is here! + +Hi everyone! 🐳 + +We're pleased to announce the first release candidate for Funkwhale 1.4.0: **1.4.0-rc2**. As with our previous minor releases, we're going to put out release candidates to make sure we can iron out bugs and translation issues before we put out the full release. + +- [Check out the full changelog](https://docs.funkwhale.audio/changelog.html) +- [Follow the upgrade instructions for your pod](https://docs.funkwhale.audio/administrator/upgrade/index.html) +- [Check out the full list of commits for more information](https://dev.funkwhale.audio/funkwhale/funkwhale/-/compare/1.3.4...1.4.0-rc2) + +If you're interested in looking through the new features, check out our [feature highlight post](https://blog.funkwhale.audio/140-feature-highlight.html). + +## New nginx templates + +As part of this release, we've updated our Nginx templates. Make sure that you pull the new templates to test out these changes. + +## Call for translations + +This upgrade includes a few new strings relating to new features and settings. As such, we'll be relying on members of the community to update our translations. If you're willing to help out, please head over to our [translation platform](https://translate.funkwhale.audio). + +We appreciate any time you can give to localizing Funkwhale into your language 🐋 + +## Let us know what you think! + +The release candidate is an important opportunity for us to fix bugs before we release Funkwhale 1.4.0. If you have issues upgrading, find bugs in the software, or notice some regressions, we'd love to know! + +You can post [in our forum](https://forum.funkwhale.audio) or [let us know on Mattermost](https://hub.funkwhale.audio). + +Happy upgrade everyone! 🐳 -- GitLab