Skip to content

Commit

Permalink
[Testing] Currency Tracker 1.2.0.0 (#2357)
Browse files Browse the repository at this point in the history
Currency Tracker 1.2.0.0

- Added a "Graphs" window, where you can browse visualized data in the form of preset models. The initial version includes four types of visual data models: "Amount Graph", "Change Graph", "Location Graph" and "Location Change Graph".
- Made significant changes to the implementation of the multilingual functionality.
- Modified the plugin logic for the "Merge Records" feature when the threshold value is 0. Now, 0 is treated as a flag to ignore the threshold value and perform the merge check directly.
  • Loading branch information
AtmoOmen authored Sep 9, 2023
1 parent 6e9f378 commit 09cf8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/live/CurrencyTracker/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/AtmoOmen/CurrencyTracker.git"
commit = "1b612b478101f9e712c1f9eeb0f02799a18f5b99"
commit = "57c8f259778a95577ea4f5afd316076b329327a4"
owners = ["AtmoOmen"]
project_path = "CurrencyTracker"
changelog = "- Expand Minimum Record Value In Duty feature to Minimum Record Value which allows to set the currency tracking behavior of In Duty and Out Of Duty seperately"
changelog = "- Added a \"Graphs\" window, where you can browse visualized data in the form of preset models. The initial version includes four types of visual data models: \"Amount Graph\", \"Change Graph\", \"Location Graph\" and \"Location Change Graph\".\n- Made significant changes to the implementation of the multilingual functionality.\n- Modified the plugin logic for the \"Merge Records\" feature when the threshold value is 0. Now, 0 is treated as a flag to ignore the threshold value and perform the merge check directly."

0 comments on commit 09cf8c9

Please sign in to comment.