File Details
2.4.0
- R
- Jan 22, 2026
- 512.98 KB
- 177
- 12.0.1+5
- Retail + 4
File Name
FunFact-2.4.0.zip
Supported Versions
- 12.0.1
- 12.0.0
- 5.5.3
- 3.80.0
- 2.5.5
- 1.15.8
FunFact
2.4.0 (2026-01-20)
Full Changelog Previous Releases
- Packager update
- 12.0.1 support
- Add Midnight 12.0 chat messaging lockdown support
Implement handling for the new C_ChatInfo.InChatMessagingLockdown() API
introduced in WoW Midnight (12.0) that restricts addon chat messages
during active raid encounters, M+ runs, and PvP matches.
Changes:- Add IsInChatLockdown() function to detect chat restrictions
- Modify SendMessage() to check for lockdown before sending
- Display lockdown messages in local UI with reason
- Add LibAT Logger integration for debug output
- Maintain backward compatibility with 11.x (no API check errors)
The implementation gracefully degrades on 11.x where the API doesn't
exist, and on 12.x it prevents chat spam during restricted content
while providing clear user feedback.
- Init browse ui
- Updates UI element positioning for improved layout.
Refactors the FunFact window layout for better visual arrangement.
This includes adjusting the positioning of the channel name editbox, fact display frame, and buttons to create a more balanced and user-friendly interface.
Removes some unnecessary script calls related to text changes and cursor positions which are handled elsewhere. - Fixes UI element positioning in options panel
Corrects the positioning of labels and elements within the options panel.
This ensures a cleaner and more intuitive user interface. - Make fact display text selectable using EditBox
- Replace FontString with EditBox for text display
- Enable SetMultiLine(true) and EnableMouse(true)
- Add ScrollingEdit_OnTextChanged and ScrollingEdit_OnCursorChanged handlers
- Users can now select and copy fact text like in SpartanUI Chat Copy window
- Maintain SetValue() method for backward compatibility
- Arrange dropdowns side by side horizontally
- Reduce dropdown width from 314 to 152 pixels each
- Position Output dropdown to the right of Fact Type dropdown
- Align Output label with top of Fact Type dropdown (offset by 22px for label height)
- Add 10px horizontal spacing between the two dropdown columns
- Resize buttons to proper dimensions and place side by side
- Reduce FACT! button from 314x30 to 120x25 (proper atlas size)
- Reduce More? button from 314x25 to 120x25
- Position More? button to the right of FACT! button (side by side)
- Change FACT! button text to use GameFontNormal instead of GameFontNormalLarge
- Update FunFact UI to match Libs-RemixPowerLevel styling
- Replace StdUi library with native WoW UI components
- Use PortraitFrameTemplate for main window
- Implement WowStyle1FilterDropdownTemplate for modern dropdowns
- Add styled buttons using auctionhouse-nav-button atlas
- Increase window size from 210x270 to 350x500
- Add larger scrollable fact display area (145px height)
- Add modern MinimalScrollBar with auctionhouse-background-index
- Make window draggable
- Remove entire StdUi library and all references
- Add nacho facts (50 facts about nachos)

