From 0cfab658c0e8a1e4bdf82fb4f7f3c5843d60ee78 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 24 Jan 2024 18:02:10 +0100 Subject: [PATCH 1/3] Added new version to docs --- content/3.client/3.configuration.md | 14 ++++++++++++-- content/3.client/4.changelog.md | 11 +++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/content/3.client/3.configuration.md b/content/3.client/3.configuration.md index 495e97f..7a84507 100644 --- a/content/3.client/3.configuration.md +++ b/content/3.client/3.configuration.md @@ -96,13 +96,23 @@ Backend URL must **not** end with a slash. If you want your users to be prompted with an onboarding screen before they start watching, enable this. -### `VITE_ONBOARDING_EXTENSION_INSTALL_LINK` +### `VITE_ONBOARDING_CHROME_EXTENSION_INSTALL_LINK` - Type: `string` - Default: `""` - Example: `"https://google.com"` -When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper extension to install. +When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Chrome extension to install. + +If omitted, this will still show the extension onboarding screen, just without an install link for the extension. + +### `VITE_ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK` + +- Type: `string` +- Default: `""` +- Example: `"https://google.com"` + +When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Firefox extension to install. If omitted, this will still show the extension onboarding screen, just without an install link for the extension. diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index 04ee5c5..f5bf1fa 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -2,6 +2,17 @@ title: 'Changelog' --- +# Version 4.3.2 + + - Run account server data fetching in parralel. + - Added specific text per browser for extension setup screen + - Fix bug where first load the page couldn't talk to extension + - Fix too short of a timeout when checking for proxy response + - Move start of bolding for HLS disclaimer + - Fix app crash when opening download screen on lower RAM browsers + - Make onboarding start screen more mobile friendly + - Seperate extension install links into two settings (firefox & chrome) + # Version 4.3.1 - Fix provider API interaction with extension. From 7f1797daa774b0fe0fb5a8e68bbc7b96f47d6c10 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 24 Jan 2024 18:11:15 +0100 Subject: [PATCH 2/3] l --- content/3.client/4.changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index f5bf1fa..94a1b81 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -4,7 +4,7 @@ title: 'Changelog' # Version 4.3.2 - - Run account server data fetching in parralel. + - Run account server data fetching in parallel. - Added specific text per browser for extension setup screen - Fix bug where first load the page couldn't talk to extension - Fix too short of a timeout when checking for proxy response From 0c023f607530f00c35f50154d369e4adc8708e19 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 24 Jan 2024 20:41:49 +0100 Subject: [PATCH 3/3] add translations --- content/3.client/4.changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index 94a1b81..a0b54fc 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -12,6 +12,8 @@ title: 'Changelog' - Fix app crash when opening download screen on lower RAM browsers - Make onboarding start screen more mobile friendly - Seperate extension install links into two settings (firefox & chrome) + - Added new translations: Icelandic + - Improved translations: German, Spanish, Persian, French, Hebrew, Italian, Nepali (macrolanguage), Dutch, Polish, Portuguese (Brazil), Romanian, Chinese (Han (Simplified variant)) # Version 4.3.1