Skip to content

Commit

Permalink
Update to version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Dec 7, 2024
1 parent 57ed37b commit 503ad07
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
9 changes: 8 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ Thanks to users:

- FaceDev
- DD for having be the first to use gdCEF in his game (metaverse).
- for his WTF youtube video using gdCEF :)
- for his WTF youtube video using gdCEF :)

Thanks to IA:

- Claude Sonnet:
- improving documentation
- help generating code
- help explaining CEF guts
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 0.14.0:
* Forbid creation of native windows when opening on a new browser.
* Force using C++20 for Windows fixing issue with std::filesystem accessing to cef_artifacts.
* Fix destroying browsers as scene graph nodes.
* Fix missing files in the CEF artifact.
* API: Add functions/signals/settings for downloading files.
* Use Godot warnings/errors instead of std::cout/cerr.
* Use more explicit include path to Godot header files.
* build system: Remove possibility of calling python scons (just missing path).
* build system: git clone projects using gdcef as demos.
* Update demos to Godot 4.3.
* Rename subprocess to render_process.
* Simplify the code of the render process: remove browser class.
* Cleanning documentation with the help of the IA: API, details design.
* Add clang-format and change code indentation.

Version 0.13.0:
* Portage to MacOS.
* Fix documentation.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.14.0
2 changes: 1 addition & 1 deletion addons/gdcef/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# desired version (without 'v' and without godot version). You cannot choose
# neither Godot version not CEF version.
# If unset, then compile GCEF sources.
GITHUB_GDCEF_RELEASE = None # or "0.12.0"
GITHUB_GDCEF_RELEASE = None # or "0.14.0"

# The hard-coded name of the folder that will hold all CEF built artifacts.
# /!\ BEWARE /!\
Expand Down
2 changes: 1 addition & 1 deletion addons/gdcef/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="GDCEF"
description="Chromium Embedded Framework Webview for Godot 4.2+"
author="Quentin QUADRAT <lecrapouille@gmail.com>"
version="0.13.0"
version="0.14.0"
script="plugin.gd"

0 comments on commit 503ad07

Please sign in to comment.