June 13th, 2023
·
453 commits
to master
since this release
Since the Last Release
- Updated CEF to 114.2.10 (Chromium 114.0.5735.110) on All Platforms
- Note: CEF updates happen independently of CEFCodecFix releases. This is just an FYI!
- ⚠ Developers: Site Isolation is now turned on! Javascript state now gets destroyed on navigation, like how normal web browsers work.
- This means if you call DHTML.AddFunction, DHTML.QueueJavascript, or DHTML.RunJavascript before the page begins loading, it WILL NOT WORK! Make sure you're calling them in DHTML.OnBeginLoadingDocument or later.
- Fixed Arch Linux/Steam Deck libcups dependency (#32, caused CEF to fail to launch)
- Added better check for if the script is running in a terminal (#51 and #55, Thanks @62832 and @JohnPeel!)
- Added timeout/status code check for version check
- Improved instructions for how to fix File Integrity issues
- Improved handling for file read/write issues
- Removed 32-bit Windows support
- 32-bit GMod crashes with newer versions of CEF; you should be using 64-bit anyway!