mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 02:23:40 +00:00
Merge branch 'master' into revamp
This commit is contained in:
@@ -36,7 +36,7 @@ window.__CONFIG__ = {
|
||||
- Type: `string`
|
||||
- Default: `""`
|
||||
|
||||
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](../3.client/2.tmdb.md#getting-an-api-key).
|
||||
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](/client/tmdb).
|
||||
|
||||
::alert{type="danger"}
|
||||
**Required. The client will not work properly if this is not configured.**
|
||||
@@ -48,7 +48,7 @@ This is the **read** API key from TMDB to allow movie-web to search for media. [
|
||||
- Default: `""`
|
||||
- Example: `"https://example1.example.com,https://example2.example.com"`
|
||||
|
||||
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](../2.proxy/1.deploy.md#method-1---cloudflare-easy).
|
||||
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](/proxy/deploy).
|
||||
|
||||
You can add multiple Workers by separating them with a comma, they will be load balanced using round robin method on the client.
|
||||
**Worker URL entries must not end with a slash.**
|
||||
|
@@ -2,6 +2,26 @@
|
||||
title: 'Changelog'
|
||||
---
|
||||
|
||||
# Version 4.2.1
|
||||
- Fix the scrape screen showing success when it shouldn't
|
||||
- Fix some more [Object object] showing in the error dialogue
|
||||
- Updated translations: Czech, German, French, Polish, Italian, Thai, Hebrew, Nepali, Estonian, Toki Pona, Portuguese, Pirate
|
||||
- Fix Ukrainian, Hindi and Toki Pona flags
|
||||
|
||||
# Version 4.2.0
|
||||
- Add splashscreens for PWA
|
||||
- Renamed captions to subtitles in translations
|
||||
- Add youtube-esque shortcuts for navigating video
|
||||
- Fix error dialogue not showing actual error message but instead shows [Object object]
|
||||
- Gray subtitle color
|
||||
- Hide settings button on mobile when it shouldnt have shown
|
||||
- Fix Estonia and Nepal flag
|
||||
- Update provider package to 2.0.1
|
||||
- Superstream now split into showbox and febbox.
|
||||
- Fixed sidebar not highlighting last item on high screens
|
||||
- New translations: Hindi, Polish, Portuguese - Brazillian, Ukrainian
|
||||
- Updates to translations: Czech, Estonian, German, Hebrew, Cambodian, Nepali, Swedish, Thai, Chinese, Minion
|
||||
|
||||
# Version 4.1.3
|
||||
|
||||
- Add support for downloading HLS playlists
|
||||
|
Reference in New Issue
Block a user