From decdbe3948fcae786120da2ec38bd10cd62bc4a6 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Sat, 30 Dec 2023 12:20:40 +0000 Subject: [PATCH 1/3] Update 4.changelog.md --- content/3.client/4.changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index f5304cc..628607b 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -2,6 +2,25 @@ 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 + +# 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 - Added cdn replacements configuration option From 81264b5fc15271a672f8f2f2ddb33709e8827f81 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Sat, 30 Dec 2023 14:37:30 +0000 Subject: [PATCH 2/3] Update 4.changelog.md --- content/3.client/4.changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index 628607b..99d853f 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -6,6 +6,7 @@ title: 'Changelog' - 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 From 02e17eabb948388b218b1063a2ccf926a6e7d1b8 Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Sun, 31 Dec 2023 17:47:37 +0800 Subject: [PATCH 3/3] Fix invalid links in client configuration page Signed-off-by: Eng Zer Jun --- content/3.client/3.configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/3.client/3.configuration.md b/content/3.client/3.configuration.md index a196032..ec79812 100644 --- a/content/3.client/3.configuration.md +++ b/content/3.client/3.configuration.md @@ -28,7 +28,7 @@ window.__CONFIG__ = { ### `VITE_TMDB_READ_API_KEY` - REQUIRED -This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](/self-hosting/client#tmdb-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="warning"} :icon{name="material-symbols:warning-rounded"} The example will not work for you, get your own @@ -37,7 +37,7 @@ Example: VITE_TMDB_READ_API_KEY=eyJhbGciOi ### `VITE_CORS_PROXY_URL` - REQUIRED -This is where you put proxy URLS, you must have at least one. [Get one by following our guide](/self-hosting/proxy#cloudflare-workers). +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 by a comma, they will be load balanced using round robin method on the client.