File Details
TBCDailyDashboard 1.1.0
- R
- Feb 14, 2026
- 63.36 KB
- 213
- 2.5.5
- Classic TBC
File Name
TBCDailyDashboard1.1.0.zip
Supported Versions
- 2.5.5
### 1.1.0
- **New: Daily Heroic & Normal Dungeon Detection** - Automatically detects today's daily heroic and normal dungeon
- Detected via quest log scanning at login, QUEST_ACCEPTED, QUEST_DETAIL, QUEST_TURNED_IN, and GOSSIP_SHOW events
- Shared across all characters on the same realm (one character detects, all characters see it)
- Displayed in the main window header (next to reset timer), expanded detail rows with [OK]/[X] completion status per character, and minimap tooltip
- Dungeon names localized for English and German
- Data automatically expires at daily reset
- Includes mapping for 12 heroic daily dungeons (Wind Trader Zhareem) and 5 normal daily dungeons (Nether-Stalker Mah'duun)
- **Bugfix: Heroic lockouts not showing after install** - Lockout data is now refreshed when opening the main window (`RequestRaidInfo()` added to OnShow)
- **Bugfix: Lockout scan timing** - Added `PLAYER_ENTERING_WORLD` event with delayed `RequestRaidInfo()` as fallback, in case the initial `PLAYER_LOGIN` scan runs before player data is fully available
### 1.0.9
- **New: Heroic Key Names** - Each faction now shows its corresponding Heroic key
- Display format: `Lower City (Auchenai Key) - Honored -> Revered`
- Localized key names for German and English
- Added German faction name aliases for reputation tracking
### 1.0.8
- **New: Character Notes** - Add personal notes to each character
- Editable text field for current character (max 500 characters)
- Read-only display for other characters
- Clear button to quickly delete notes
- Notes are saved per character and persist across sessions
### 1.0.7
- **Bugfix**: Fixed reputation progress calculation - was incorrectly including the target standing size
- Example: At Honored 2996/12000 now correctly shows 57% instead of 23%
- Progress now correctly calculates rep needed to REACH the standing, not complete it
### 1.0.6
- **New: Session Reputation Tracking** - Tracks all reputation gains during your play session
- Listens to `CHAT_MSG_COMBAT_FACTION_CHANGE` events (reputation from quests, dungeons, mob kills)
- New tooltip section `[Session Reputation]` shows gains per faction
- Status command (`/tdd status`) now shows session gains next to each faction
- Supports English and German chat messages
- Automatically resets on login/reload
### 1.0.5
- Reputation data for current character is now read LIVE from WoW API (no more outdated values)
- Added `/tdd scan` command to manually rescan reputation data for other characters
- Auto-refresh when opening main window or tooltip
### 1.0.4
- Added text-based progress bar to minimap tooltip for reputation progress
- Tooltip now shows `[####------] 40%` style progress bars with color coding
### 1.0.3
- Added visual progress bar with percentage for reputation progress towards Heroic key requirements in main frame
- Progress bar shows color gradient from red (0%) to yellow (50%) to green (100%)
### 1.0.2
- Fixed German translation: "Revered" is now correctly translated as "Respektvoll" (was incorrectly "Ehrfürchtig" which means "Exalted")
### 1.0.1
- Updated Interface version to 20505 for TBC Classic 2.5.5 Build 65676
### 1.0.0
- Initial release
- Heroic & Raid lockout tracking
- Reputation progress tracking
- Profession cooldown tracking
- Daily quest tracking
- Minimap button with tooltip
- Main frame UI with sorting/filtering

