Skip to content

Releases: syndenbock/MinimapButtonButton

1.24.1

15 Apr 15:36

Choose a tag to compare

MinimapButtonButton

1.24.1 (2026-04-15)

Full Changelog Previous Releases

  • chore: Bump version to 1.24.1
  • chore: Bump interface version for Classic Titanforged 3.80.1

1.24

14 Apr 18:27

Choose a tag to compare

MinimapButtonButton

1.24 (2026-04-14)

Full Changelog Previous Releases

  • chore: Update version
  • fix: Handle non-string values when printing settings values to chat
  • feat: Update new version message
  • feat: Replace autohide option with autoClose option
    feat: Replace autohide option with autoClose option
  • feat: Implement automatically closing button container on mouse leave
  • feat: Add extra check to exclude pin frames from being auto-collected

1.23.2

11 Feb 19:13

Choose a tag to compare

MinimapButtonButton

1.23.2 (2026-02-11)

Full Changelog Previous Releases

  • chore: Bump version to 1.23.2
  • chore: Bump interface version for Retail 12.0.1

1.23.1

31 Jan 11:16

Choose a tag to compare

MinimapButtonButton

1.23.1 (2026-01-31)

Full Changelog Previous Releases

  • chore: Bump version to 1.23.1
  • feat: Remove buttons case insensitively from white/blacklist if not found
  • refactor: Remove code duplication of finding buttons to include/ignore
  • feat: Add category to toc file
  • docs: Add license file
  • fix: Fix small typo

1.23

24 Jan 14:12

Choose a tag to compare

MinimapButtonButton

1.23 (2026-01-24)

Full Changelog Previous Releases

  • chore: Bump version to 1.23
  • Merge branch 'feature/options-ui'
  • fix: Add migration to convert direction setting to lowercase
  • feat: Update new version message
  • feat: Add reset position button to settings panel
  • feat: Use a factor of 10 for scales
    This only requires division when applying the scale instead of having to round
    float values everywhere.
  • feat: Implement hidecompartment setting in settings panel
  • feat: Implement scale, buttonScale and autohide settings in settings panel
  • feat: Implement buttonsPerRow setting in settings panel
  • refactor: Implement utility function for creating dropdowns
  • feat: Implement direction setting in settings panel

1.22.13

21 Jan 11:36

Choose a tag to compare

MinimapButtonButton

1.22.13 (2026-01-21)

Full Changelog Previous Releases

  • chore: Bump version to 1.22.13
  • chore: Bump interface version for Retail 12.0
  • chore: Bump interface version for Wrath Classic 3.4.5

1.22.12

16 Jan 14:37

Choose a tag to compare

MinimapButtonButton

1.22.12 (2026-01-16)

Full Changelog Previous Releases

  • chore: Bump version to 1.22.12
  • Merge pull request #55 from Gogo1951/patch-3
    Update MinimapButtonButton.toc
  • Update MinimapButtonButton.toc
    Updated toc version for TBC PTR.

1.22.11

09 Jan 21:44

Choose a tag to compare

MinimapButtonButton

1.22.11 (2026-01-09)

Full Changelog Previous Releases

  • chore: Bump version to 1.22.11
  • fix: Fix error when printing current value of a setting

1.22.10

03 Dec 16:07

Choose a tag to compare

MinimapButtonButton

1.22.10 (2025-12-03)

Full Changelog Previous Releases

  • chore: Bump version to 1.22.10
  • chore: Bump interface version for Retail 11.2.7

1.22.9

02 Dec 18:57

Choose a tag to compare

MinimapButtonButton

1.22.9 (2025-12-02)

Full Changelog Previous Releases

  • chore: Bump version to 1.22.9
  • feat: Directly access whitelisted buttons instead of performing a search
  • refactor: Rename findButtonByName to searchButtonByName