File Details
WhatTodo-v1.0.1.zip
- R
- Jun 10, 2026
- 125.90 KB
- 4
- 12.0.5
- Retail
File Name
WhatTodo-v1.0.1.zip
Supported Versions
- 12.0.5
Changelog
All notable changes to WhatTodo are documented here.
[1.0.1]
Added
- Localization (EN/FR): the UI language now follows the WoW client locale — English by default, French when
GetLocale() == "frFR"(Locales/enUS.lua,Locales/frFR.lua) ## Notes-frFRentry in the.tocfor the French addon-list description- Custom parchment icon (
Textures/icon.tga) used for the addon list and the minimap button
Changed
- All user-facing strings moved out of the UI code into the locale tables
[1.0.0] — Initial release
Added
- Per-character to-do list with three task frequencies: daily, weekly, monthly
- Automatic reset at 5:00 server time:
- daily tasks reset every day,
- weekly tasks reset every Wednesday,
- monthly tasks reset on the 1st of each month
- Completion state derived from the last completion time versus the current reset boundary — tasks re-arm by themselves when a reset passes, no cleanup needed
- Admin panel (AceGUI) to add, rename, re-categorize and delete tasks, with a real "Add" button
- Parchment-style display window: draggable, position persisted, tasks grouped by frequency with a per-section reset countdown and checkboxes
- Minimap button (LibDBIcon) — left-click toggles the display, right-click opens the admin panel, tooltip shows remaining tasks per frequency
- Slash commands:
/wt(toggle display) and/wt config(open admin panel) - Embedded libraries: Ace3 (AceAddon, AceDB, AceConsole, AceEvent, AceGUI, AceConfig), LibDataBroker-1.1, LibDBIcon-1.0

