Added 4.3.0 changelog + new settings

This commit is contained in:
mrjvs
2024-01-23 20:30:24 +01:00
parent 953ece8847
commit f5afacf0b5
2 changed files with 39 additions and 0 deletions

View File

@@ -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. 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` ### `VITE_DISALLOWED_IDS`
- Type: `string` - Type: `string`

View File

@@ -2,6 +2,18 @@
title: 'Changelog' 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 # Version 4.2.5
::alert{type="warning"} ::alert{type="warning"}