Animated sprite editor & pixel art tool for your Mac

Aseprite for Mac

Aseprite 1.3.16

  -  25.84 MB  -  Demo
  • Latest Version

    Aseprite 1.3.16.1

  • Operating System

    macOS 10.12 Sierra or later

  • User Rating

    Click to vote
  • Author / Product

    David Capello / External Link

  • Filename

    Aseprite-v1.3.16-trial-macOS.dmg

  • MD5 Checksum

    c4401a37a65f354261444e6f424272ac

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Aseprite 1.3.16.


For those interested in downloading the most recent release of Aseprite for Mac or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)

What's new in this version:

Added possibility to search commands by its keyboard shortcut
Added key bindable "Solo Layer" command
Windows: New option to associate any kind of file with the running instance of Aseprite + customize how to see thumbnails on File Explorer
Linux: Added a movement threshold when detecting double clicks in X11 (thanks to @Cammymoop)

Fixed:
- selection in text fields with special fonts
- HSL+ and HSV+ filters with mask color
- UI bug in Keyboard Shortcuts with the "Add" button in other languages
- bug starting to drag the color palette after picking a new ink
- bug selecting a recent/pinned folder to export with relative paths
- crash due big font sizes
- dragged tabs lingering when executing commands
- several issues with multiple screens laf#164
- crash using Select Used/Unused Colors when there is a pixel out of bounds
- crash with Lasso tool + pixel perfect + new selection
+Changes from v1.3.16-beta3

Lua API:
- Update API version to 38
- New Behavior: Property changes outside a transaction don't generate undo steps
- New Behavior: Layer flag changes inside a transaction generate undo steps
- Avoid clicking an invalid button after a new window is displayed
- Don't reset dialog bounds after Dialog:show{autoscrollbars} when dialog.bounds were set before
- Allow mouse wheel scrolling in dialogs with autoscrollbars option
- Fixed widgets interactivity using bounds and autoscrollbars in Dialog:show{}
- Fixed dialog with scrollbar wrong size in a particular case
- Fixed crash using a label field in Dialog:endtags{}
- Fixed disabled checkbox style change after Dialog:combobox() change
- Fixed crash setting properties with its same value
- Added Sprite.isValid
- Fixed console re-centering
- Fixed calling filters inside the same app.transaction() with ui=true
- Don't show progress bar for filters when running with ui=false