From e28f0a89c5f62f9bea06be3db53e3f6cb5a9bf03 Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Tue, 22 Jan 2019 13:04:23 +0100 Subject: [PATCH 1/6] Typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e7ba4d933..22ccba6dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -174,7 +174,7 @@ Enable gzip compression [manual action suggested] Gzip compression will be enabled on new instances by default and will reduce the amount of bandwidth consumed by your instance. -If you with to benefit from gzip compression on your instance, +If you want to benefit from gzip compression on your instance, edit your reverse proxy virtualhost file (located at ``/etc/nginx/sites-available/funkwhale.conf``) and add the following snippet in the server block, then reload your nginx server:: From 7488957c6ec28c6d3bfbb6bb51ef2d81a4caa766 Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Tue, 22 Jan 2019 13:06:19 +0100 Subject: [PATCH 2/6] Typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 22ccba6dc..beec25702 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -67,7 +67,7 @@ Instance-level moderation tools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes a first set of moderation tools that will give more control -to admins about the way their instance federate with other instance and accounts on the network. +to admins about the way their instance federates with other instance and accounts on the network. Using these tools, it's now possible to: - Browse known accounts and domains, and associated data (storage size, software version, etc.) From e6995dc496ed2703ff9bb1c601aa81912f91727b Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Tue, 22 Jan 2019 13:07:24 +0100 Subject: [PATCH 3/6] Typos --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index beec25702..fbd271822 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -75,7 +75,7 @@ Using these tools, it's now possible to: - Block or partially restrict interactions with any account or domain All those features are usable using a brand new "moderation" permission, meaning -you can appoints one or nultiple moderators to help with this task. +you can appoint one or multiple moderators to help with this task. I'd like to thank all Mastodon contributors, because some of the these tools are heavily inspired from what's being done in Mastodon. Thank you so much! From 47ee8c99c2cfff2d4938e52f2e067579966ad29e Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Tue, 22 Jan 2019 13:08:48 +0100 Subject: [PATCH 4/6] Missing word --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fbd271822..6bb62394a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -84,7 +84,7 @@ inspired from what's being done in Mastodon. Thank you so much! Iframe widget to embed public tracks and albums [manual action required] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Funkwhale now support embedding a lightweight audio player on external websites +Funkwhale now supports embedding a lightweight audio player on external websites for album and tracks that are available in public libraries. Important pages, such as artist, album and track pages also include OpenGraph tags that will enable previews on compatible apps (like sharing a Funkwhale track link on Mastodon @@ -132,7 +132,7 @@ which should be ``/srv/funkwhale/front/dist`` by default, then reload your nginx Alternative docker deployment method ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Thanks to the awesome done by @thetarkus at https://github.com/thetarkus/docker-funkwhale, +Thanks to the awesome work done by @thetarkus at https://github.com/thetarkus/docker-funkwhale, we're now able to provide an alternative and easier Docker deployment method! In contrast with our current, multi-container offer, this method integrates From ed4c36040e038693e8348b5e5c748b13052d03a0 Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Tue, 22 Jan 2019 13:09:24 +0100 Subject: [PATCH 5/6] Typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6bb62394a..fdd65543a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -138,7 +138,7 @@ we're now able to provide an alternative and easier Docker deployment method! In contrast with our current, multi-container offer, this method integrates all Funkwhale processes and services (database, redis, etc.) into a single, easier to deploy container. -Both method will coexist in parallel, as each one has pros and cons. You can learn more +Both methods will coexist in parallel, as each one has pros and cons. You can learn more about this exciting new deployment option by visiting https://docs.funkwhale.audio/installation/docker.html! Automatically load .env file From 6f6f6ac2b395e6d1d3c9b0171586f95c646c8368 Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Tue, 22 Jan 2019 13:10:14 +0100 Subject: [PATCH 6/6] Typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fdd65543a..0b8505669 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -146,7 +146,7 @@ Automatically load .env file On non-docker deployments, earlier versions required you to source the config/.env file before launching any Funkwhale command, with ``export $(cat config/.env | grep -v ^# | xargs)`` -This led to more complex and error prode deployment / setup. +This led to more complex and error prone deployment / setup. This is not the case anymore, and Funkwhale will automatically load this file if it's available.