From 7c9bc078b52c776f694a6b56b7889e2cd807d208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AtmoOmen=20=28=E5=B0=81=E5=BE=B5=29?= <110901588+AtmoOmen@users.noreply.github.com> Date: Fri, 22 Dec 2023 03:50:10 +0800 Subject: [PATCH] Currency Tracker 1.3.3.1 (#3030) * Update manifest.toml * Update manifest.toml * Update manifest.toml --- stable/CurrencyTracker/manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/CurrencyTracker/manifest.toml b/stable/CurrencyTracker/manifest.toml index d18e1d3d31..707bed8804 100644 --- a/stable/CurrencyTracker/manifest.toml +++ b/stable/CurrencyTracker/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/AtmoOmen/CurrencyTracker.git" -commit = "751b50057db42e289af5a7fa83058f1b7088aede" +commit = "df2ab4752f5ba855eb1655455fd7c3eedcc6f768" owners = ["AtmoOmen"] project_path = "CurrencyTracker" -changelog = "- Reconstructed the interface of Settings window\n- Added Display TOTAL Gil in Currency Interface feature" +changelog = "- Optimized performance consumption of transactions table drawing\n- Optimized interaction and file processing logic for Add Custom Currency feature\n- Fixed an issue of disabling plugins failed due to backup files being open\n- Rewritten all components based on IGameInventory service"