|
1 | | -### Version 7.0.3.0 |
2 | | - |
3 | | -* Updated for WoW 7.0 (Legion) |
4 | | - |
5 | | -### Version 6.2.2.0 |
6 | | - |
7 | | -* Updated for WoW 6.2.2 |
8 | | -* Added coloring for heirloom journal class filter dropdown |
9 | | -* Added coloring for loot recipients in the boss banner frame |
10 | | - |
11 | | -### Version 6.0.3.24 |
12 | | - |
13 | | -* Fixed coloring on the character frame level text |
14 | | -* Added a workaround for some addons passing invalid GUIDs to GetColoredName |
15 | | - |
16 | | -### Version 6.0.3.23 |
17 | | - |
18 | | -* Updated for Warlords of Draenor |
19 | | - |
20 | | -### Version 5.4.8.101 |
21 | | - |
22 | | -* Added Russian translations from Yafis |
23 | | - |
24 | | -### Version 5.4.7.94 |
25 | | - |
26 | | -* Updated chat player name coloring for realm name changes in WoW 5.4.7 |
27 | | - |
28 | | -### Version 5.4.2.90 |
29 | | - |
30 | | -* Added a NotifyChanges method for addons that provide their own class color options UI, but not their own CUSTOM_CLASS_COLORS implementation, and want to propigate their changes to other addons through the CUSTOM_CLASS_COLORS system. |
31 | | -* Added support for female-specific class names to the GetClassToken method, though I suspect nobody has ever actually used this method. |
32 | | - |
33 | | -### Version 5.4.2.88 |
34 | | - |
35 | | -* Fixed an issue preventing player specialization names from appearing the inspect frame |
36 | | - |
37 | | -### Version 5.4.1.87 |
38 | | - |
39 | | -* Fixed an error on the PTR caused by Blizzard fixing a typo in a function name |
40 | | - |
41 | | -### Version 5.4.1.86 |
42 | | - |
43 | | -* Updated for WoW 5.4 |
44 | | -* Fixed coloring in the LFG cooldown list |
45 | | - |
46 | | -### Version 5.3.0.83 |
47 | | - |
48 | | -* Updated for WoW 5.3 |
49 | | -* Fixed coloring in Challenge Mode best times tooltips |
50 | | - |
51 | | -### Version 5.2.0.80 |
52 | | - |
53 | | -* Updated for WoW 5.2 |
54 | | - |
55 | | -### Version 5.1.0.78 |
| 1 | +### Version 7.0.3.1 |
56 | 2 |
|
57 | | -* Updated for WoW 5.1 |
| 3 | +- Fixed an error when opening or changing the class filter in the heirloom journal |
58 | 4 |
|
59 | | -### Version 5.0.4.76 |
60 | | - |
61 | | -* Updated for WoW 5.0.4 |
62 | | -* Added better compatibility with other implementations of CUSTOM_CLASS_COLORS |
63 | | - |
64 | | -### Version 4.3.4.56 |
65 | | - |
66 | | -* Raid and party member blips on the world map will now be recolored using your custom colors. |
67 | | -* *Due to Blizzard restrictions, it is **not** possible to recolor blips on the minimap.* |
68 | | -* Added Português (ptBR) localization. |
69 | | - |
70 | | -### Version 4.2.0.51 |
71 | | - |
72 | | -* Updated for WoW 4.2 |
73 | | - |
74 | | -### Version 4.1.0.49 |
75 | | - |
76 | | -* Updated for WoW 4.1 |
77 | | -* Removed the IterateClasses metamethod since nobody uses it |
78 | | -* Changed the GetColoredName override to more closely emulate the original Blizzard function, as requested by Funkydude on WowAce |
79 | | - |
80 | | -### Version 4.0.3.43 |
81 | | - |
82 | | -* Fixed LFR browser and who list coloring |
83 | | - |
84 | | -### Version 4.0.3.40 |
85 | | - |
86 | | -* Fixed raid panel coloring |
87 | | - |
88 | | -### Version 4.0.1.36 |
89 | | - |
90 | | -* Someday I will remember to turn off debugging before posting a release... |
91 | | - |
92 | | -### Version 4.0.1.35 |
93 | | - |
94 | | -* Updated Blizzard UI coloring for WoW 4.0 |
95 | | - |
96 | | -### Version 4.0.1.33 |
97 | | - |
98 | | -* Removed a function that no longer exists in WoW 4.0 |
99 | | -* Guild panel coloring hasn't been updated yet |
100 | | - |
101 | | -### Version 3.3.3.29 |
102 | | - |
103 | | -* Player names in the raid panel will now always be colored correctly |
104 | | -* Added additional checks to prevent GetPlayerInfoByGUID usage errors |
105 | | - |
106 | | -### Version 3.3.0.26 |
107 | | - |
108 | | -* Added coloring of class names in the channel pane of the chat config window |
109 | | - |
110 | | -### Version 3.3.0.24 |
111 | | - |
112 | | -* Added coloring of names in the LookingForRaid interface |
113 | | -* Fixed drycode errors |
114 | | - |
115 | | -### Version 3.3.0.22 |
| 5 | +### Version 7.0.3.0 |
116 | 6 |
|
117 | | -* Updated for WoW 3.3 |
118 | | -* Removed coloring for parts of the UI that aren't normally colored. This functionality may or may not reappear in a separate addon at a later date. |
| 7 | +- Updated for WoW 7.0 (Legion) |
0 commit comments