-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
449 lines (373 loc) · 22.2 KB
/
CHANGELOG
File metadata and controls
449 lines (373 loc) · 22.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
[COLOR="DeepSkyBlue"]2.0.1 (70)[/COLOR]:
[LIST]
[*] Fixed error message in ZOS_Rewrite-5.3.lua, line 44 sometimes when reloading chat history.
[/LIST]
[COLOR="DeepSkyBlue"]2.0 (69)[/COLOR]:
[LIST]
[*] Revised all of the code that overrides ZOS functions to be comparable with the latest official version of those functions.
[*] Removed override code that is no longer needed or used.
[*] Fixed problem that was preventing us from selecting (or unselecting) System from the chat options dialog.
[*] Changed the value of the settings "Chat Tab Settings"->"Default Channel" to be "/zone". This only affects someone who is using rChat for the first time (after the saved variables file is removed).
[*] Converted to using the logger function code from LibSFUtils to control if debug-level messages actually get sent to LibDebugLogger.
[*] Converted event registration/unregistering to use the LibSFUtils EvtMgr.
[/LIST]
[COLOR="DeepSkyBlue"]1.48 (68)[/COLOR]:
[LIST]
[*] Fixed error message in rChatData.lua, line 8. (Reported by wlfnddl.)
[/LIST]
[COLOR="DeepSkyBlue"]1.47 (67)[/COLOR]:
[LIST]
[*] Reapplied the changes to override an internal ZOS function which allows us to select or deselect the System channel from a channel tab using Options.
[*] Updating to use new capabilities provided by LibSFUtils version 61.
[/LIST]
[COLOR="DeepSkyBlue"]1.46 (66)[/COLOR]:
[LIST]
[*] Update to a new version of LibMMediaProvider which changed its name and thereby broke everything that used it prior to this. Now requires the updated LibMediaProvider version 1.1.
[/LIST]
[COLOR="DeepSkyBlue"]1.45 (65)[/COLOR]:
[LIST]
[*] Convert from .txt manifest to .addon
[*] Update libary-required versions for dependent libraries
[/LIST]
[COLOR="DeepSkyBlue"]1.44 (64)[/COLOR]:
[LIST]
[*] API bump.
[/LIST]
[COLOR="DeepSkyBlue"]1.43 (63)[/COLOR]:
[LIST]
[*] Fix error encountered when trying to use the "Copy message" menu option in chat on a system message (i.e. not from a player). It now properly ignores "Copy message" requests on system messages.
In order to copy a system message from the chat window, you should use the "Copy line" menu option instead.
[/LIST]
[COLOR="DeepSkyBlue"]1.42 (62)[/COLOR]:
[LIST]
[*] API bump.
[/LIST]
[COLOR="DeepSkyBlue"]1.41 (61)[/COLOR]:
[LIST]
[*] Updated font files to new format used by ZOS.
[/LIST]
[COLOR="DeepSkyBlue"]1.40 (60)[/COLOR]:
[LIST]
[*] Fixed initial setting in "Message Settings".
[/LIST]
[COLOR="DeepSkyBlue"]1.39 (59)[/COLOR]:
[LIST]
[*] Added a new setting in "Message Settings" that will allow you to turn of Friend-Player status changed messages. Requested by Smugger21.
[/LIST]
[COLOR="DeepSkyBlue"]1.38 (58)[/COLOR]:
[LIST]
[*] API bump.
[/LIST]
[COLOR="DeepSkyBlue"]1.37 (57)[/COLOR]:
[LIST]
[*] Adopted fix provided by by IsaacSin.
[/LIST]
[COLOR="DeepSkyBlue"]1.36 (56)[/COLOR]:
[LIST]
[*] Fixed error in rChat_Internals.getLinks found by IsaacSin.
[/LIST]
[COLOR="DeepSkyBlue"]1.35 (55)[/COLOR]:
[LIST]
[*] Fixed error in SaveTabsCategories found by IsaacSin.
[/LIST]
[COLOR="DeepSkyBlue"]1.34 (54)[/COLOR]:
[LIST]
[*] Fixed error message while selecting the default active tab reported by Childeric. Used the fix suggested by DakJaniels which correctly referred to rChat.tabNames instead of just tabNames.
[/LIST]
[COLOR="DeepSkyBlue"]1.33 (53)[/COLOR]:
[LIST]
[*] API bump (Necrom).
[/LIST]
[COLOR="DeepSkyBlue"]1.32 (52)[/COLOR]:
[LIST]
[*] API bump (Scribes of Fate).
[/LIST]
[COLOR="DeepSkyBlue"]1.31 (51)[/COLOR]:
[LIST]
[*] Added potential fix for missing/faded chat window bug reported by fredd and SaskyaChangeling after High Isle was released.
[*] API bump for Firesong
[/LIST]
[COLOR="DeepSkyBlue"]1.30 (50)[/COLOR]:
[LIST]
[*] API bump (High Isle).
[/LIST]
[COLOR="DeepSkyBlue"]1.29 (49)[/COLOR]:
[LIST]
[*] Reapply the key binding fix for chat tabs that somehow got lost in the merge.
[/LIST]
[COLOR="DeepSkyBlue"]1.28 (48)[/COLOR]:
[LIST]
[*] API bump.
[/LIST]
[COLOR="DeepSkyBlue"]1.27 (47)[/COLOR]:
[LIST]
[*] Fix the key binding for chat tabs.
[/LIST]
[COLOR="DeepSkyBlue"]1.26 (46)[/COLOR]:
[LIST]
[*] API bump.
[*] Require minimum version of installed LibAddonMenu to be at least 32. Earlier versions will break the user interface.
[/LIST]
[COLOR="DeepSkyBlue"]1.25 (45)[/COLOR]
[LIST]
[*] API bump. Flames of Ambition.
[/LIST]
[COLOR="DeepSkyBlue"]1.24 (44)[/COLOR]
[LIST]
[*] Added work-around for problem where default channel was not getting set properly. It seems that it was getting overwritten by LibSlashCommander if that library loaded after rChat.
[/LIST]
[COLOR="DeepSkyBlue"]1.23 (43)[/COLOR]
[LIST]
[*] Fixed problem where when you turn off announce zone in chat - it would still announce the first zone that you logged into with your character. (Reported by Phinix)
[/LIST]
[COLOR="DeepSkyBlue"]1.22 (42)[/COLOR]
[LIST]
[*] Added the ability to announce in your chat window which zone you have arrived in so that you can look back through chat to see if you are still in the zone that some zone message was
posted from. This is initially turned OFF, to continue to behave the way that rChat has in the past. To turn
it on, you can go to the Chat Window section of rChat settings to enable zone announcements. Note that
this is only announced to you - not to everybody else in chat.
[/LIST]
[COLOR="DeepSkyBlue"]1.21 (41)[/COLOR]
[LIST]
[*] Added name format "Character Name/@UserID" as requested by tralce.
[/LIST]
[COLOR="DeepSkyBlue"]1.20 (40)[/COLOR]
[LIST]
[*] API bump. Blackwood
[/LIST]
[COLOR="DeepSkyBlue"]1.19 (39)[/COLOR]
[LIST]
[*] API bump
[/LIST]
[COLOR="DeepSkyBlue"]1.18 (38)[/COLOR]
[LIST]
[*] Removed error when splitting strings for length (reported by tereza).
[/LIST]
[COLOR="DeepSkyBlue"]1.17 (37)[/COLOR]
[LIST]
[*] Took out debug statements that had been accidentally left behind.
[/LIST]
[COLOR="DeepSkyBlue"]1.16 (36)[/COLOR]
[LIST]
[*] New Roboto Regular, Roboto Medium and Roboto Condensed fonts added by jaedha. They are easy-to-read, sans-serif options.
[/LIST]
[COLOR="DeepSkyBlue"]1.15 (35)[/COLOR]
[LIST]
[*] Fixed entry for mention text reported by ryh.
[/LIST]
[COLOR="DeepSkyBlue"]1.14 (34)[/COLOR]
[LIST]
[*] Fixed disabled Guild-specific color fields reported by srtzero and chaoslord.
[/LIST]
[COLOR="DeepSkyBlue"]1.13 (33)[/COLOR]
[LIST]
[*] Make PARTY messages use the same brackets/no brackets setting for names as other message types do. (Declined request to do the same for WHISPER messages because they are treated specially by ZOS.) (Requested by saenic)
[/LIST]
[COLOR="DeepSkyBlue"]1.12 (32)[/COLOR]
[LIST]
[*] Fix default chat tab always getting set to the first tab instead of the one specified in the settings. (Reported by mycahelo)
[*] Fixed the dropdown list of chat tab names it the Chat Tab Settings not getting updated when a chat tab is either deleted or created.
[/LIST]
[COLOR="DeepSkyBlue"]1.11 (31)[/COLOR]
[LIST]
[*] Fix lua error when using the "Restore Only System Messages" (Reported by hagermanj)
[*] Fixed the /r again for replying to a whisper (Reported by mychaelo).
[*] Possibly fixed the "->" whisper recieved lines sometimes not having the from name (Reported by StamWhip).
[/LIST]
[COLOR="DeepSkyBlue"]1.10.1 (30)[/COLOR]
[LIST]
[*] API bump (Markarth)
[/LIST]
[COLOR="DeepSkyBlue"]1.10 (29)[/COLOR]
[LIST]
[*] Added the option to turn on mention detection for emotes. This is turned off by default because it can slow things down (as emote messages are frequently longer). Note that if the mention that is detected causes the message length to become too long, the mention (and probably the message color) will be discarded so that the message text can still be shown. (Feature requested by Keresthus)
[*] Fixed chat not fade timeout (reported by Saenic and FrostByghte)
[/LIST]
[COLOR="DeepSkyBlue"]1.9 (28)[/COLOR]
[LIST]
[*] Introduced a fix for messages that are too long to be displayed properly. If a message is too long to be displayed with all of the various rChat display options in effect, then rChat will mark the message with an initial '*' to denote that it is "reduced", and start removing the less essential options, like: color in messages, mentions in messages, guild tags (if enabled), zone tags (if enabled), fancy formatted display of from name, the "click name to whisper" link on the name, and even the right-click context menu normally attached to the timestamp. Finally if the message is still too long, it will be truncated to fit into chat - generally a reduction of characters close to the number of characters in your @name.
[*] Reduced the amount of data stored for conversations in rChatData.
[*] API bump.
[/LIST]
[COLOR="DeepSkyBlue"]1.8.3 (27)[/COLOR]
[LIST]
[*] Attempt to fix the nil error reported by nulami. "Attempted" because I cannot reproduce the problem in order to test the fix.
[/LIST]
[COLOR="DeepSkyBlue"]1.8.2 (26)[/COLOR]
[LIST]
[*] Final fix for guild spam config not being remembered (fix provided by Snippy64).
[/LIST]
[COLOR="DeepSkyBlue"]1.8.1 (25)[/COLOR]
[LIST]
[*] Fix spam not getting checked in channel /say (reported by Crunatus).
[/LIST]
[COLOR="DeepSkyBlue"]1.8 (24)[/COLOR]
This was actually supposed to be version 1.9, only when I started to package up and update the changelog I discovered that I never actually released 1.8 after getting it ready. So, new fixes and features get rolled in to 1.8 and I am going to release it this time. Promise!
[LIST]
[*] [COLOR="MediumSlateBlue"]New[/COLOR] Added color control support for the new /ruz Russian zone chat channel.
[*] [COLOR="MediumSlateBlue"]New[/COLOR] Added a Price Check spam filter for requests and responses from MM and TTC.
[*] Fix spam filters not running when enabled (reported by Snippy64).
[*] Updated the Looking For whatever spam filters to catch more stuff.
[*] Fix chat window opacity setting not getting used on login (reported by Blackwolfe).
[*] Removed invalid value 0 for window opacity setting - allowed values are only 1-11.
[*] Fixed custom guild switches not getting reloaded after login or /reloadui (reported by Mandragorane).
[*] Fixed adding [zone]/[says]/[yells] zone tags (as appropriate) to messages if "remove zone tags" is turned off (reported by Mandragorane).
[/LIST]
[COLOR="DeepSkyBlue"]1.7 (23)[/COLOR]
[LIST]
[*] Fix leftover dependency on LibDebugLogger that was accidentally left in (reported by Mandragorane).
[*] Fix the overriding of guild specific format for names by the general format for names (reported by Mandragorane).
[/LIST]
[COLOR="DeepSkyBlue"]1.6.2 (22)[/COLOR]
[LIST]
[*] Fix nil value error in AddURLHandling reported by Tiara Ra.
[/LIST]
[COLOR="DeepSkyBlue"]1.6.1 (21)[/COLOR]
[LIST]
[*] Fix nil value error in ZO_PreHook reported by jewhatl.
[/LIST]
[COLOR="DeepSkyBlue"]1.6 (20)[/COLOR]
[COLOR="MediumSlateBlue"]Enhancements[/COLOR]
[LIST]
[*] Added new name format option of "character(@account)" as requested by Kenza.
[*] Added the ability to specify multiple mention strings to watch for (one per line) in settings. Only one of the mentions will be highlighted/colored if there are multiples in a message. rChat does not look for mentions in NPC chatter, system messages, emotes, or whispers.
[*] Added a setting to the Windows section that allows you to enable or disable the LibDebugLogger "BlockChatOutput" which is responsible for hiding messages from addons which used to go in chat into the DebugLogger instead so that you could only see them if you installed the DebugLogViewer addon as well and look there. The setting is enabled by default in LibDebugLogger. rChat now changes this setting to disabled when it loads and gives you the option of choosing which you prefer by changing the setting in rChat settings->Windows. With this change, you can now have LibDebugLogger and still see your SYSTEM messages if you want! (Note: that you can use rChat to direct all of your SYSTEM messages to a specific tab and keep them out of the other chat tabs if you want to be able to look at them but don't want them otherwise cluttering up your chat.)
[*] Added the ability to clear out the saved chat history with a button in the settings.
[*] Saved chat history is now saved account-wide so that you can log out from one character and log in with another and see the previous chat history restored to the chat window (with the appropriate restore settings of course). This seems more useful to me, and consumes less disk space since I'm not saving extended-size chat logs for each and every character.
[*] [COLOR="MediumSeaGreen"]Breaking Change[/COLOR]The chat history is now being saved in a separate saved variables file (rChatData.lua) and you must enable the rChatData "addon" for rChat to work now. The rChatData "addon" is not actually a separate addon to download - it is included as a part of rChat and exists to separate the configuration variables from the chat saved history. You do have to enable it as a part of the addons that you run because rChat depends on it.
[*] Part 1 of revising how chat history is collected, accessed, and saved. The goal is to separate out the chat history data from the configuration data and to make the chat history management more resilient.
[/LIST]
[COLOR="MediumSlateBlue"]Fixes & Misc Changes[/COLOR]
[LIST]
[*] Fixed the /r, /reply, /respond commands to respond to the last whisperer to come in.
[*] Fixed nil errors that were being thrown by CopyMessage menu option.
[*] Changed the message parsing and formatting to eliminate the "triggered Link Handling infinite loop" message that you would sometimes see.
[*] Revised how the settings for whisper message options are saved in the SaveVariables. This should change over without problems, but you can always change the whisper options through settings.
[*] [COLOR="MediumSeaGreen"]Removed Conversion[/COLOR] Conversion code that changed the saved colors in version 1.4.3 of saved variables to the new format in version 1.4.4 has been removed. If you are wanting to upgrade from a pre-1.4.4 version of rChat, you can either upgrade to version 1.5.4 first to get your settings converted; or you can upgrade to this version and redo your settings from the defaults.
[*] [COLOR="MediumSeaGreen"]Removed Conversion[/COLOR] Conversion code that changed the saved anti-spam settings in version 1.4.1 of saved variables to the new format in version 1.4.2 has been removed. If you are wanting to upgrade from a pre-1.4.2 version of rChat, you can either upgrade to version 1.5.4 first to get your settings converted; or you can upgrade to this version and redo your settings from the defaults.
[*] Standardized on a SafeGetGuildName() which can handle the rare occasions where GetGuildName() returns an empty value.
[/LIST]
[COLOR="DeepSkyBlue"]1.5.4 (19)[/COLOR]
[LIST]
[*] Fix incorrect AddonVersion.
[*] Revised how the colors are saved in the SaveVariables. This should change over without problems, but if your colors go back to the defaults, the conversion did not work for you and you should reset the colors through the settings.
[/LIST]
[COLOR="DeepSkyBlue"]1.5.3 (18)[/COLOR]
[LIST]
[*] Fixed "Use same color for all guilds" to work again.
[*] More work with ensuring messages are displayed in chat.
[*] Removed dependency on LibDebugLogger to keep it from consuming (hiding) many SYSTEM messages.
[*] Removed the work-around since the ZOS chat system fix was released.
[/LIST]
[COLOR="DeepSkyBlue"]1.5.2 (17)[/COLOR]
[LIST]
[*] Fixed error observed when changing guild officer colors (reported by Greevir).
[*] Fixed missing names when chat is restored after a reload (reported by SimplyArmin).
[*] The missing system messages on startup appears to be fixed by the latest version of LibChatMessage. If you are getting no system messages at all, check to make sure your tab options allows system messages on the tab; and if you are a new user of LibDebugLogger, that addon can steal system messages from chat to only be displayed in the DebugLogViewer.
[/LIST]
[COLOR="DeepSkyBlue"]1.5.1 (16)[/COLOR]
[LIST]
[*] Fix error with setting guild color not doing anything (reported by Kazzy-Poo).
[/LIST]
[COLOR="DeepSkyBlue"]1.5 (15)[/COLOR]
[COLOR="MediumSlateBlue"]Breaking Change[/COLOR]
[LIST]
[*] [COLOR="DarkOrange"]Now requires the library LibChatMessage in addition to the libraries LibSFUtils, LibAddonMenu, LibMediaProvider-1.0, and LibMainMenu to be installed separately.[/COLOR]
[*] The library libChat2 is no longer required.
[/LIST]
[COLOR="DeepSkyBlue"]1.4.4 (14)[/COLOR]
[LIST]
[*] Set AddonVersion in manifest file.
[*] Clean up link handler code.
[*] Split out color conversion code into a utils file.
[/LIST]
[COLOR="DeepSkyBlue"]1.4.3[/COLOR]
[LIST]
[*] Added in library version checking where possible to indicate when out-dated versions of the libraries we depend on are detected. Error messages for out-dated libraries are written to LibDebugLogger (required dependency) and can be viewed with the DebugLogViewer addon (recommended addon).
[*] Rewrote the color stripping and correction for messages to fix the problem in ReformateSysMessages() and the "talk like a pirate Arr" problem reported by Akopian Atrebates. (This change also requires the newest version (22) of LibSFUtil!)
[/LIST]
[COLOR="DeepSkyBlue"]1.4.2[/COLOR]
[LIST]
[*] Fixed /rchat.msg to work properly again. I hate when I back out one change too many!
[*] Moved the spam config settings to a different place in the saved variables. Users should not notice any difference though. If you have changed any of AntiSpam settings they will still be remembered.
[/LIST]
[COLOR="DeepSkyBlue"]1.4.1[/COLOR]
[LIST]
[*] Fixed chat restore on /reloadui, etc.
[/LIST]
[COLOR="DeepSkyBlue"]1.4[/COLOR]
[LIST]
[*] Fixed nil function in ZOS_Rewrite.lua error. (Reported by Kenza)
[*] Removed dependency on LibMainMenu library (and the code that used it). The main menu entry for pChat/rChat has never appeared in my memory of using pChat, and my testing of addons using LibMainMenu verses LibMainMenu-2.0 seems to indicate that they have issues with the latest version of the game and potentially with each other. Since having a main menu entry is not that big of a "feature", it is best to remove this potential source of problems until it can be reevaluated.
[/LIST]
[COLOR="DeepSkyBlue"]1.3.1[/COLOR]
[LIST]
[*] Fix "rChat.lua:3271: function expected instead of nil" error messages. (reported by SimplyArmin)
[/LIST]
[COLOR="DeepSkyBlue"]1.3[/COLOR]
[COLOR="MediumSlateBlue"]Breaking Change[/COLOR]
[LIST]
[*] [COLOR="DarkOrange"]Now requires the library LibDebugLogger in addition to the libraries LibSFUtils, LibAddonMenu, LibMediaProvider-1.0, LibMainMenu, and libChat2 (note the lower case 'l') to be installed separately.[/COLOR]
[/LIST]
Other Changes:
[LIST]
[*] Fixed UI error "rChat.lua:1522: function expected instead of nil" reported by Teva.
[*] Provided translations for the new string "Enable sound for whispers" in supported languages. (Thank you Google Translate.)
[*] Split the Zenimax code that was copied from the game (and sometimes modified) out into its own file to make it easier to keep track of and to update when we get new game patches/releases.
[/LIST]
[COLOR="DeepSkyBlue"]1.2.1[/COLOR]
[LIST]
[*] Fixed a settings error which disabled whisper sound notifications.
[*] Fixed a nil error reported by Akopian Atrebates.
[/LIST]
[COLOR="DeepSkyBlue"]1.2[/COLOR]
[LIST]
[*] Revised choices for sound notifications for both mentions and whispers so that you have more than four sounds to choose from. (Note that some of the Zenimax sounds are so subtle that they are easily overlooked, and there are two separate "No_sound" settings though I forget what their names are.) As a note, you can put your mouse cursor on the sound slider in settings and then you can
use the mouse wheel to advance up or down the slider as you like.
[*] Worked on a fix for a nil error in Restore Chat that ZoLatKam reported.
[/LIST]
[COLOR="DeepSkyBlue"]1.1.1[/COLOR]
[LIST]
[*] Fixed sound notifications failure to work with mentions (reported by SneakyWitchTheif)
[*] Fixed sound choice definitions for German translation.
[*] Changed color of Mention Notification header to match the colors of the other sections under Messages Settings.
[/LIST]
[COLOR="DeepSkyBlue"]1.1[/COLOR]
[LIST]
[*] Added a way to look for a "mention" in chat and colorize it and/or play a sound. It is a preliminary version that can only look for a single piece of text (that is at least 4 characters long and does not contain any of the following characters: "%*-.+()[]^$?"). Also the string is case sensitive so "hello" will not match "Hello".
[/LIST]
[COLOR="DeepSkyBlue"]1.0.2[/COLOR]
[LIST]
[*] Fixed attributions for the pChat addon that rChat was forked from.
[/LIST]
[COLOR="DeepSkyBlue"]1.0.1[/COLOR]
[LIST]
[*] Fix misspelled function name (error at 5065).
[/LIST]
[COLOR="DeepSkyBlue"]1.0[/COLOR]
[COLOR="MediumSlateBlue"]Breaking Changes[/COLOR]
[LIST]
[*] [COLOR="DarkOrange"]Now requires the libraries LibSFUtils, LibAddonMenu, LibMediaProvider-1.0, LibMainMenu, and libChat2 (note the lower case 'l') to be installed separately.[/COLOR]
[/LIST]
[COLOR="MediumSlateBlue"]Enhancements[/COLOR]
[LIST]
[*] Reimplemented the old spanish language strings. Added missing spanish translations using Google Translate.
[*] Removed LibCustomTitles
[*] Regroup option settings to make them (hopefully) easier to find.
[*] Can filter out guild recruiting messages which include a guild link. Does not attempt to detect text-only guild recruiting.
[*] Added more detection to the "looking for group/member" and "want to sell/buy/trade" messages in order to filter out more of them.
[/LIST]
[COLOR="MediumSlateBlue"]Bug Fixes[/COLOR]
[LIST]
[*] Updated chat code and data that had been copied out of ESO into the addon to comply with the current version of ESO.
*] Removed embedded libraries. The inclusion of out-of-date libraries was causing random bugs in game that were not easily traceable back to the old libraries installed by pChat.
[/LIST]
[LIST]
[*] Split out the spam filtering to its own file.
[*] Use LibSFUtils functions to handle localization strings.
[[*] Renamed addon to avoid conflicting with pChat during development (so I can still use pChat when I play in the beginning stages).
[*] Forked rChat code from version 9.3.11.25 of pChat by DesertDwellers, Ayantir, and Puddy which has not been maintained in a while.
[/LIST]
-------------------------------------------------------------------------------
[COLOR="DarkOrange"]For changes prior to this, you should look at the [URL="https://www.esoui.com/downloads/info93-pChat.html"]pChat[/URL] addon (version 9.3.11.25) by DesertDwellers, Ayantir, and Puddy that this was based off of.[/COLOR]