From d420c833964aae2195eed056eea08b7d7c504b23 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Thu, 28 Dec 2023 00:24:41 +0100 Subject: [PATCH] Update docs with 4.1.3 --- content/3.client/3.configuration.md | 10 ++++++++++ content/3.client/4.changelog.md | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/content/3.client/3.configuration.md b/content/3.client/3.configuration.md index 8eb4f5a..a196032 100644 --- a/content/3.client/3.configuration.md +++ b/content/3.client/3.configuration.md @@ -92,6 +92,16 @@ Example: `VITE_DISALLOWED_IDS=series-123,movie-456` Default: `""` +### `VITE_CDN_REPLACEMENTS` + +Sometimes you want to proxy a CDN. This is how you can easily replace a cdn url with your own. + +The format is `:,:,...` + +Example: `VITE_CDN_REPLACEMENTS=google.com:exampe.com,123movies.com:flixhq.to` + +Default: `""` + ### `VITE_TURNSTILE_KEY` The turnstile key for cloudflare captchas. It's used to authenticate request to proxy workers (or providers api). diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index 710b910..f5304cc 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -2,6 +2,12 @@ title: 'Changelog' --- +# Version 4.1.3 + - Add support for downloading HLS playlists + - Added cdn replacements configuration option + - new translations: estonian, toki pona, spanish + - Translation improvements: german, turkish, nepali, chinese + # Version 4.1.2 - Improve bundle chunking - Add millionjs for faster react