-
Notifications
You must be signed in to change notification settings - Fork 224
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
1 parent
bc310cc
commit 95bdd38
Showing
1 changed file
with
6 additions
and
4 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,12 +1,14 @@ | ||
[plugin] | ||
repository = "https://github.com/KhloeLeclair/WTSync.git" | ||
commit = "13590f6dbfae485381dae6cfbac0263df9dc499e" | ||
commit = "6324438f3fb2391e3fd453cf13582f8da95b8bca" | ||
owners = [ | ||
"KhloeLeclair" | ||
] | ||
project_path = "" | ||
changelog = """ | ||
- Added a button to force WTSync to re-submit your current status to the server, in case your party members aren't seeing your status correctly. | ||
- Fixed the WTSync interface not opening if you're riding someone else's mount while using the option to Open with Wondrous Tails. | ||
- Changed some layout code to work better with different font and style settings, which will hopefully fix an issue with the settings window growing infinitely. | ||
This should be the last testing release before pushing this to stable, unless any bugs are found. | ||
- Added setting to hide the server info bar entry when in a non-matching duty. | ||
- Start polling for Wondrous Tails status changes when in Idyllshire to update a person's status if they interact with Khloe and do not then open their Wondrous Tails UI. | ||
- Fixed issue where game state was being incorrectly read on the main thread during plugin initialization. | ||
""" |