From 769bc2054c9a7534a30fa50b1708aefc6f645e75 Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Sat, 31 Jan 2026 00:52:02 +0800 Subject: [PATCH] fix: GPU preference hint to Laptop-only --- GUI/index.html | 3 +-- GUI/locales/de-DE.json | 2 +- GUI/locales/en.json | 2 +- GUI/locales/es-ES.json | 2 +- GUI/locales/fr-FR.json | 2 +- GUI/locales/pl-PL.json | 2 +- GUI/locales/pt-BR.json | 2 +- GUI/locales/ru-RU.json | 2 +- GUI/locales/sv-SE.json | 2 +- GUI/locales/tr-TR.json | 2 +- README.md | 14 +++++++++----- 11 files changed, 19 insertions(+), 16 deletions(-) diff --git a/GUI/index.html b/GUI/index.html index 8b8634c..20c7fc4 100644 --- a/GUI/index.html +++ b/GUI/index.html @@ -400,8 +400,7 @@

- Select your preferred GPU (Linux: - affects DRI_PRIME) + Laptop-only feature; set to Integrated if on PC

diff --git a/GUI/locales/de-DE.json b/GUI/locales/de-DE.json index ace40e0..940bf03 100644 --- a/GUI/locales/de-DE.json +++ b/GUI/locales/de-DE.json @@ -119,7 +119,7 @@ "repairGame": "Spiel reparieren", "reinstallGame": "Spieldateien neu installieren (behält Daten)", "gpuPreference": "GPU-Präferenz", - "gpuHint": "Wähle deine bevorzugte GPU (Linux: betrifft DRI_PRIME)", + "gpuHint": "Funktion nur für Laptops; auf „Integriert“ stellen, wenn auf einem PC.", "gpuAuto": "Auto", "gpuIntegrated": "Integriert", "gpuDedicated": "Dediziert", diff --git a/GUI/locales/en.json b/GUI/locales/en.json index ac516fd..8f17bf4 100644 --- a/GUI/locales/en.json +++ b/GUI/locales/en.json @@ -119,7 +119,7 @@ "repairGame": "Repair Game", "reinstallGame": "Reinstall game files (preserves data)", "gpuPreference": "GPU Preference", - "gpuHint": "Select your preferred GPU (Linux: affects DRI_PRIME)", + "gpuHint": "Laptop-only feature; set to Integrated if on PC", "gpuAuto": "Auto", "gpuIntegrated": "Integrated", "gpuDedicated": "Dedicated", diff --git a/GUI/locales/es-ES.json b/GUI/locales/es-ES.json index 2bcfeed..d3a3d25 100644 --- a/GUI/locales/es-ES.json +++ b/GUI/locales/es-ES.json @@ -119,7 +119,7 @@ "repairGame": "Reparar juego", "reinstallGame": "Reinstalar archivos del juego (conserva los datos)", "gpuPreference": "Preferencia de GPU", - "gpuHint": "Selecciona tu GPU preferida (Linux: afecta DRI_PRIME)", + "gpuHint": "Función exclusiva para computadora portátil; configúrela como Integrada si está en una PC", "gpuAuto": "Automático", "gpuIntegrated": "Integrada", "gpuDedicated": "Dedicada", diff --git a/GUI/locales/fr-FR.json b/GUI/locales/fr-FR.json index 88ded41..b5a0a7d 100644 --- a/GUI/locales/fr-FR.json +++ b/GUI/locales/fr-FR.json @@ -119,7 +119,7 @@ "repairGame": "Réparer le Jeu", "reinstallGame": "Réinstaller les fichiers du jeu (préserve les données)", "gpuPreference": "Préférence GPU", - "gpuHint": "Sélectionnez votre GPU préféré (Linux: affecte DRI_PRIME)", + "gpuHint": "Fonctionnalité exclusive aux ordinateurs portables; à définir sur Intégré sur PC", "gpuAuto": "Auto", "gpuIntegrated": "Intégré", "gpuDedicated": "Dédié", diff --git a/GUI/locales/pl-PL.json b/GUI/locales/pl-PL.json index fc3c757..ef382b0 100644 --- a/GUI/locales/pl-PL.json +++ b/GUI/locales/pl-PL.json @@ -119,7 +119,7 @@ "repairGame": "Napraw Grę", "reinstallGame": "Zainstaluj ponownie pliki gry (zachowuje dane)", "gpuPreference": "Preferencje GPU", - "gpuHint": "Wybierz preferowany procesor graficzny (Linux: wpływa na DRI_PRIME)", + "gpuHint": "Funkcja dostępna tylko na laptopie; ustaw na Zintegrowaną, jeśli na komputerze PC", "gpuAuto": "Auto", "gpuIntegrated": "Zintegrowana", "gpuDedicated": "Dedykowana", diff --git a/GUI/locales/pt-BR.json b/GUI/locales/pt-BR.json index f53bf38..742f53e 100644 --- a/GUI/locales/pt-BR.json +++ b/GUI/locales/pt-BR.json @@ -119,7 +119,7 @@ "repairGame": "Reparar jogo", "reinstallGame": "Reinstalar arquivos do jogo (mantém os dados)", "gpuPreference": "Preferência de GPU", - "gpuHint": "Selecione sua GPU preferida (Linux: afeta o DRI_PRIME)", + "gpuHint": "Recurso exclusivo para laptops; defina como Integrado se estiver em um PC.", "gpuAuto": "Automático", "gpuIntegrated": "Integrada", "gpuDedicated": "Dedicada", diff --git a/GUI/locales/ru-RU.json b/GUI/locales/ru-RU.json index 38f4c3c..c036813 100644 --- a/GUI/locales/ru-RU.json +++ b/GUI/locales/ru-RU.json @@ -119,7 +119,7 @@ "repairGame": "Починить игру", "reinstallGame": "Переустановить файлы игры (сохраняет данные)", "gpuPreference": "Предпочтение GPU", - "gpuHint": "Выберите ваш предпочитаемый GPU (Linux: влияет на DRI_PRIME)", + "gpuHint": "Функция доступна только на ноутбуках; при использовании на ПК выберите встроенную видеокарту.", "gpuAuto": "Автоматический выбор", "gpuIntegrated": "Интегрированная видеокарта", "gpuDedicated": "Дискретная видеокарта", diff --git a/GUI/locales/sv-SE.json b/GUI/locales/sv-SE.json index a74da81..1eb6101 100644 --- a/GUI/locales/sv-SE.json +++ b/GUI/locales/sv-SE.json @@ -119,7 +119,7 @@ "repairGame": "Reparera spel", "reinstallGame": "Ominstallera spelfiler (bevarar data)", "gpuPreference": "GPU-preferens", - "gpuHint": "Välj din föredragna GPU (Linux: påverkar DRI_PRIME)", + "gpuHint": "Endast för bärbar dator; inställd på Integrerad om den är på datorn", "gpuAuto": "Auto", "gpuIntegrated": "Integrerad", "gpuDedicated": "Dedikerad", diff --git a/GUI/locales/tr-TR.json b/GUI/locales/tr-TR.json index 23ac15d..4c19f5b 100644 --- a/GUI/locales/tr-TR.json +++ b/GUI/locales/tr-TR.json @@ -119,7 +119,7 @@ "repairGame": "Oyunu Onarı", "reinstallGame": "Oyun dosyalarını yeniden kur (veri korur)", "gpuPreference": "GPU Tercihi", - "gpuHint": "Tercih ettiğiniz GPU'yu seçin (Linux: DRI_PRIME'ı etkiler)", + "gpuHint": "Sadece dizüstü bilgisayarlarda bulunan bir özellik; PC'de kullanılıyorsa Entegre olarak ayarlayın.", "gpuAuto": "Otomatik", "gpuIntegrated": "Entegre", "gpuDedicated": "Ayrılmış", diff --git a/README.md b/README.md index b0057f5..a5bdb3c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![GitHub Downloads](https://img.shields.io/github/downloads/amiayweb/Hytale-F2P/total?style=for-the-badge) -![Version](https://img.shields.io/badge/Version-2.1.1-green?style=for-the-badge) +![Version](https://img.shields.io/badge/Version-2.1.2-green?style=for-the-badge) ![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-orange?style=for-the-badge) ![License](https://img.shields.io/badge/License-Educational-blue?style=for-the-badge) @@ -310,15 +310,19 @@ See [BUILD.md](docs/BUILD.md) for comprehensive build instructions. ## 📋 Changelog -### 🆕 v2.1.1 +### 🆕 v2.1.2 +- +- 🌎 **New Translation**: New France 🇲🇫, German 🇩🇪, Indonesian 🇮🇩, Russia 🇷🇺, and Swedish 🇸🇪 Translation added to the Launcher. + +
+Click here to see older Changelogs + +### 🔄 v2.1.1 - 🛠️ **Fix Bug EPERM**: EPERM or Error Permission in creating/removing process in reinstalling is now fixed. - 🅰️ **Adds .pkg.tar.zst Build for Arch Users**: This Arch-package has been needed since the first release. - ❎ **Removes .pacman Build for Arch**: Based on the established conventions within the Arch Linux community, the file extension .pacman should not be used for package files. - 🌎 **New Translation**: New Polish 🇵🇱 Translation added to the Launcher. -
-Click here to see older Changelogs - ### 🔄 v2.1.0 - 🚨 **Auto-Retry Downloads and Auto-Patch Files** — - ⚡ **Hardware Acceleration** —