Skip to content

1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 12:31
· 62 commits to master since this release

Annotated Release Notes

New features and improvements

  • Added support for Python 3.11 and dropped support for Python 3.8 (#581)
  • Added the lid built-in expression variable for generator and layer processor commands (#605)

Bug fixes

  • Fixed a design issue with the read command where disjoint groups of digits in layer names could be used to determine layer IDs. Only the first contiguous group of digits is used now, so a layer named "01-layer1" has layer ID of 1 instead of 11 (#606)
  • Fixed an issue on Wayland-based Linux distributions where using the viewer (e.g. with the show command) would crash (#607)

Known issue

  • As of PySide 6.4.2, a refresh issue arises on macOS when the viewer window is resized by a window manager (#603)