From 1bb5408dc6e9a4481c26846e73a4e06f5b0064e1 Mon Sep 17 00:00:00 2001 From: Dante Souza e Souza Date: Sun, 18 Aug 2024 10:32:59 -0300 Subject: [PATCH] Echoglossian v3.15.x Released! (#4416) * feat: Bump API level and fix for 6.2 game version * feat: Updating Echoglossian for patch 6.3 API8 * feat: new release * feat: Echoglossian new Version * feat: API9 fixes * feat: Echoglossian v3.0.2310.x * feat: Testing release for version 3.1.x * feat: Echoglossian v3.1.x to stable * fix: Duty Objectives translation logic * feat: Added Deepl Translation Engine support by @samulopez * Echoglossian v3.2.x * Echoglossian v3.2.x released * Echoglossian v3.3.x Released for APIX * feat: Echoglossian v3.4.x Released! * feat: Echoglossian v3.4.x Released! * fix: manifest * fix: manifest * Echoglossian v3.5.x Released * Echoglossian v3.5.x Released - minor fix for Duty Finder timer stutters * Echoglossian v3.6.x Released! * Echoglossian v3.6.x Released! * Echoglossian v3.7.x Released! * Echoglossian v3.8.x Released! * Echoglossian v3.8.x Released! * Echoglossian v3.9.x Released! * Echoglossian v3.10.x Released! * Echoglossian v3.11.x Released! * Echoglossian v3.12.x Released!! * Echoglossian v3.13.x Released * Echoglossian v3.14.x Released!! * Echoglossian v3.15.x Released! --- stable/Echoglossian/manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/Echoglossian/manifest.toml b/stable/Echoglossian/manifest.toml index c0128afa27..55bab446ff 100644 --- a/stable/Echoglossian/manifest.toml +++ b/stable/Echoglossian/manifest.toml @@ -1,7 +1,7 @@ [plugin] repository = "https://github.com/lokinmodar/Echoglossian.git" -commit = "625476352d4de06c504f7188835188f58d8bbbcf" +commit = "90efc2d0cbbeb8dfb5fe2a1efbb6963d1b741c8a" owners = [ "lokinmodar", ] -changelog = "v3.14.x \n - feat: added special characters parsing for Latin Extended using languages that converts characters unsupported by the game's native font into supported chars. \n Check the plugin's settings window for more information." +changelog = "v3.15.x \n - fixes:\n - reworked the ChatGPT ApiKey saving so the configuration does not get corrupted preventing plugin load.\n - added internal corrupted routine that detects the player is in PvP and disables some translations to avoid stuttering." \ No newline at end of file