v2.2.1.3 Released
What's Changed
- Issue #2069: dlgmtext default to unicode fonts by @dxli in https://github.com/LibreCAD/LibreCAD/pull/2292
- Add global Shift+Spacebar keyboard shortcut by @kelstner in https://github.com/LibreCAD/LibreCAD/pull/2231
- Issue #2304: actionhandler cleanup by @dxli in https://github.com/LibreCAD/LibreCAD/pull/2307
- Issue #2308: fixed loop validation by @dxli in https://github.com/LibreCAD/LibreCAD/pull/2312
- Issue #2403: aarch64 AppImage qt plugin folder fixes by @dxli in https://github.com/LibreCAD/LibreCAD/pull/2404
- CI: windows building fixes by @dxli in https://github.com/LibreCAD/LibreCAD/pull/2406
- Issue #2214: disable PenWizard by default by @dxli in https://github.com/LibreCAD/LibreCAD/pull/2422
- Fixed windows building by @dxli in https://github.com/LibreCAD/LibreCAD/pull/2423
- Issue #2410: duplicateLayerEntity() issue by @dxli in https://github.com/LibreCAD/LibreCAD/pull/2424
Caveat
In order to run the unsigned DMG image on macOS with Apple Silicon(arm64) CPUs, the following workaround is helpful to bypass the macOS security limitation:
xattr -rc LibreCAD.app
sudo codesign --force --deep --sign - LibreCAD.app