From dbe6acd89d1d6e240d80163c0229b575bd3ad7a9 Mon Sep 17 00:00:00 2001 From: Melody Miller Date: Thu, 25 Feb 2021 11:39:27 -0500 Subject: [PATCH] Updated about page with refreshbuff fix --- templates/about.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/about.html b/templates/about.html index d70b653..e3087e3 100644 --- a/templates/about.html +++ b/templates/about.html @@ -93,6 +93,8 @@

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 if the same card was refreshed on someone before it expired the second play was ignored. This was fixed in git commit 19c80ca +

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.