From 324588e743e05021e86ec194522399c8549c7d7b Mon Sep 17 00:00:00 2001 From: AtmoOmen <110901588+AtmoOmen@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:49:13 +0800 Subject: [PATCH 1/3] 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 225a43bcd4..d5a91bc94a 100644 --- a/stable/CurrencyTracker/manifest.toml +++ b/stable/CurrencyTracker/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/AtmoOmen/CurrencyTracker.git" -commit = "a19f86e7aec563a67dbd88040370958ba4fb3037" +commit = "61eb49ed41b775b43e31047693fd5acda5318fac" owners = ["AtmoOmen"] project_path = "CurrencyTracker" -changelog = "- Improve recording features related to Gold Sacuer.\n- Fixed bug in writing incorrect location for quest related transactions.\n- Add Record Trade Target feature.\n- Modified some Trackers' code logic." +changelog = "- Completely cleaned and reorganized the current code of the plugin, ensuring more reliable operation.\n- Organized the current localization strings and optimized the logic for reading localized texts.\n- Optimized the current currency reading logic to better accommodate the needs of users who switch client languages.\n- Optimized the logic for storing and reading currency data.\n- Optimized the Gold Saucer related features logic to prevent unexpected transactions modifications.\n- Optimized the plugin operation logic when in duty.\n- Fixed the issue where the table toolbar Merge function couldn't input properly.\n- Fixed the issue where the table toolbar Edit function displayed the modification location successfully after modifying the Note.\n- Fixed the issue where the table toolbar Copy function still copied text to the clipboard when no transactions were selected.\n- Fixed the issue of header loss when exporting .csv files under Simplified Chinese.\n- Fixed the issue of partial loss of English localization texts.\n- Fixed the issue of Gold Sacuer inability to correctly track currencies other than MGP.\n- Modified the logic of the Awaiting Exchange Completion function, which should result in significant performance improvements.\n- Added source tracking for rewards in the Leap of Faith and Air Force One mini-games.\n- Added win-loss tracking for the Triple Triad match rewards." From 8e349babac0a5db621ab46d1dccb0ed2e13894a0 Mon Sep 17 00:00:00 2001 From: AtmoOmen <110901588+AtmoOmen@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:16:46 +0800 Subject: [PATCH 2/3] 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 d5a91bc94a..ac0a065184 100644 --- a/stable/CurrencyTracker/manifest.toml +++ b/stable/CurrencyTracker/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/AtmoOmen/CurrencyTracker.git" -commit = "61eb49ed41b775b43e31047693fd5acda5318fac" +commit = "1085bc9d9dcab6904f39b0d8b5e98f22909d19d1" owners = ["AtmoOmen"] project_path = "CurrencyTracker" -changelog = "- Completely cleaned and reorganized the current code of the plugin, ensuring more reliable operation.\n- Organized the current localization strings and optimized the logic for reading localized texts.\n- Optimized the current currency reading logic to better accommodate the needs of users who switch client languages.\n- Optimized the logic for storing and reading currency data.\n- Optimized the Gold Saucer related features logic to prevent unexpected transactions modifications.\n- Optimized the plugin operation logic when in duty.\n- Fixed the issue where the table toolbar Merge function couldn't input properly.\n- Fixed the issue where the table toolbar Edit function displayed the modification location successfully after modifying the Note.\n- Fixed the issue where the table toolbar Copy function still copied text to the clipboard when no transactions were selected.\n- Fixed the issue of header loss when exporting .csv files under Simplified Chinese.\n- Fixed the issue of partial loss of English localization texts.\n- Fixed the issue of Gold Sacuer inability to correctly track currencies other than MGP.\n- Modified the logic of the Awaiting Exchange Completion function, which should result in significant performance improvements.\n- Added source tracking for rewards in the Leap of Faith and Air Force One mini-games.\n- Added win-loss tracking for the Triple Triad match rewards." +changelog = "- Completely cleaned and reorganized the current code of the plugin, ensuring more reliable operation.\n- Organized the current localization strings and optimized the logic for reading localized texts.\n- Optimized the current currency reading logic to better accommodate the needs of users who switch client languages.\n- Optimized the logic for storing and reading currency data.\n- Optimized the Gold Saucer related features logic to prevent unexpected transactions modifications.\n- Optimized the plugin operation logic when in duty.\n- Fixed the issue where the table toolbar Merge function couldn't input properly.\n- Fixed the issue where the table toolbar Edit function displayed the modification location successfully after modifying the Note.\n- Fixed the issue where the table toolbar Copy function still copied text to the clipboard when no transactions were selected.\n- Fixed the issue of header loss when exporting .csv files under Simplified Chinese.\n- Fixed the issue of partial loss of English localization texts.\n- Fixed the issue of Gold Sacuer inability to correctly track currencies other than MGP.\n- Modified the logic of the Awaiting Exchange Completion function, which should result in significant performance improvements.\n- Added source tracking for rewards in the Leap of Faith and Air Force One mini-games.\n- Added win-loss tracking for the Triple Triad match rewards.\n- Optimized the code logic for Record Trade Target feature.\n- Improved performance when searching for items in Custom Currency Tracker for reduced performance consumption.\n- Fixed an issue where, in Simplified Chinese, it was only possible to search for items in Custom Currency Tracker by entering Pinyin.\n- Added Icon Display to the currency listbox.
- Added Rename currencies feature.\n- Added Traditional Chinese and Spanish localization text." From 9936a66ae0302b271999cc14f397cdad3646fa83 Mon Sep 17 00:00:00 2001 From: AtmoOmen <110901588+AtmoOmen@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:45:04 +0800 Subject: [PATCH 3/3] 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 ac0a065184..32badd984c 100644 --- a/stable/CurrencyTracker/manifest.toml +++ b/stable/CurrencyTracker/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/AtmoOmen/CurrencyTracker.git" -commit = "1085bc9d9dcab6904f39b0d8b5e98f22909d19d1" +commit = "afff1a6fb82277f9093ec8d1d3077e241921cd17" owners = ["AtmoOmen"] project_path = "CurrencyTracker" -changelog = "- Completely cleaned and reorganized the current code of the plugin, ensuring more reliable operation.\n- Organized the current localization strings and optimized the logic for reading localized texts.\n- Optimized the current currency reading logic to better accommodate the needs of users who switch client languages.\n- Optimized the logic for storing and reading currency data.\n- Optimized the Gold Saucer related features logic to prevent unexpected transactions modifications.\n- Optimized the plugin operation logic when in duty.\n- Fixed the issue where the table toolbar Merge function couldn't input properly.\n- Fixed the issue where the table toolbar Edit function displayed the modification location successfully after modifying the Note.\n- Fixed the issue where the table toolbar Copy function still copied text to the clipboard when no transactions were selected.\n- Fixed the issue of header loss when exporting .csv files under Simplified Chinese.\n- Fixed the issue of partial loss of English localization texts.\n- Fixed the issue of Gold Sacuer inability to correctly track currencies other than MGP.\n- Modified the logic of the Awaiting Exchange Completion function, which should result in significant performance improvements.\n- Added source tracking for rewards in the Leap of Faith and Air Force One mini-games.\n- Added win-loss tracking for the Triple Triad match rewards.\n- Optimized the code logic for Record Trade Target feature.\n- Improved performance when searching for items in Custom Currency Tracker for reduced performance consumption.\n- Fixed an issue where, in Simplified Chinese, it was only possible to search for items in Custom Currency Tracker by entering Pinyin.\n- Added Icon Display to the currency listbox.
- Added Rename currencies feature.\n- Added Traditional Chinese and Spanish localization text." +changelog = "- Completely cleaned and reorganized the current code of the plugin, ensuring more reliable operation.\n- Organized the current localization strings and optimized the logic for reading localized texts.\n- Optimized the current currency reading logic to better accommodate the needs of users who switch client languages.\n- Optimized the logic for storing and reading currency data.\n- Optimized the Gold Saucer related features logic to prevent unexpected transactions modifications.\n- Optimized the plugin operation logic when in duty.\n- Fixed the issue where the table toolbar Merge function couldn't input properly.\n- Fixed the issue where the table toolbar Edit function displayed the modification location successfully after modifying the Note.\n- Fixed the issue where the table toolbar Copy function still copied text to the clipboard when no transactions were selected.\n- Fixed the issue of header loss when exporting .csv files under Simplified Chinese.\n- Fixed the issue of partial loss of English localization texts.\n- Fixed the issue of Gold Sacuer inability to correctly track currencies other than MGP.\n- Modified the logic of the Awaiting Exchange Completion function, which should result in significant performance improvements.\n- Added source tracking for rewards in the Leap of Faith and Air Force One mini-games.\n- Added win-loss tracking for the Triple Triad match rewards.\n- Optimized the code logic for Record Trade Target feature.\n- Improved performance when searching for items in Custom Currency Tracker for reduced performance consumption.\n- Fixed an issue where, in Simplified Chinese, it was only possible to search for items in Custom Currency Tracker by entering Pinyin.\n- Added Icon Display to the currency listbox.
- Added Rename currencies feature.\n- Added Traditional Chinese, Spanish and German localization text."