tag 8b916bd83432919cf214f675d3a935e54a210bea 8.2_fix_2
Author:	Mikeprod <mikeprod.tm@gmail.com>
Date:	Fri Aug 2 23:00:18 2019 +0200

Fixes the wow contacts color and adds option to hide level of max level characters

commit 226bdd61967f801b098ec7ef9220fb31a9f96225
Author: Mikeprod <mikeprod.tm@gmail.com>
Date:   Fri Aug 2 22:58:01 2019 +0200

    modifies toc to match released version

commit 4732b5cd81902866f66b90f04f2dbdd1b8c246c8
Author: Mikeprod <mikeprod.tm@gmail.com>
Date:   Fri Aug 2 01:19:14 2019 +0200

    removes all semi-columns and add #6

commit 4732b5cd81902866f66b90f04f2dbdd1b8c246c8
Author: Mikeprod <mikeprod.tm@gmail.com>
Date:   Fri Aug 2 01:19:14 2019 +0200

    removes all semi-columns and add #6

commit 55c4b2e1d66203187cd8db9e3111fca91b879d95
Author: Mikeprod <mikeprod.tm@gmail.com>
Date:   Fri Aug 2 00:17:24 2019 +0200

    reverts the toc version and author

commit d1028f689bb6b1552a48f307dcc4889e7d022fa8
Author: Jesse Farmer <jesse@20bits.com>
Date:   Thu Aug 1 14:02:39 2019 -0700

    [Fix #25] Correctly render offline, non-BNET friends
    
    When rendering the row for an offline, non-BNET friend, the
    variable `nameText` was being set to the value of the local
    variable `name` variable. `name` was never defined and therefore
    had a value of `nil`.
    
    Apparently, setting the text to `nil` causes that entire line to
    appear blank (no textures, no nothing). We should get the friend's
    name from `info.name` instead.

commit d1028f689bb6b1552a48f307dcc4889e7d022fa8
Author: Jesse Farmer <jesse@20bits.com>
Date:   Thu Aug 1 14:02:39 2019 -0700

    [Fix #25] Correctly render offline, non-BNET friends
    
    When rendering the row for an offline, non-BNET friend, the
    variable `nameText` was being set to the value of the local
    variable `name` variable. `name` was never defined and therefore
    had a value of `nil`.
    
    Apparently, setting the text to `nil` causes that entire line to
    appear blank (no textures, no nothing). We should get the friend's
    name from `info.name` instead.

commit cffef0be9f0c504b771ca62d47e0623fb8cb22d1
Author: Jesse Farmer <jesse@20bits.com>
Date:   Thu Aug 1 13:39:54 2019 -0700

    Fix undefined variable `class` when rendering non-BNET friends using class colors
    
    We use C_FriendList.GetFriendInfoByIndex to get information about
    each non-BNET friend in our friend list and store it in the `info`
    table. To get class colors, we should be referencing `info.className`
    rather than the undefined local variable `class`.

