Releases: Stanzilla/AdvancedInterfaceOptions
Releases · Stanzilla/AdvancedInterfaceOptions
1.7.0
Advanced Interface Options
1.7.0 (2021-11-22)
Full Changelog Previous Releases
- Fix tracing which addon last modified a cvar
- Bump toc for retail, classic and BCC
1.6.0
Advanced Interface Options
1.6.0 (2021-06-29)
1.5.0
Advanced Interface Options
1.5.0 (2021-05-15)
Full Changelog Previous Releases
- Rename everything concerning TBC Classic to BCC
-
- Add C_CVar functions to luacheck
- Implement CVar backup and restore functionality
- Implement consolidated GetCVars() function
- Fix CVarExists function
- Hook newer C_CVar.SetCVar function for cvar tracing
- Fix 'last modified by' cvar tracing
- Consolidate IsClassic() check for classColors
- Fix missing reference to lootLeftmostBag for BC client
- Remove reliance on IsRetail() and IsClassic(), just check if functions exist directly
- Add WOW_PROJECT contants to luacheckrc
- Fix the feature gates for BC
- Add BC build and split builds into push and pr
- Add Wago API token
- Publish to Wago as well
1.4.4
Advanced Interface Options
1.4.4 (2021-03-29)
Full Changelog Previous Releases
- Bump toc for live and classic
- Update ci.yml
- Delete .travis.yml
- Add GitHub actions
1.4.3
Advanced Interface Options
1.4.3 (2020-11-30)
Full Changelog Previous Releases
- Update list of CVars each time CVar browser is opened
- Full list of CVars is not available on login, some get added later
- Examples: AutoPushSpellToActionBar, showPlayer
1.4.2
Advanced Interface Options
1.4.2 (2020-11-28)
Full Changelog Previous Releases
- Bump toc version for 9.0.2
1.4.1
Advanced Interface Options
1.4.1 (2020-10-29)
Full Changelog Previous Releases
- Remove unsupported cvars from cvar browser
- We have cvars that have been removed from the game hard-coded into the addon;
these were previously being stripped out using the CVarExists function, which no longer works - The hard-coded list is now only being used to provide descriptions for cvars
- We have cvars that have been removed from the game hard-coded into the addon;
1.4.0
Advanced Interface Options
1.4.0 (2020-10-13)
Full Changelog Previous Releases
- Update for Shadowlands
- Fix bug loading on Shadowlands, also allows loading on BFA (#36)
Co-authored-by: Benjamin Staneck staneck@gmail.com - Update classic TOC 11304
- nameplateMaxDistance cvar rendered defunct in classic/retail
- Fixed slider box SetValue (#33)