File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### Version 14.06 [ January 14th 2026 ]
2+ * Friends Datatext erroring when attempting to send a whisper.
3+ * Remove the decor icon overlay for loot history. (Thanks fang2hou)
4+ * Mist: Gem socket border color not showing quality.
5+ * TBC / Wrath: Pet happiness tags and Databar options again.
6+ * TBC: Fixed several skins and pet bar auto cast glow.
7+
18### Version 14.05 [ January 5th 2026 ]
29* Chat: Editbox font not obeying the proper font size.
310* Chat: Boss emotes failing to display their message and % doubled up in messages.
Original file line number Diff line number Diff line change 128128function E :ParseVersionString (addon )
129129 local version = GetAddOnMetadata (addon , ' Version' )
130130 if strfind (version , ' project%-version' ) then
131- return 14.05 , ' 14.05 -git' , nil , true
131+ return 14.06 , ' 14.06 -git' , nil , true
132132 else
133133 local release , extra = strmatch (version , ' ^v?([%d.]+)(.*)' )
134134 return tonumber (release ), release .. extra , extra ~= ' '
You can’t perform that action at this time.
0 commit comments