From ccb605671674506769593c8f62ecbf60712cd772 Mon Sep 17 00:00:00 2001 From: Quentin Quadrat Date: Tue, 3 Sep 2024 21:10:54 +0200 Subject: [PATCH] Update project to version 0.11.0 --- AUTHORS | 4 ++-- ChangeLog | 11 +++++++++++ addons/gdcef/plugin.cfg | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 55734db..08b73af 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,11 +3,11 @@ Initial authors: Alain Duron Quentin Quadrat -Contributors: +Thanks to contributors: Raphipod (docs, fixes, Windows) Daniel Sanche (javascript injection, fixes) BlayTheNinth (portage to Godot 4.2) pixaline (Routing audio) -eliopark-nsusla (modifiers for mouse events) +eliopark-nsusla (multithreading for dirty texture regsions, modifiers for mouse events, Windows compilation) rpaciorek (suppressing LD_LIBRARY_PATH) diff --git a/ChangeLog b/ChangeLog index d960bb9..08c599f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Version 0.11.0: + * Update CEF version to 128. + * Update script to use by default Godot version 4.3. + * Update script for accepting Godot git tag. + * Fix infinite loop callback on_page_failed_loading. + * Fix Windows compilation (openmp). + * Fix debuging CEF was always rejected. + * Add get_pixel_color function. + * Add dummy plugin gd/cfg files (to be seen by the plugin manager). + * Show SHA1 of cloned Godot + Version 0.10.0: * No longer to export LD_LIBRARY_PATH * API: Get HTML content, WIP Adding copy/paste commands. diff --git a/addons/gdcef/plugin.cfg b/addons/gdcef/plugin.cfg index 3835175..5817c09 100644 --- a/addons/gdcef/plugin.cfg +++ b/addons/gdcef/plugin.cfg @@ -1,7 +1,7 @@ [plugin] name="GDCEF" -description="Chromium Embedded Framework Webview for Godot 4" +description="Chromium Embedded Framework Webview for Godot >= 4.2" author="Quentin QUADRAT " -version="0.10.0" +version="0.11.0" script="plugin.gd"