Release Notes
- Published a couple of HD icons
- Added support for JPEG image orientation adjustment from EXIF metadata #2525
- Disable Brush Preview in Preview window by default #4721 (thanks to @S4HRKBOY), can be re-enabled from View > Preview > Brush Preview
- Snap cels to grid on moving cel action #4027
- Fixed slice tool when we are in tiles mode #4306
- Fixed bug copying/moving cels with z-index #4779
- Fixed issues with windows visibility when changing between "Home" tab and sprites #4546 #4789
- Fixed Duplicate Sprite/Layer didn't duplicate z-indexes #4665
- Fixed mouse issues making hard to resize floating windows #4240
- Fixed UI issue scaling brush type icons #4386
- Fixed crash clicking "Hide Other Layers" when there is no preview window #4768
- Lua API:
- Update API version to 30
- Added
app.editor.zoom/scrollproperties #4722 - New option (
Dialog:show{ hand=true }) to enable Hand tool in the active editor with a modal dialog (thanks to @lampysprites)
Merged PRs (some cherry-picked PRs may not appear)
- Snap cels to grid on moving cel action (fix #4027) by @Liebranca in #4646
- Fix slice tool for tiles mode by @Liebranca in #4705
- Fix MouseEnter and MouseLeave by @martincapello in #4718
- Add support jpeg Exif.Image.Orientation (fix #2525) by @Gasparoken in #4694
- Fix scaling of brush type popup window's icons by @martincapello in #4710
- Revert wrapping MouseEnter/Leave messages into CallbackMessages by @martincapello in #4765
- Add build scripts by @dacap in #4742
- Fix duplicate Sprite or Layer don't duplicate z-indexes (fix #4665) by @Gasparoken in #4762
- Fix bug copying/moving cels with z-index (fix #4779) by @dacap in #4782
- [lua] suggestion: move canvas behind foreground dialog by @lampysprites in #4465
- [lua] Add app.editor.zoom / scroll properties (fix #4722) by @dacap in #4786
- Add function to copy non-shared properties between cels by @dacap in #4783
- Refactor removing duplicated code with new WindowWithHand by @dacap in #4784
- Fix color picker displaying issues by @martincapello in #4790
Full Changelog: v1.3.9.1...v1.3.10