CHANGELOG
============
1.11 (2012-08-04)
-----------------

- proper release


1.10 (2011-06-07)
-----------------

- add wk_check/_unckeck methods


1.9 (2011-05-29)
----------------

- Rework javascript load  [kiorky]
- Some try in native events [kiorky]
- Fix directory issue [kiorky]
- add Samples  [kiorky]
- Fix download cookiesjar free problem [kiorky <kiorky@cryptelium.net>]
- Allow download to be tracked for further reuse [kiorky <kiorky@cryptelium.net>]
- Generate filenames by looking for their filename in response objects. [kiorky <kiorky@cryptelium.net>]
- Add api methods to:

        - send raw keyboard keys
        - send qt raw mouse clicks
        - use qtwebkit native JS click element & fill values
        - some helpers to wait for content

  [kiorky]

- Add download files tracker [kiorky]

0.0.3 (2009-08-01)
------------------
- Click does not wait for page load
- Use QtNetwork infrastructure to download files
- Expose webkit objects in Browser class
- Change jQuery to _jQuery
- HTTP authentication
- Callbacks for Javascript confirm and prompts
- Properties: url, html, soup
- Better docstrings (using epydoc)
- Implement image snapshots
- Implement URL filters
- Implement cookies setting
  [tokland <tokland@gmail.com>]


0.0.2 (2009-07-27)
---------------------
- Use browser.html instead of browser.get_html
- Fix setup.py to make it compatible with Win32
- Add a URL filter mechanism (with a callback)
- Use class-methods instead of burdening Browser.__init__
- Instance variable to ignore SSL certificate errors
- Start using epydoc format for API documentation
- Add create_webview/destroy_webview for GUI debugging
  [tokland <tokland@gmail.com>]

0.0.1 (2009-07-25)
--------------------
- Initial release.  [tokland <tokland@gmail.com>]

