Skip to content

v1.18.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:52
· 27 commits to main since this release

1.18.0 (2026-07-31)

Bug Fixes

  • "save, undo then save again" does not save the undone changes in room editor (b9bbace)

Features

  • "add minimap tiles" patch removed. Minimap tiles can now be expanded in the map editor (5fded4b)
  • add undo & redo buttons to map editor (3dd54ee)
  • add undo & redo buttons to tile table editor (d58dc8e), closes #103
  • collision outlines can be combined with either breakable or value view (78f1940), closes #65
  • press ctrl + A in map editor to select all map tiles from the map (2a09baa)
  • press ctrl + A in tile table editor to select all tiles from the table view (54e72ef), closes #94