promotional bannermobile promotional banner

Endeavor Simple Progress Tracker

A simple hover addon to display the remaining XP needed for the next Endeavor milestone

File Details

1.0.4

  • R
  • Jan 23, 2026
  • 16.08 KB
  • 72
  • 12.0.0+1
  • Retail

File Name

EndeavorTracker-1.0.4.zip

Supported Versions

  • 12.0.0
  • 11.2.7

lightweight tag 8fcfb1d710835d87af96dc423f4a8079e47a5d5c 1.0.4
Author:    GitHub <noreply@github.com>
Date:    Fri Jan 23 22:13:17 2026 +0200

commit 8fcfb1d710835d87af96dc423f4a8079e47a5d5c
Author: Odisseas Simou <36369275+OdisseasSimou@users.noreply.github.com>
Date:   Fri Jan 23 22:13:17 2026 +0200

    Updated CHANGELOG for version 1.0.4

    Documented the addition of Task XP Tooltips feature.

commit cb096263cbbb8ba95ae47c753c815ad823d08727
Author: Er3VoS <simou.odisseas@gmail.com>
Date:   Fri Jan 23 22:11:51 2026 +0200

    ✨(task xp tooltip): Refactored Endeavor Tracker Addon: Implement MVC Structure

    - Moved core functionality to Core.lua for better organization.
    - Created Display.lua for managing XP progress display overlay.
    - Added Tooltips.lua for enhancing task tooltips with XP contribution.
    - Updated EndeavorTracker.lua to coordinate between model, view, and controller.
    - Improved event handling and initialization logic.
    - Enhanced README.md with detailed features and usage instructions.
    - Updated .toc file to reflect new file structure and organization.