Merge pull request #56 from movie-web/4.6.2

Version 4.6.2
This commit is contained in:
William Oldham
2024-03-14 23:28:50 +00:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -94,14 +94,14 @@ Backend URL must **not** end with a slash.
### `VITE_HAS_ONBOARDING` ### `VITE_HAS_ONBOARDING`
- Type: `boolean` - Type: `boolean`
- Default: `false` - Default: `true`
If you want your users to be prompted with an onboarding screen before they start watching, enable this. If you want your users to be prompted with an onboarding screen before they start watching, enable this.
### `VITE_ONBOARDING_CHROME_EXTENSION_INSTALL_LINK` ### `VITE_ONBOARDING_CHROME_EXTENSION_INSTALL_LINK`
- Type: `string` - Type: `string`
- Default: `""` - Default: `"https://chromewebstore.google.com/detail/movie-web-extension/hoffoikpiofojilgpofjhnkkamfnnhmm"`
- Example: `"https://google.com"` - Example: `"https://google.com"`
When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Chrome extension to install. When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Chrome extension to install.
@@ -111,7 +111,7 @@ If omitted, this will still show the extension onboarding screen, just without a
### `VITE_ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK` ### `VITE_ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK`
- Type: `string` - Type: `string`
- Default: `""` - Default: `"https://addons.mozilla.org/en-GB/firefox/addon/movie-web-extension"`
- Example: `"https://google.com"` - 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. When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Firefox extension to install.

View File

@@ -2,6 +2,13 @@
title: 'Changelog' title: 'Changelog'
--- ---
# Version 4.6.2
- Updated providers to 2.2.3
- Added defaults for extension store links
- Onboarding now defaults to true for self-hosters.
- Support for embedded HLS subtitles (This fixes Ridomovies having default subtitles that could not be changed).
- Improved translations: Polish, Toki Pona
# Version 4.6.1 # Version 4.6.1
- Fixed subtitle blur settings loading as NaN - Fixed subtitle blur settings loading as NaN
- Improved translations: Czech, German, Persian, French, Italian, Dutch, Russian, Slovenian, Ukrainian, Chinese (Han (Simplified variant)) - Improved translations: Czech, German, Persian, French, Italian, Dutch, Russian, Slovenian, Ukrainian, Chinese (Han (Simplified variant))