-
Notifications
You must be signed in to change notification settings - Fork 6
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
4 changed files
with
40 additions
and
14 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,3 +1,12 @@ | ||
# v1.1.0 | ||
|
||
- *Fix* chat cards *sometimes* not being the correct size, when images were still being loaded, when rendering. (Solution is that the card will jump to full size, when finishing loading) | ||
- *Fix* some incompatibility with modules updating chat cards, resulting in repeated popups. | ||
- Now the module correctly updates the shown notification of the card. | ||
- If the update is done after the notification already disappeared, it will reappear. | ||
- There are still some cases possible where this won't work properly, one is the combination of MidiQOL and Dice So Nice. While both alone do work nicely, both together won't result in the chat card being updated properly. | ||
- Moved the event listeners to use delegation instead of being bound to every card, to react to the updated nodes better. | ||
|
||
# v1.0.0 | ||
|
||
**Initial release!** | ||
**Initial release!** |
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
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
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