From 9d70208efbac0aecb58d0a0342a8850452dabc14 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Sat, 6 Jan 2024 15:33:21 +0000 Subject: [PATCH 1/2] Version 4.2.4 --- content/3.client/4.changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index c09d964..0b6201a 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -2,6 +2,22 @@ title: 'Changelog' --- +# Version 4.2.4 + +::alert{type="warning"} +This release requires a new version of simple-proxy: 2.1.1 +:: + + - Add meta tag for PWA's for apple devices + - Add galician flag + - Fix language fallback, this fixes weird dot notation instead of english language fallback + - Add Docker image for frontend + - Fix Brazilian portuguese flag in language selector + - Add profile picture preview in register and update + - Update Provider package to 2.0.4 + - Added new translations: Catalan + - Improved translations: Czech, Greek, French, Gujarati, Hebrew, Hindi, Italian, Khmer (Central), Nepali, Dutch, Punjabi, Polish, Portuguese (Brazil), Romanian, Russian, Ukrainian, Vietnamese, Chinese (Simplified), pirate (generated), minion (generated) + # Version 4.2.3 - Fix player UI not disappearing - Implement new locale system to support regional and alternative languages From c04791ededfc3e6cf4f28449b7b54adbdf5d7d98 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Sat, 6 Jan 2024 15:38:16 +0000 Subject: [PATCH 2/2] Simple proxy 2.1.1 --- content/2.proxy/3.changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/2.proxy/3.changelog.md b/content/2.proxy/3.changelog.md index 4aa68b9..8d05a52 100644 --- a/content/2.proxy/3.changelog.md +++ b/content/2.proxy/3.changelog.md @@ -2,6 +2,11 @@ title: 'Changelog' --- +# Version 2.1.1 +- Fix support for JWT on non-Cloudflare platforms +- Fix header copying logic so User-Agent, Referer and Origin work properly +- Upgrade h3 + # Version 2.1.0 - [Added Turnstile integration](2.configuration.md#turnstile_secret) to secure your workers from abuse.