Compare commits

..

4 Commits

Author SHA1 Message Date
William Oldham
1286ecd91e Merge pull request #74 from movie-web/4.7.0
Version 4.7.0
2024-04-14 22:02:35 +01:00
Jorrin
c1a9d727b8 Update changelog.mdx 2024-04-14 23:00:22 +02:00
William Oldham
a53847ab8d Merge pull request #73 from movie-web/feat/autoplay
Add documentation for the `VITE_ALLOW_AUTOPLAY` environment variable
2024-04-14 21:44:02 +01:00
qtchaos
e1cb13704e feat: VITE_ALLOW_AUTOPLAY 2024-04-14 23:37:50 +03:00
2 changed files with 24 additions and 5 deletions

View File

@@ -2,6 +2,16 @@
title: 'Changelog' title: 'Changelog'
--- ---
# Version 4.7.0
- Updated providers to 2.3.0
- Keyboard shortcuts now also work with uppercase keys
- Audio language now defaults to your language preference
- The "Back to home" button in the video player can now be opened in a new tab using middle click
- The "Next episode" button now turns into a "Next season" button if you are on the last episode
- Added a fallback TMDB API if the first one cannot be reached. This should fix an issue for some users that are not able to search.
- Added autoplay. This can be turned on for extension users, users with a custom proxy, or can be turned on for all users for self-hosters using a environment variable.
- Improved translations: Persion (Mehdi), French (Erwann)
# Version 4.6.6 # Version 4.6.6
- Updated providers to 2.2.9 - Updated providers to 2.2.9
- Fixes for VidSrcTo and RidoMovies - Fixes for VidSrcTo and RidoMovies

View File

@@ -128,6 +128,13 @@ When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used t
If omitted, this will still show the proxy onboarding screen, just without an documentation link for the proxy. If omitted, this will still show the proxy onboarding screen, just without an documentation link for the proxy.
### `VITE_ALLOW_AUTOPLAY`
- Type: `boolean`
- Default: `false`
Whether to allow autoplay for users that use the host provided proxies.
### `VITE_DISALLOWED_IDS` ### `VITE_DISALLOWED_IDS`
- Type: `string` - Type: `string`
@@ -162,7 +169,8 @@ The [Turnstile key](https://dash.cloudflare.com/sign-up?to=/:account/turnstile)
## Config reference - Environment Variables Only ## Config reference - Environment Variables Only
<Caution> <Caution>
These configuration keys are specific to environment variables, they **only** work as environment variables **set at build time**. These configuration keys are specific to environment variables, they **only**
work as environment variables **set at build time**.
</Caution> </Caution>
### `VITE_PWA_ENABLED` ### `VITE_PWA_ENABLED`
@@ -174,7 +182,8 @@ Set to `true` if you want to output a PWA application. Set to `false` or omit to
A PWA web application can be installed as an application to your phone or desktop computer, but can be tricky to manage and comes with a few footguns. A PWA web application can be installed as an application to your phone or desktop computer, but can be tricky to manage and comes with a few footguns.
<Warning> <Warning>
Make sure you know what you're doing before enabling this, it **cannot be disabled** after you've set it up once. Make sure you know what you're doing before enabling this, it **cannot be
disabled** after you've set it up once.
</Warning> </Warning>
### `VITE_GA_ID` ### `VITE_GA_ID`