Release Notes
- New Text tool with T key #28
- New diagonal symmetry #1171
- New drop files on timeline to import files as layers/frames/cels, works on Windows and macOS #131 #4636
- Added "Transform" checkbox to move slices with its content #4533
- Experimental: Compose layer groups separately from all other layers #3225 (thanks to @belchiorg and @gui-marc)
- Enable this from Edit > Preferences > Experimental > Compose groups separately
- Group buttons in the toolbar when the window is too small #4708
- Duplicate tilemaps correctly when Sprite > Duplicate #4759
- Replaced jpeglib with libjpeg-turbo to load/save JPEG files
- Better text rendering using Skia (DirectWrite on Windows, Core Text on macOS) #4362
- Lua API:
Merged PRs (some cherry-picked PRs may not appear)
- Compose groups separately from all other layers by @gui-marc in #4507
- New text tool by @dacap in #4383
- Add "Transform" checkbox to slices and introduce moving slice content by @martincapello in #4533
- Improve font search/selection from the context bar by @dacap in #4715
- Fix crash/assert fail rendering UTF-8 file names w/CHARWRAP (fix #4624) by @dacap in #4717
- Refactor MouseEnter and MouseLeave events by @martincapello in #4741
- Add diagonal symmetry by @Gasparoken in #4669
- Fix kMouseEnterMessage and kMouseLeaveMessage handling by @martincapello in #4761
- Fix tilemaps not being duplicated with sprites (fix #4759) by @ckaiser in #4766
- Improve UX importing images and sprites by @martincapello in #4636
- First steps to adapt timeline frames by @dacap in #4409
- Add parameters to the DuplicateSprite command (fix #4755) by @ckaiser in #4767
- Add 'beforesitechange' event (fix #4569) by @ckaiser in #4780
- Fix regression crash using Dynamics (fix #4788) by @Gasparoken in #4794
Full Changelog: v1.3.10...v1.3.11-beta1