Merge pull request #24 from movie-web/v4.3.2

Added new version v4.3.2 to docs
This commit is contained in:
William Oldham
2024-01-24 19:48:13 +00:00
committed by GitHub
2 changed files with 25 additions and 2 deletions

View File

@@ -96,13 +96,23 @@ Backend URL must **not** end with a slash.
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_EXTENSION_INSTALL_LINK` ### `VITE_ONBOARDING_CHROME_EXTENSION_INSTALL_LINK`
- Type: `string` - Type: `string`
- Default: `""` - Default: `""`
- 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 extension to install. When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Chrome extension to install.
If omitted, this will still show the extension onboarding screen, just without an install link for the extension.
### `VITE_ONBOARDING_FIREFOX_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 Firefox extension to install.
If omitted, this will still show the extension onboarding screen, just without an install link for the extension. If omitted, this will still show the extension onboarding screen, just without an install link for the extension.

View File

@@ -2,6 +2,19 @@
title: 'Changelog' title: 'Changelog'
--- ---
# Version 4.3.2
- Run account server data fetching in parallel.
- Added specific text per browser for extension setup screen
- Fix bug where first load the page couldn't talk to extension
- Fix too short of a timeout when checking for proxy response
- Move start of bolding for HLS disclaimer
- Fix app crash when opening download screen on lower RAM browsers
- Make onboarding start screen more mobile friendly
- Seperate extension install links into two settings (firefox & chrome)
- Added new translations: Icelandic
- Improved translations: German, Spanish, Persian, French, Hebrew, Italian, Nepali (macrolanguage), Dutch, Polish, Portuguese (Brazil), Romanian, Chinese (Han (Simplified variant))
# Version 4.3.1 # Version 4.3.1
- Fix provider API interaction with extension. - Fix provider API interaction with extension.