From 76957e99ba87af9aecbde4dddc861e98f87ec43f Mon Sep 17 00:00:00 2001 From: Quentin Quadrat Date: Mon, 3 Feb 2025 21:48:12 +0100 Subject: [PATCH] Update to version 0.16.1 --- ChangeLog | 3 +++ VERSION | 2 +- addons/gdcef/demos/2D/CEF.tscn | 2 +- addons/gdcef/plugin.cfg | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b330b1..f656df1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 0.16.1: + * Disable openmp by default (less CPU consumption). + Version 0.16.0: * Add initial naive add blocker. * Remove Godot keyboard bindings interfering in demo 2D. diff --git a/VERSION b/VERSION index 04a373e..2a0970c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.0 +0.16.1 diff --git a/addons/gdcef/demos/2D/CEF.tscn b/addons/gdcef/demos/2D/CEF.tscn index 483ecfc..17a181d 100644 --- a/addons/gdcef/demos/2D/CEF.tscn +++ b/addons/gdcef/demos/2D/CEF.tscn @@ -163,8 +163,8 @@ presets_visible = false [connection signal="pressed" from="Panel/VBox/HBox/Go" to="." method="_on_go_pressed"] [connection signal="pressed" from="Panel/VBox/HBox/Refresh" to="." method="_on_refresh_pressed"] [connection signal="pressed" from="Panel/VBox/HBox/Prev" to="." method="_on_Prev_pressed"] -[connection signal="pressed" from="Panel/VBox/HBox/Next" to="." method="_on_Next_pressed"] [connection signal="pressed" from="Panel/VBox/HBox/Next" to="." method="_on_Prev_pressed"] +[connection signal="pressed" from="Panel/VBox/HBox/Next" to="." method="_on_Next_pressed"] [connection signal="item_selected" from="Panel/VBox/HBox/BrowserList" to="." method="_on_BrowserList_item_selected"] [connection signal="gui_input" from="Panel/VBox/TextureRect" to="." method="_on_TextureRect_gui_input"] [connection signal="resized" from="Panel/VBox/TextureRect" to="." method="_on_texture_rect_resized"] diff --git a/addons/gdcef/plugin.cfg b/addons/gdcef/plugin.cfg index 3d78819..a18cc4c 100644 --- a/addons/gdcef/plugin.cfg +++ b/addons/gdcef/plugin.cfg @@ -3,5 +3,5 @@ name="GDCEF" description="Chromium Embedded Framework Webview for Godot 4.2+" author="Quentin QUADRAT " -version="0.16.0" +version="0.16.1" script="plugin.gd"