Skip to content

Commit

Permalink
Update to version 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Feb 3, 2025
1 parent 7512a45 commit 76957e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.16.1
2 changes: 1 addition & 1 deletion addons/gdcef/demos/2D/CEF.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
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 <[email protected]>"
version="0.16.0"
version="0.16.1"
script="plugin.gd"

0 comments on commit 76957e9

Please sign in to comment.