Skip to content

Commit 76957e9

Browse files
committed
Update to version 0.16.1
1 parent 7512a45 commit 76957e9

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 0.16.1:
2+
* Disable openmp by default (less CPU consumption).
3+
14
Version 0.16.0:
25
* Add initial naive add blocker.
36
* Remove Godot keyboard bindings interfering in demo 2D.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.0
1+
0.16.1

addons/gdcef/demos/2D/CEF.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ presets_visible = false
163163
[connection signal="pressed" from="Panel/VBox/HBox/Go" to="." method="_on_go_pressed"]
164164
[connection signal="pressed" from="Panel/VBox/HBox/Refresh" to="." method="_on_refresh_pressed"]
165165
[connection signal="pressed" from="Panel/VBox/HBox/Prev" to="." method="_on_Prev_pressed"]
166-
[connection signal="pressed" from="Panel/VBox/HBox/Next" to="." method="_on_Next_pressed"]
167166
[connection signal="pressed" from="Panel/VBox/HBox/Next" to="." method="_on_Prev_pressed"]
167+
[connection signal="pressed" from="Panel/VBox/HBox/Next" to="." method="_on_Next_pressed"]
168168
[connection signal="item_selected" from="Panel/VBox/HBox/BrowserList" to="." method="_on_BrowserList_item_selected"]
169169
[connection signal="gui_input" from="Panel/VBox/TextureRect" to="." method="_on_TextureRect_gui_input"]
170170
[connection signal="resized" from="Panel/VBox/TextureRect" to="." method="_on_texture_rect_resized"]

addons/gdcef/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="GDCEF"
44
description="Chromium Embedded Framework Webview for Godot 4.2+"
55
author="Quentin QUADRAT <lecrapouille@gmail.com>"
6-
version="0.16.0"
6+
version="0.16.1"
77
script="plugin.gd"

0 commit comments

Comments
 (0)