promotional bannermobile promotional banner

Primal Ledger

Account-wide tracking of profession spells and crafts across all characters.

File Details

PrimalLedger-v1.14.0.zip

  • R
  • Apr 7, 2026
  • 1.25 MB
  • 31
  • 2.5.5
  • Classic TBC

File Name

PrimalLedger-v1.14.0.zip

Supported Versions

  • 2.5.5

v1.14.0

New Features

  • UI scale setting - New slider in Settings (50%-200%) that uniformly scales all Primal Ledger windows — text, icons, padding, and controls
  • Profession icons in tracker - Each cooldown row in the tracker window now shows the profession icon next to the craft name
  • Clickable "Ready!" in tracker - Left-click opens the profession window and selects the recipe, right-click opens the profession window (current character only)

Improvements

  • Tracker title - Renamed from "Primal Ledger" to "Cooldowns"
  • Recipe selection fix - Left-clicking "Ready!" now properly selects the recipe in the profession UI, expands collapsed headers, and supports enchanting via the Craft API
  • Minimum window width - Main window can no longer be resized narrower than the tab bar
  • Fixed "Show in combat" setting - Tracker now properly hides when entering combat with the setting unchecked; fixed both a boolean storage issue with Classic's GetChecked() API and a timing issue where InCombatLockdown() wasn't set yet when the combat event fired

v1.13.1

Fixes

  • Fixed tracker crash on first login - The "No tracked cooldowns" placeholder created a row with only charText, so when cooldown data arrived the existing row was reused but was missing craftText and cdText, causing a nil index error. Row fields are now created individually if missing.