-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
33 lines (25 loc) · 1.05 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
spynner (0.0.3) unstable; urgency=low
* 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@gmail.com> Sat, 01 Aug 2009 18:13:37 +0200
spynner (0.0.2) unstable; urgency=low
* 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@gmail.com> Mon, 27 Jul 2009 20:35:21 +0200
spynner (0.0.1) unstable; urgency=low
* Initial release.
-- <tokland@gmail.com> Sat, 25 Jul 2009 19:59:08 +0200