You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cefexample/_changelog.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
Version 0.42 not yet released.
2
2
* Rebind/reload example added to cefadvanced.py.
3
3
* en-US locale was outdated, came from revision `607`, locales/ directory contains all locales now, the default one is "en-US", others are optional and do not need to be distributed.
4
+
* OnConsoleMessage example added to cefadvanced.py
5
+
* You can now get javascript stack trace, see: [cefpython].GetJavascriptStackTrace() and [cefpython].GetJavascriptStackTraceFormatted().
4
6
5
7
Version 0.41 released on 2012-09-14.
6
8
* New options in [ApplicationSettings]: auto_detect_proxy_settings_enabled, pack_loading_disabled.
0 commit comments