From 02ce7e67e730574098f18d669af511783ccb9388 Mon Sep 17 00:00:00 2001 From: AtmoOmen <110901588+AtmoOmen@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:53:23 +0800 Subject: [PATCH] Update manifest.toml --- stable/CurrencyTracker/manifest.toml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/stable/CurrencyTracker/manifest.toml b/stable/CurrencyTracker/manifest.toml index 0decf93a98..9e43c31dd6 100644 --- a/stable/CurrencyTracker/manifest.toml +++ b/stable/CurrencyTracker/manifest.toml @@ -1,15 +1,9 @@ [plugin] repository = "https://github.com/AtmoOmen/CurrencyTracker.git" -commit = "149282f59e7a7038867e0be8f4d63648e79ffdae" +commit = "9f36a2d82eacba1f0185754c1fb4ac2ded3fe469" owners = ["AtmoOmen"] project_path = "CurrencyTracker" changelog = """ -- Code cleanup. -- Refactored the Add Custom Currency and Multi-Chara Stats interface. -- Refactored the LanguageManager. -- Optimized the interface appearance of the currency list: You can now adjust the order of currencies in the list by dragging and dropping them; Deleted the original arrow buttons, and the remaining three buttons are now aequilate ones; Adjusted the indentation of the options to make them look more natural -- Fixed an issue where a single handler uninstallation error would prevent the entire plugin from being normally disabled. -- Fixed an issue that the automatic backup time was displayed incorrectly when the AutoBackup module was disabled and then enabled again. -- Optimized the Main window open speed. -- Added a new feature: Display Currency Changes in Server Bar, which allows you to show specific currency changes in the DTR bar. +- Fixed failure to load any module by default. +- Fixed AutoBackup module lagging the game for a long time during backups """