<li>Added: The Stats tab of moderation cards now tells you a user's ID, if and when they followed a channel, and how many times they've been banned in the channel.</li>
<li>Added: Name History, so you can see what a user's previous usernames have been. This data is sourced from CommanderRoot's tools and Twitch's own API.</li>
<li>Changed: Refactor stats rendering for moderation cards and the debugging menu to reduce duplicate code.</li>
<li>Fixed: Theater Hover Stats could cover up timestamps when viewing a video.</li>
<li>Fixed: Follower-only moderation action messages weren't being de-duplicated correctly.</li>
<li>Fixed: Not Found bug when clicking links to game directory pages.</li>
<li>Fixed: Custom moderator badges not displaying in Mozilla Firefox.</li>
<li>API Added: <code>bttv-room-message</code> event for awareness of chat messages sent when BetterTTV is installed. This data structure is not like standard <code>room-message</code>.</li>
<li>API Changed: To reduce memory usage, badge objects are now not cloned. <code>user_add_badge</code> and <code>room_add_user_badge</code> now support complex badge structures rather than just IDs for more flexible badge setups.</li>
<li>Added: Option to hide boxart when hovering streams and videos in the directory.</li>
<li>Added: Support for the new tiers of bits badges.</li>
<li>Changed: By default, do not store locally cached user chat history for rooms that have logviewer.</li>
<li>Changed: Store less data for locally cached user chat history.</li>
<li>Fixed: Do not hide AutoMod buttons when a message has been dealt with. Only make them inactive, potentially preventing mis-clicks. (Thanks, Seldszar!)</li>