File Details
Incoming-BG
- R
- Oct 25, 2025
- 1.71 MB
- 81
- 11.2.5+5
- Retail + 3
File Name
IncCallout.zip
Supported Versions
- 11.2.5
- 5.5.2
- 4.4.2
- 3.4.5
- 2.5.4
- 1.15.8
Changelog (v9.4) — 2025-10-25
New: "Reset to Defaults" option added to the add-on options (Resets the active profile to defaults).
Fix: Corrected options table structure (removed duplicated/nested trackerSettings) that could cause a syntax error / lua crash.
UX: Settings now reapply immediately after a reset (fonts, button colors, borders, scale, logo, minimap icon).
- Reset is irreversible for the active profile (there is no automatic undo).
- If the options UI does not show expected values immediately, run /reload or re-open the options panel (Interface → AddOns → Incoming-BG).
- If your addon was failing to load with a syntax error prior to v9.4, this release should fix that. If you still see errors, please include the exact error text and lines when reporting.
- This release strives to be compatible with both Retail and supported Classic variants — the addon will detect and print which project it’s running in.
Bug fixes
Fixed a Lua syntax/structure error caused by a duplicated/nested trackerSettings/resetSettings block that produced a "'}' expected" runtime error. This caused some users to get a load-time error when loading the options. That block was cleaned up and the resetSettings group is now a proper sibling in options.args.
Ensures options UI is refreshed after changes (NotifyChange calls).

