forked from goatcorp/DalamudPluginsD17
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
""" |