Skip to content

Tags: Philmyrage/goxel

Tags

v0.12.0

Toggle v0.12.0's commit message
Fix release build on linux with gcc 12

Some errors in cgltf library.

v0.11.0

Toggle v0.11.0's commit message
Bump version to 0.11.0

v0.10.8

Toggle v0.10.8's commit message
Fix compilation on Windows

v0.10.7

Toggle v0.10.7's commit message
Fix compilation on Windows

v0.10.6

Toggle v0.10.6's commit message
Bump version to 0.10.6

v0.10.5

Toggle v0.10.5's commit message
Reintroduce layer bounding box widget

It had been removed by mistake in an older commit.

v0.10.0

Toggle v0.10.0's commit message
Gui: minor change

v0.9.0

Toggle v0.9.0's commit message
Support export png with no transparent background

The whole export code will need to be improved.  I don't think we should
store export option in the image structure!

v0.8.3

Toggle v0.8.3's commit message
Add a changelog file

To make it easier to prepare new releases in the future.

v0.8.2

Toggle v0.8.2's commit message
Use getopt instead of argp

This is more portable.