Changes since tag 6.2.0

commit 89dda42b08c0cd626261b52a6fbee484e620dcf7
Author: Rubio <Rubio9@curse>
Date:   Tue Aug 7 05:02:17 2018 -0500

    Updated for BfA:
      - The reagent bank is now supported
      - The search button is visible again
      - Includes updates to work with 8.0 API/UI changes
      - Can now use filter   %ilvl%   in search field
          - ilvl also supports comparisons, so you can do   %ilvl>200%
          - You can use  <=  >=  <  >  for their usual meanings
          - You can use any of  !=  ~=  <>  to mean "does not equal"
          - You can use  ==  or  =   to mean "equals"
      - Many filters have new aliases; see /stackpack searchhelp for details
      - Search filters can now be preceded by  !  or  ~  to negate them
      - Fixed bug with  %bop%  filter not always finding soulbound items

commit 4ebb802822f31edf9041872be601cd82916411a8
Author: Rubio <Rubio9@curse>
Date:   Tue Aug 7 04:49:29 2018 -0500

    Further refine filtering code
      - ttscan changes
      - rearrange filter names so /stackpack searchhelp is nicer
      - make filter names case-sensitive
      - last filter input box is now remembered (same session only)

commit 4988e8d34f63de90121c44c3252c9b2425ae8a30
Author: Rubio <Rubio9@curse>
Date:   Tue Aug 7 04:31:18 2018 -0500

    Updates to filtering:
      - add legendary, artifact, and heirlooms
      - add short forms for filters

