changeset 46:7d8a1cda524f v10

v10 docs + toc; ugh... I didn't package previous alpha as release back then?
author rowaasr13
date Sat, 17 Jun 2017 05:09:26 +0300
parents 82db5d724aa5
children eb2c0accbcbf
files LFGFilter.toc LFGFilter.txt
diffstat 2 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/LFGFilter.toc	Sat Jun 17 05:08:18 2017 +0300
+++ b/LFGFilter.toc	Sat Jun 17 05:09:26 2017 +0300
@@ -1,4 +1,4 @@
-## Interface: 70100
+## Interface: 70200
 
 ## Title: LFG Filter for Premade Groups
 ## Version: v9
--- a/LFGFilter.txt	Sat Jun 17 05:08:18 2017 +0300
+++ b/LFGFilter.txt	Sat Jun 17 05:09:26 2017 +0300
@@ -1,4 +1,4 @@
-LFG Filter for Premade Groups, v9
+LFG Filter for Premade Groups, v10
 
 * http://www.curse.com/addons/wow/lfg-premade-filter
 
@@ -41,12 +41,17 @@
 
  ** hellfire_citadel, hellfirecitadel, hellfire, hfc = Hellfire Citadel
 
+ ** emerald_nightmare, en - Emerald Nightmare
+
+ ** trial_of_valor, tov - Trial of Valor
+
 All raid and boss variables are as shown, no matter what language your client is. Boss values show defeated bosses, but there's two more values for convenience so you don't have to remember that. Just compare boss variable with "alive" or "dead", so if you need groups with Kargath Bladefist already cleared, use "kargath == dead". Generic boss1, boss2, etc. values are also available in any recognized raid even if I didn't add readable names yet.
 
-String values, all strings are automatically converted to lower case to simplify your searches. You can use string functions listed below:
+String values:
  * name - group's name - that big yellow text.
  * comment - longish comment entered by group leader, that place where people usually put "bring curve" or something.
  * voice - name of voice chat program set by leader. Will be completely absent (nil) from groups without voice, so you first must check if it is present before trying to use string functions on it - e.g. "voice and voice:find('ts')". Obviously this can also be used as logical value to exclude any voice groups: "not voice".
+All strings are automatically converted to lower case to simplify your searches. See list of functions you can use with strings below.
 
 Number values:
  * ilvl - minimum ilevel required by group.
@@ -82,6 +87,11 @@
 ** Find groups with at least 3 members. It will skip some groups that's just starting, but will also reliably hide recruit ads and other spam.
 
 == Change log ==
+2017-06-17 v10
+* TOC update for 7.2.
+* Emerald Nightmare and Trial of Valor tokens.
+* Fix searching. New wrapping method shouldn't require maintenance every time Blizzard changes something.
+
 2015-07-07 v9
 * TOC update for 6.2.
 * Fix incompatibility with new other language search in 6.2.