| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Aseprite-v1.3.17-Source.zip | 2026-02-25 | 80.1 MB | |
| Aseprite v1.3.17 source code.tar.gz | 2026-02-24 | 1.9 MB | |
| Aseprite v1.3.17 source code.zip | 2026-02-24 | 2.9 MB | |
| README.md | 2026-02-24 | 3.1 kB | |
| Totals: 4 Items | 84.8 MB | 608 | |
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 https://github.com/aseprite/aseprite/pull/5546
- Fix tiled mode when moving pixels by @martincapello in https://github.com/aseprite/aseprite/pull/5369
- Make slice selection more clear (fix [#5484]) by @ckaiser in https://github.com/aseprite/aseprite/pull/5490
- Add rounded rectangle support by @martincapello in https://github.com/aseprite/aseprite/pull/5405
- Add support to use mouse buttons (including X1 & X2) as shortcuts (fix [#598]) by @dacap in https://github.com/aseprite/aseprite/pull/4927
- Fix slices issues preferring just one slice keyframe by @dacap in https://github.com/aseprite/aseprite/pull/5580
- Fix several regressions with key shortcuts by @dacap in https://github.com/aseprite/aseprite/pull/5590
- Fix missing semicolon in build.ps1 PATH by @zegof in https://github.com/aseprite/aseprite/pull/5614
- Fix when pressing F2 layer name field does not auto focus (fix [#5609]) by @Gasparoken in https://github.com/aseprite/aseprite/pull/5654
- Fixes issue [#5635] fixed a crash when doing 'Export As' for animation and the target file is read-only by @nelson-steve in https://github.com/aseprite/aseprite/pull/5657
- Check if extension files are present to avoid crashes & issues by @ckaiser in https://github.com/aseprite/aseprite/pull/5593
- Extend the "keep closed sprite on memory" time (fix [#5603]) by @ckaiser in https://github.com/aseprite/aseprite/pull/5627
- Fix square brush rotation direction by @martincapello in https://github.com/aseprite/aseprite/pull/5598
New Contributors
- @zegof made their first contribution in https://github.com/aseprite/aseprite/pull/5614
- @nelson-steve made their first contribution in https://github.com/aseprite/aseprite/pull/5657
Full Changelog: https://github.com/aseprite/aseprite/compare/v1.3.16...v1.3.17