diff --git a/templates/about.html b/templates/about.html index 3be16d2..d70b653 100644 --- a/templates/about.html +++ b/templates/about.html @@ -93,6 +93,7 @@

Who made this?

If you notice any issues, feel free to DM me through Discord (Melody ♫#1653), or open issues and pull requests on the GitHub repo for this site.

Changes

+

2021-02-25: Fixed an issue where play casts with no corresponding buff event would cause the analysis to crash. This was fixed in git commit 2da6701

2021-02-24: Fixed an issue where card play buff windows could be at the same time or after the next draw event which would result in the card play being ignored or potentially overwriting the next card play. This was fixed in git commit e474954.

2021-01-26: Added 'Card Draw' windows for studying better times to play cards given the times when Draw/Sleeve Draw/Divination was used. This was added in git commit 243713a.

2021-01-15: Fixed pet tick damage (such as SMN Ifrit Enkindle DoT) not being correctly included in the damage total for that player. Fixed in git commit 1eafff2.