Skip to content

Releases: guillaumechereau/goxel

v0.15.1

28 Jul 05:22
Compare
Choose a tag to compare
  • Fixed crash when we save on MacOS.
  • Improved extrude tool, with manual delta input.
  • Improved help messages.
  • Added support to emulate middle mouse button with Alt.
  • Allow to configure the navigation mouse buttons.

v0.15.0

08 Jul 15:12
Compare
Choose a tag to compare
  • Improved the selection tool: the selection mask is now automatically updated
    when we move the selection box, and the move tool automatically applies to
    the selection mask.
  • Improved the gizmos to move the selection box, so that we can move or grow
    without having to select the mode in the UI.
  • Add support for adding and subtracting the selection box.
  • Added a new 'edit' panel for the selection mask operations.

v0.14.0

02 Feb 13:45
Compare
Choose a tag to compare
  • Improved the general UI of the app, with a more modern style.
  • Allow to detach UI panels.
  • Improved glTF export.
  • Improved files opening (add recent file list, remember last opened dir).
  • Add layer origin control.

v0.13.0

27 Dec 05:38
Compare
Choose a tag to compare
  • Some fixes for glTF export.
  • Added shortcuts for Add/Sub/Paint.
  • Allow to simplify exported glTF.

Minor update, mostly so that I can try to sign the Mac package, and also
release an AppImage for the linux build.

v0.12.0

01 Apr 08:51
Compare
Choose a tag to compare
  • Added basic support for Minetest file format import.
  • Added a new tool to select from a 2d rectangle.
  • Fixed issues with high density screens.
  • Added some (very basic) support for scripting.

The biggest new feature is probably the scripting support. For the moment it is very limited, see the example in data/scripts/test.js. If you would like to make your own scripts but some features are missing (and they will), please open an issue about it.

v0.11.0

16 Aug 09:14
Compare
Choose a tag to compare
  • Improve vlx import.
  • Add support for plane at non 90 deg angles.
  • Add basic support for selection mask, so that we can add or subtract from the current selection.

v0.10.8

09 Aug 09:06
Compare
Choose a tag to compare

Only minor changes and bug fix.

v0.10.7

04 Dec 08:19
Compare
Choose a tag to compare

Minor release with mostly improvements to the glTF export.

v0.10.6

09 Jun 06:50
Compare
Choose a tag to compare

[0.10.6] - 2020-07-09

Minor update that improves glTF color export: we can now export the models
with the colors put into a texture instead of vertices attributes.

v0.10.5

06 Jan 05:45
Compare
Choose a tag to compare

[0.10.5] - 2020-01-06

Minor update to attempt to fix a crash with AMD cards.

Fixed

  • Reintroduced layer bounding box edit widget.