Skip to content

Update to Godot 4.4.1, Fix web build

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 11:35

NOTE: This is the latest release for Godot 4.X. The latest 3.X release for this plugin can be found here.

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.4.1-stable
SQLite v3.49.1

Supported Operating Systems:

  • Mac OS X (universal)
  • Linux
  • Windows
  • Android (arm64 & x86_64)
  • iOS (arm64)
  • HTML5

What's new?

  • Fixed HTML5 web build.
  • Updated all binaries to be compatible with Godot v4.4.1-stable.
  • Added new load_extension() and enable_load_extension()-methods to allow users to load extensions as discussed here.
  • Allowed indexes and views to be exported/imported from and to JSON.
  • Bound all SQLite result codes as constants to the SQLite class.
  • Updated errors to print the stack trace to the Godot debugger for easier debugging.
  • Fixed issue where the query tail used the incorrect parsing.