Recent Posts
Aseprite v1.3.9Aseprite v1.3.8
Aseprite v1.3.7
Aseprite v1.3.6
Aseprite v1.3.3
(All Posts...)
Release Notes
Aseprite v1.2.11 May 11, 2019
Hi asepriters! Today we have good news and bad news:
The bad news is that the tilemap editor is not yet ready :( The good news is that we have a new version of Aseprite v1.2.11 with some juicy stuff:
- File selector dialog improvements
- Added
Shift+O
to paint the outline of the layer automatically (#371) - Added radial gradient (t/2711)
- Added option to disable the separation between palette entries
- Added Floyd-Steinberg dithering to convert RGBA images to Indexed
- Recent files/folders improvements (#578):
- Added a little pin icon to save a recent file/folder as favorite
- Pinned folders are displayed in the open/save dialog location combobox
- Added an option to drop an item outside the list to remove it (t/1030)
- Added Ctrl+C (⌘C) in the Console to copy messages
- New Padding option on Import Sprite Sheet (#78, thanks to @gasparoken)
- New Extrude and Trim by Grid options on Export Sprite Sheet (#1890, #1926, thanks to @dncampo)
- Added option to trim all the content outside the canvas on Canvas Size command
- Added support 8-connected pixels on Paint Bucket tool (#2009, thanks to @rscotchmer)
- Added support for ACT palette format (#1501, thanks to @SupSuper)
- Fixed rendering/persistence of non-normal blend modes (#1096, thanks to @gasparoken)
- Fixed crash with huge ellipses (now we are using Alois Zingl algorithms for regular ellipses too, not only rotated ones)
- Fixed issues with macOS native file dialogs and the menu bar (thanks to @kawa-yoiko)
- Fixed combination of
--trim
,--sheet-pack
, and--border/shape/inner-padding
options (#1240, #2020, thanks to @kawa-yoiko) - Removed the
meta.image
path in the sprite sheet JSON output, showing only the filename (#1606, thanks to @kawa-yoiko) - Fixed some other issues #1830, #1873, #1876, #1879, #1964, t/2894, and several other minor bugs
- Keyboard shortcut changes:
- New
C
keyboard shortcut to change the Canvas Size - Changed the Slice tool shortcut to
Shift+C
- Changed the center canvas to
Shift+Z
- New
- And we have all the changes since Aseprite v1.2.9 which include v1.2.10-beta2, beta3, beta4
- Aseprite v1.2.11
- Fixed random crashes on Windows when the backup process started
- Fixed bug with pixels outside the viewport when Shift+click were used
- Fixed symmetry with even brush sizes
- Fixed first pixel of contour tool
With this version we finally make the Aseprite API for Lua scripts available in the stable branch.