You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)