From 098dcf063c74665e200932b61b4d34a9f8a8a4bd Mon Sep 17 00:00:00 2001 From: AtmoOmen <110901588+AtmoOmen@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:04:07 +0800 Subject: [PATCH] [Testing] Currency Tracker 1.1.1.1 (#2266) Update to 1.1.1.1 - Further optimises the performance of the plugin, especially with very large amounts of data --- testing/live/CurrencyTracker/manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/live/CurrencyTracker/manifest.toml b/testing/live/CurrencyTracker/manifest.toml index 1f07ceaafc..374893d012 100644 --- a/testing/live/CurrencyTracker/manifest.toml +++ b/testing/live/CurrencyTracker/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/AtmoOmen/CurrencyTracker.git" -commit = "839ee1f072ebc73343c135b3afeacfebebd7e880" +commit = "2614ad96afb8070e36b5650de99655dff55d233b" owners = ["AtmoOmen"] project_path = "CurrencyTracker" -changelog = "- Modified the way transactions are displayed, which now effectively reduces the performance consumption caused by large amounts of data\n- Added a function to merge transactions of the same location by threshold value\n- Added a function to clear exceptional transactions" +changelog = "- Further optimises the performance of the plugin, especially with very large amounts of data"