-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.12.1
Version: 1.6.0
Date: 11/30/2015
By: Walter Tsui

1. Formal release 1.6.0
2. Add two tiny features for place search. Thanks for suggestion from Cory Williams(coryw@amnet.net.au)


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.10.1
Version: 1.5.0
Date: 10/23/2015
By: Walter Tsui

1. Formal release 1.5.0
2. Reset the tab ordering. Thanks for suggestion from Cory Williams(coryw@amnet.net.au)


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.10.1
Version: 1.4.0
Date: 10/21/2015
By: Walter Tsui

1. Formal release 1.4.0
2. Add "Enter" key response in address and point edit boxes. Thanks for suggestion from Cory Williams(coryw@amnet.net.au)


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.2.0
Version: 1.3.0
Date: 05/03/2015
By: Walter Tsui

1. Formal release 1.3.0
2. Fix wrong bearing calculation in v1.2.0, thanks for report from Paul Slattery(pslat@eircom.net)


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.2.0
Version: 1.2.0
Date: 05/02/2015
By: Walter Tsui

1. Formal release 1.2.0
2. Fix wrong bearing calculation, thanks for report from Paul Slattery(pslat@eircom.net)


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.2.0
Version: 1.1.0
Date: 07/21/2014
By: Walter Tsui

1. Formal release 1.1.0
2. Add +ve range feature for Bearing
3. Fix error handling in Route

-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.2.0
Version: 1.0.0
Date: 03/23/2014
By: Walter Tsui

1. Formal release 1.0.0
2. Modify layout to fix fonts oversized when fonts size is set as 125% in windows 7

-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.2.0
Version: 0.9.0
Date: 03/13/2014
By: Walter Tsui

1. Formal release 0.9.0
2. changelog= Add new feature: bearing measurement for distance


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.0.0
Version: 0.08.00
Date: 02/26/2014
By: Walter Tsui

1. Formal release 0.08.00
2. Add new feature: Draw Route with multi ways points by google maps service.
3. Fix line symbol of distance is not a directed makerline


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.0.0
Version: 0.07.02
Date: 02/14/2014
By: Walter Tsui

1. Formal release 0.07.02
2. Fix google web search of point failure


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.0.0
Version: 0.07.01
Date: 02/13/2014
By: Walter Tsui

1. Formal release 0.07.01
2. Fix no line is shown for distance


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.0.0
Version: 0.06.00
Date: 12/12/2013
By: Walter Tsui

1. Formal release 0.06.00
2. Add new feature: search on Google Web Map


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.0.0
Version: 0.05.04
Date: 10/31/2013
By: Walter Tsui

1. Formal release 0.05.04
2. Fix zoom to selection failure due to QGIS API Update to 2.0

-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.0.0
Version: 0.05.03
Date: 10/18/2013
By: Walter Tsui

1. Formal release 0.05.03
2. Fix exactly one match search failure as more than one result is returned by google json API

-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 2.0.0
Version: 0.05.02
Date: 09/27/2013
By: Walter Tsui

1. Formal release 0.05.02
2. Modification for QGIS 2.0 API

-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 1.8.0
Version: 0.05.01
Date: 08/12/2013
By: Walter Tsui

1. Formal release 0.05.01
2. Add new feature: Convert Distance unit without re-calculattion


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 1.8.0
Version: 0.05.00
Date: 07/28/2013
By: Walter Tsui

1. Formal release 0.05.00
2. Add new feature: Calculate distance between two points on the map canvas


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 1.8.0
Version: 0.04.02
Date: 07/18/2013
By: Walter Tsui

1. Formal release 0.04.02
2. Fix reverse geocoding cannot work
3. Move 'geopy' import routine into functions in order to minimize the side effect
   that other plugin like 'GeoCoding' which calls 'geopy' will lose the 'geopy' reference
   due to the order of importing geopy   


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 1.8.0
Version: 0.04.01
Date: 07/17/2013
By: Walter Tsui

1. Formal release 0.04.01
2. Fix reverse geocoding cannot work


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 1.8.0
Version: 0.04.00
Date: 07/17/2013
By: Walter Tsui

1. Formal release 0.04.00
2. Fix wrong reference to "geopy" module imported by "GeoCoding" before.
    As No "GoogleV3" geocoder in the default "geopy" of QGIS, 
    so a local reference of latest "geopy"(0.95.1) was placed in the plugin.
3. Remove "GeoNames" in Reverse Geocoders, 
    as "reverse" function does not exist in the "geonames.py" as mentioned on the geopy wiki.


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 1.8.0
Version: 0.03.01
Date: 07/17/2013
By: Walter Tsui

1. Formal release 0.03.01
2. Fix cannot click "Exact one result" check box


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 1.8.0
Version: 0.03.00
Date: 07/16/2013
By: Walter Tsui

1. Formal release 0.03.00
2. Add a new feature: Get latitdue and longtitude by clicking on map


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 1.8.0
Version: 0.02.00
Date: 07/12/2013
By: Walter Tsui

1. Formal release 0.02.00
2. Set default focus on address line edit widget
3. Fix "Exact One Match" click does not work for reverse(latitude, longtitude) search
4. Add geocoder, "OpenMapQuest" and "MapQuest", for address search 


-----------------------------------------------------------------
Model: QGIS Python Plugin, GeoSearch
QGIS ver: 1.8.0
Version: 0.01.00
Date: 07/12/2013
By: Walter Tsui

1. Formal release 0.01.00
