forked from goatcorp/DalamudPluginsD17
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from AtmoOmen/patch-2
Currency Tracker 1.3.4.7
- Loading branch information
Showing
1 changed file
with
3 additions
and
9 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,15 +1,9 @@ | ||
[plugin] | ||
repository = "https://github.com/AtmoOmen/CurrencyTracker.git" | ||
commit = "149282f59e7a7038867e0be8f4d63648e79ffdae" | ||
commit = "9f36a2d82eacba1f0185754c1fb4ac2ded3fe469" | ||
owners = ["AtmoOmen"] | ||
project_path = "CurrencyTracker" | ||
changelog = """ | ||
- Code cleanup. | ||
- Refactored the Add Custom Currency and Multi-Chara Stats interface. | ||
- Refactored the LanguageManager. | ||
- Optimized the interface appearance of the currency list: You can now adjust the order of currencies in the list by dragging and dropping them; Deleted the original arrow buttons, and the remaining three buttons are now aequilate ones; Adjusted the indentation of the options to make them look more natural | ||
- Fixed an issue where a single handler uninstallation error would prevent the entire plugin from being normally disabled. | ||
- Fixed an issue that the automatic backup time was displayed incorrectly when the AutoBackup module was disabled and then enabled again. | ||
- Optimized the Main window open speed. | ||
- Added a new feature: Display Currency Changes in Server Bar, which allows you to show specific currency changes in the DTR bar. | ||
- Fixed failure to load any module by default. | ||
- Fixed AutoBackup module lagging the game for a long time during backups | ||
""" |