Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currency Tracker 1.3.4.4 #3269

Merged
merged 5 commits into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions stable/CurrencyTracker/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[plugin]
repository = "https://github.com/AtmoOmen/CurrencyTracker.git"
commit = "f9d9d20892debc1e2857787e4e3816ebd2817ed7"
commit = "cf98c0c6dcf5e46cd9a967958be81a4d75abc5c4"
owners = ["AtmoOmen"]
project_path = "CurrencyTracker"
changelog = """
- Fixed a file save failure error that occurred when a specific item name contained characters that could not be used as a file name.
- Fixed an issue that other modules could not be unloaded normally due to one single module unload error.
- Fixed an issue that fails to switch the view of main window.
- Fixed an issue that adds empty retainers to the config in some special cases.
- Fixed an issue that some transactions quest names being lost.
- Refactored most of the modules.
"""
Loading