Add view source mode and fix tab title issue in the demo browser
[pywebkitgtk.git] / NEWS
blob3f27e08100526b7f7eafdc1e89f9b0a9fefc2a6a
1 08 August 2009 - pywebkitgtk 1.1.6
2 ----
3  - WebView wrapper fixes (mostly by Sayamindu):
4      * load_uri, move_cursor, copy_clipboard (NEW)
5      * cut_clipboard, can_copy_clipboard and can_paste_clipboard
6  - GObject threads are now initialized by the PyWebKitGtk
7  - OS X build fix
9 29 May 2009 - pywebkitgtk 1.1.5
10 ----
11  - New Printing API added to WebFrame.
12  - Covers improvements and changes from WebKitGtk 1.1.5 up to 1.1.8
13    Summary:
14      * Accessibility improvements
15      * Support for caret browsing
16      * Support for spell-checking
17      * WebKitGtk now displays an error page for load errors
18      * JIT support for X86_64
19      * Arbitrary widget embedding as if it was a plugin
20      * HTML5 database and localStorage Settings API
21    See http://trac.webkit.org/browser/trunk/WebKit/gtk/NEWS for more info.
23 1 Apr 2009  - pywebkitgtk 1.1.4
24 ----
25  - Libtool 2.2 compatibility
26  - WebPolicyDecision API
28 18 Mar 2009 - pywebkitgtk 1.1.3
29 ----
30  - New API: WebDownload
31  - WebHistoryItem constructor update
32    - now accepts 'uri' and 'title' properties
33  - More unit tests
35 7 Mar 2009 - pywebkitgtk 1.1
36 ----
37  - WebKitGtk 1.1 API 
38     * WebInspector
39     * WebNavigationDecision
40     * WebPolicyDecision
41     * API updates
42     * Bug fixes
43  - tabbed_browser replaces webbrowser
45 1 Nov 2008 - pywebkitgtk 1.0.2
46 ----
47  - .pc file cleanup when invoking make clean
48  - Build fix for PyGtk 2.13 - Patch by Jason Ribeiro
49  - demos/webbrowser.py style fix - Patch by Steve Milner
52 15 Aug 2008 - pywebkitgtk 1.0.1
53 ----
54  - Release for WebKitGtk 1.0.1
57 1 Oct 2007 - pywebkitgtk 0.2
58 ----
59  - Initial release