forked from martyr-deepin/qcef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
60 lines (49 loc) · 1.98 KB
/
ChangeLog.txt
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
2018-03-29 1.1.4.4 LiuLang <[email protected]>
* Move cef to submodule
* Update cef binary package
2018-03-21 1.1.4.3 LiuLang <[email protected]>
* Add _NET_WM_PID flag to chrome wrapper window
2018-03-21 1.1.4.2 LiuLang <[email protected]>
* Add NativeEventFilter to handle mouse press event
* Add window flag to chrome windows
* Remove QCEF_EXTERNAL_MESSAGE_PUMP flag
2018-03-16 1.1.4.1 LiuLang <[email protected]>
* Update cef x86-64 tarball
2018-03-15 1.1.4 LiuLang <[email protected]>
* Update cef to 60.0.3112.113
* Auto update cef window position on move event
* Implement OnClipboardUpdated() methods in CefClientHandler
* Support QShortcut
* Replace QWindow with XWindow
* Support updating browser locale
* Support HiDPI screen
2017-11-17 1.1.3 LiuLang <[email protected]>
* Fix libqcef library path error
* Update package dependency
* Support specifying override-path at runtime
2017-11-10 1.1.2 LiuLang <[email protected]>
* WebView: set update-geometry-timer as single shot
* Add QCEF_EXTERNAL_MESSAGE_PUMP option
* Remove EMBED_WEBCHANNEL option
* Remove QCEF_OVERRIDE_PATH option
2017-11-09 1.1.1 LiuLang <[email protected]>
* Update so version
2017-11-09 1.1.0 LiuLang <[email protected]>
* Add event filter to web view
* Add iframe demo
* Add internal MessagePumpHandler
* Add localstorage demo
* Add redirect page demo
* Add web notification API
* Support appending command line arguments
* Support embed qwebchannel library
* Support filetype filter in file-chooser-dialog
* Support network proxy
* Support refreshing web page
* Support zoom-in / zoom-out web page
* Fix double free pointer in debug mode
* Fix iconChanged() signal
* Fix segfault in updateBrowserGeometry()
* Fix WindowOpenDisposition invalid in GCC5
2017-09-05 1.0.0 LiuLang <[email protected]>
* Initial release