Skip to content

Commit

Permalink
Update manifest.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtmoOmen authored Mar 30, 2024
1 parent 4a4a6b4 commit 6dc614d
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions stable/CurrencyTracker/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
[plugin]
repository = "https://github.com/AtmoOmen/CurrencyTracker.git"
commit = "9f36a2d82eacba1f0185754c1fb4ac2ded3fe469"
commit = "669dc9716ca0535fc46b3edc320e80c730cca818"
owners = ["AtmoOmen"]
project_path = "CurrencyTracker"
changelog = """
- Fixed failure to load any module by default.
- Fixed AutoBackup module lagging the game for a long time during backups
- Refactored the implementation logic of the Currency Alert feature.
- Fixed the issue of unable to complete currency change transaction writing when an alert is issued incorrectly
- Fixed the issue of the alert only taking effect on the currently selected currency.
- Fixed the issue that the alert messages could not be parsed into the selected language.
- Added support of Custom Deliveries for Record Special Exchange Result module.
- Refactored the implementation logic of the transactions table.
- Reduced overall table drawing performance consumption.
- Fixed null reference error when deleting selected transactions.
- Refactored the interaction logic for holding down the left Ctrl key and the right mouse button at the same time to quickly select multiple transactions.
- You can now open the Quick Actions menu by right-clicking on a selected transaction.
- Streamlined the logic of the CurrencyAddonExpand module.
- Added a new module MoneyAddonExpand.
- Fixed the issue that when reloading the plugin, the loading failed due to incomplete autosave during unloading.
- Refactored the Graphs window.
"""

0 comments on commit 6dc614d

Please sign in to comment.