Recent Posts
Aseprite v1.3.10 & v1.3.11-betaAseprite v1.3.9
Aseprite v1.3.8
Aseprite v1.3.7
Aseprite v1.3.6
(All Posts...)
Release Notes
Aseprite v1.3.10 & v1.3.11-beta Nov 22, 2024
Hi asepriters! This week we’ve released Aseprite v1.3.10.1 and v1.3.11-beta2 with new major features.
New beta versions are going to be available only through Steam as it is easier to release quick fixes for important crashes/regressions. We’re planning to release new features there and after a couple of weeks of beta testing, publishing it as the new stable version.
What’s new
Aseprite v1.3.11-beta1:
-
New interactive Text tool with T key #28
-
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:
Aseprite v1.3.11-beta2:
- Fixed crash dropping files on timeline in certain cases #4801
- Fixed crash clicking the canvas when multiple layers/frames were selected in the timeline and the Edit > Preferences > Timeline > Keep Selection option was enabled #4809
- Fixed some theme related problems with the font popup #3851 #4815
- Windows: Minimize crashes related to buggy WinTab drivers #3358
Aseprite v1.3.10:
- 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
/scroll
properties #4722 - New option (
Dialog:show{ hand=true }
) to enable Hand tool in the active editor with a modal dialog (thanks to @lampysprites)
Aseprite v1.3.10.1:
- Fixed window flickering using “Disable Snap to Grid” button t/23912 #4805
- Lua: Fixed broken
Dialog:show{ bounds=Rectangle }
API t/23917