From f5afacf0b573824e26d680ff6581b8190f220576 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 23 Jan 2024 20:30:24 +0100 Subject: [PATCH] Added 4.3.0 changelog + new settings --- content/3.client/3.configuration.md | 27 +++++++++++++++++++++++++++ content/3.client/4.changelog.md | 12 ++++++++++++ 2 files changed, 39 insertions(+) diff --git a/content/3.client/3.configuration.md b/content/3.client/3.configuration.md index dda4694..495e97f 100644 --- a/content/3.client/3.configuration.md +++ b/content/3.client/3.configuration.md @@ -89,6 +89,33 @@ The backend server can be found at https://github.com/movie-web/backend and is o Backend URL must **not** end with a slash. +### `VITE_HAS_ONBOARDING` + +- Type: `boolean` +- Default: `false` + +If you want your users to be prompted with an onboarding screen before they start watching, enable this. + +### `VITE_ONBOARDING_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. + +If omitted, this will still show the extension onboarding screen, just without an install link for the extension. + +### `VITE_ONBOARDING_PROXY_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 user to resources to host a custom proxy. + +If omitted, this will still show the proxy onboarding screen, just without an documentation link for the proxy. + ### `VITE_DISALLOWED_IDS` - Type: `string` diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index d978e14..cdad67b 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -2,6 +2,18 @@ title: 'Changelog' --- +# Version 4.3.0 + +- Add onboarding process to movie-web, triggable manually through settings. This needs to be turned when selfhosting. +- Added settings to toggle generated thumbnails, disabled by default +- Fix multiple subtitles with same language all showing as selected +- Add docker support, a hosted container image included (with ARM support) +- Added extension support, run movie-web without setting up a custom proxy +- Add disabled cursor for disabled buttons +- Add instruction link to custom proxy and custom server settings +- Added backdrop blur to navigation buttons +- Updated provider package (Re-enabled showbox/febbox subtitles) + # Version 4.2.5 ::alert{type="warning"}