Releases: lyledouglass/hearthstone-randomizer
Releases · lyledouglass/hearthstone-randomizer
v1.4.3
Hearthstone Randomizer
v1.4.3 (2024-09-03)
Full Changelog Previous Releases
- fix: add Notorious Thread's Hearthstone
- chore: update readme
v1.4.2
Hearthstone Randomizer
v1.4.2 (2024-08-14)
Full Changelog Previous Releases
- fix: update toc to current game version
v1.4.1
Hearthstone Randomizer
v1.4.1 (2024-07-26)
Full Changelog Previous Releases
- fix: added wago link to readme
v1.4.0
v1.3.4
Hearthstone Randomizer
v1.3.4 (2024-07-24)
Full Changelog Previous Releases
- fix: update pat permissions
v1.3.3
Hearthstone Randomizer
v1.3.3 (2024-07-24)
Full Changelog Previous Releases
- fix: remove github files exclusions
v1.2.5
Hearthstone Randomizer
v1.2.5 (2024-07-24)
Full Changelog Previous Releases
- fix: update game version in toc
v1.2.4
Hearthstone Randomizer
v1.2.4 (2024-07-14)
Full Changelog Previous Releases
- fix: fix Stone of the Hearth and add debug logging
Stone of the Hearth uses the OG Hearthstone spellId, rather than the one
listed for the item in Wowhead. Also added a ton of debug logic to see
why sometimes the toyName is not returned. Still a WiP - chore: updated debug to be less chatty
- chore: add debug info to readme
v1.2.3
Hearthstone Randomizer
v1.2.3 (2024-03-20)
Full Changelog Previous Releases
- chore: bump toc and update readme
v1.2.2
Hearthstone Randomizer
v1.2.2 (2024-03-19)
Full Changelog Previous Releases
- fix: add logic to check for 0 index
with GetMacroIndexByName, if no macro exists, the index is 0, so no
macro was ever created because it had a value. Updated the logic to add
a check for 0. Also added new DebugLog addon integration for debugging