Skip to content

Lönn β - 0.7.9

Compare
Choose a tag to compare
@Vexatos Vexatos released this 27 Mar 18:01
· 94 commits to master since this release
  • Added config option to never shrink sidebars
  • Added controller support
  • Entities may now be resized below their minimum size in the property menu
  • Most windows now display when there are unsaved changes in the window title
  • Various improvements to tooltips (thanks @Kalobi)
  • Fixed visual bugs when cutting selections
  • Fixed crash with zooming to map extents when a map has no rooms
  • Fixed occasional crash when changing placement type
  • Fixed Lönn not launching if you never installed a program on Windows before

For developers:

  • Plugin functions such as canResize may now return either two values or a table with two values
  • Added warnBelowSize and warnAboveSize as alternatives to minimumSize and maximumSize if resizing below the minimum should be possible but only through the property menu and with a warning around the property field
  • Custom form field validation now has access to all field metadata through the read-only property metadata.formData. In entity properties, this allows for basing field content validity on the contents of other fields.