Skip to content

Releases: lyledouglass/hearthstone-randomizer

v1.2.1

17 Mar 17:23
Compare
Choose a tag to compare

Hearthstone Randomizer

v1.2.1 (2024-03-17)

Full Changelog Previous Releases

  • fix: macro not updating
    This fix changes the logic on how the macro is found and generated.
    Previously, the code would try to find the macro based off a macro index
    and try and do a string.find on RHT.b. Seeing RHT.b is a defunct part of
    the macro, I changed this to use GetMacroIndexByName as the macro name
    is always 'RHT'. This allows us to set the index in a much cleaner
    fashion. Lastly, I removed the last line of SetRandomHearthToy that was
    setting the RHT.b button which did not exist. This has been extensively
    tested and the bug is now resolved

v1.2.0

12 Mar 03:00
a8b66c9
Compare
Choose a tag to compare

Hearthstone Randomizer

v1.2.0 (2024-03-12)

Full Changelog Previous Releases

  • chore: add codeowners
  • feat: add stone of the hearth
  • fix: typo in readme
  • chore: add readme

v1.1.0

17 Jan 03:52
28222d3
Compare
Choose a tag to compare

Hearthstone Randomizer

v1.1.0 (2024-01-17)

Full Changelog Previous Releases

  • feat: update logic for better usability
    Updated the macro to just cast the toyName rather than "clicking" the
    macro. This allows addons like Opie to utilize the macro and doesn't
    remove functionality

v1.0.1

17 Jan 02:48
3b5ca6e
Compare
Choose a tag to compare

Hearthstone Randomizer

v1.0.1 (2024-01-17)

Full Changelog Previous Releases

  • chore: update print statement

v1.0.0

17 Jan 02:36
ced5dcf
Compare
Choose a tag to compare

Hearthstone Randomizer

v1.0.0 (2024-01-17)

Full Changelog Previous Releases

  • fix: update name
  • fix: remove version
  • feat: init commit
  • Initial commit