What's new
- New options to extend the "Keep closed sprite on memory" time #5603
- Fixed square brush rotation direction #5597
- Fixed auto focusing layer name when pressing F2 to rename the layer #5609
- Fixed regression painting selected text in text input fields #5628 #5643
- Fixed a crash when doing 'Export As' for animation and the target file is read only #5635 (thanks to @nelson-steve)
- Fixed crash copying floating image when Tiled Mode is enabled #5602
- +Changes from v1.3.17-beta2
- Lua API:
- Update API version to 39
- Fixed security issue where a script could gain already given access from other script
PRs
- [lua] Fix Image:drawSprite() call when we're in the middle of a ToolLoop (part of #3916) by @dacap in #5546
- Fix tiled mode when moving pixels by @martincapello in #5369
- Make slice selection more clear (fix #5484) by @ckaiser in #5490
- Add rounded rectangle support by @martincapello in #5405
- Add support to use mouse buttons (including X1 & X2) as shortcuts (fix #598) by @dacap in #4927
- Fix slices issues preferring just one slice keyframe by @dacap in #5580
- Fix several regressions with key shortcuts by @dacap in #5590
- Fix missing semicolon in build.ps1 PATH by @zegof in #5614
- Fix when pressing F2 layer name field does not auto focus (fix #5609) by @Gasparoken in #5654
- Fixes issue #5635 fixed a crash when doing 'Export As' for animation and the target file is read-only by @nelson-steve in #5657
- Check if extension files are present to avoid crashes & issues by @ckaiser in #5593
- Extend the "keep closed sprite on memory" time (fix #5603) by @ckaiser in #5627
- Fix square brush rotation direction by @martincapello in #5598
New Contributors
- @zegof made their first contribution in #5614
- @nelson-steve made their first contribution in #5657
Full Changelog: v1.3.16...v1.3.17