mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:03:27 +00:00
Added 4.3.0 changelog + new settings
This commit is contained in:
@@ -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`
|
||||
|
@@ -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"}
|
||||
|
Reference in New Issue
Block a user