promotional bannermobile promotional banner

AutoTrackSwitcher

Automatically switch between what you're currently tracking

File Details

3.0.0-classic

  • R
  • Mar 27, 2024
  • 170.25 KB
  • 65
  • 1.15.1
  • Classic

File Name

AutoTrackSwitcher-3.0.0-classic.zip

Supported Versions

  • 1.15.1

AutoTrackSwitcher

3.0.0 (2024-03-27)

Full Changelog Previous Releases

  • Add (hopefully) all missing tracking abilities (#11)

  • Feature/refactor (#9)

    • #6 Add visibility to minimap button while addon is running

    • Remove debug stuff

    • Add new AceGUI widget for simple button

    • Fix issue with 'GetTrackingTexture' returning false information

    • Fix interval changes through options menu not working while addon is stopped

    • Simplify SimpleIconButton's setup

    • Add Swipe animation to button to show cooldown until next switch

    • Use events to trigger stuff between modules

    • Split OnUpdate and OnTrackingChanged messages

    • Change default texture for button

    • Add new UiButton that creates a SimpleIconButton and handles cooldown for when addon is running

    • Fix showing correct texture

    • Start/Stop or Show options when pressing on button

    • Make the UI button movable and store/restore position

    • Add more config options for button

    • Add config for showing/hiding button

    • Exit early if casting spell to prevent UI button showing wrong spell

    • Prevent switching spell when Item is being dragged

    • Prevent switching spells with loot window open

    • Do a initial update when addon is started

    • Add config for button

    • Add tooltip to button

    • Bump toc version

    • Rework how the core system works

    Now starts/stops the addon when the different wow events triggers, instead of running and checking the conditions every update

    • Remove the "disable while dead" option

    • Refactor core logic to start/stop based on events instead of checking everything every update frame

    • Fix Constructor issue with AceContainerSimpleIconButton

    • Desaturate button if showing while running but addon is paused

    • Allow specifying different timers for each tracking skill

    • Add option to reset button's position

    • Fix crash in SimpleIconButton

    • Fix issues with individual trackers

    • Fix bug where addon didn't restart if changing settings in inn

    • Disable debugging

    • Add option to hide/lock minimap button

    • Reindent with tabs