Skip to content

Releases: DmitriySalnikov/godot_qoi

[4.1.3+] 2.1.1

01 Dec 14:48
Compare
Choose a tag to compare

Support

qiwi

Boosty

For the most part, it's just updating the internals of this addon. But Web platform support has also been added.
And even with the addition of a new platform, thanks to the new patch, I managed to reduce the total size of the addon from 27MB to 9MB. I hope it didn't break anything...

What's Changed

  • Added a Web platform build
  • Updated to support Godot 4.1.3. Godot lower than version 4.1.3 is not supported.
  • Updated the example project

[4.1+] 2.1.0

20 Jul 18:25
Compare
Choose a tag to compare

Support

qiwi

Boosty

What's Changed

  • Updated to support Godot 4.1. Godot 4.0 is not supported due to the huge differences in GDExtension.
  • Added an update checker. Now, when a new version is released, a text message will be displayed in the console (which can be disabled).
  • Added support for older versions of Linux (Ubuntu 20.04)

2.0.4

11 May 11:03
Compare
Choose a tag to compare

Support

qiwi

Boosty

What's Changed

  • Added support for older versions of macOS (now 10.14 and newer are supported) #9

2.0.3

09 Mar 00:37
Compare
Choose a tag to compare

Support

qiwi

Boosty

What's Changed

  • Updated to Godot 4 (4.0-stable)

2.0.2

21 Jan 05:26
Compare
Choose a tag to compare

Support

qiwi

Boosty

What's Changed

  • Updated to Godot 4 (beta14)
  • Improved integration with the editor

1.3

15 Jul 14:47
Compare
Choose a tag to compare
1.3

Support

qiwi

Boosty

What's Changed

  • Added editor integration
  • Significant improvement in godot-cpp build speed and size by disabling unnecessary classes
  • Added android build
  • Added GitHub CI configurations
  • Added benchmark and tests