Skip to content

Tags: aseprite/aseprite

Tags

v1.3.18.6

Toggle v1.3.18.6's commit message
[win] Locate vcvars64.bat via vswhere instead of hardcoding the path

v1.3.18.5

Toggle v1.3.18.5's commit message
Fix crash using Export Sprite Sheet from a sprite w/selection (fix #6031

)

Regression introduced in a522d2b

v1.3.18.4

Toggle v1.3.18.4's commit message
[win] Fix compilation with Sentry enabled about ERROR being a macro (…

…2nd chance)

Reverts 0d9a85b and introduced the
real fix to the issue, "base/log.h" undefs ERROR macro, not "app/log.h".

v1.3.18.3

Toggle v1.3.18.3's commit message
Avoid compressed selection crosshair when UI scale > 100% and zoom < …

…UI scale

This is to keep the visual aspect of the crosshair cursor for
selection tools when the UI scale > 100% and the zoom is 100% or
less. The cursor must have at least 7 squares of the same size (the
center cannot be smaller).

v1.3.18.2

Toggle v1.3.18.2's commit message
[lua] Update scripting API version to 41

v1.3.18.1

Toggle v1.3.18.1's commit message
Possible fix for crash using theme w/missing layout selector icon (fix 

…#5582)

v1.3.18

Toggle v1.3.18's commit message
[timeline] Add tags separation in groups (fix #5807)

The UI is not as good as in the https://community.aseprite.org/t/28284
mockup, but it's enough to do the job.

v1.3.18-beta3

Toggle v1.3.18-beta3's commit message
Use format auto-detection only on built-in formats (fix #5772)

v1.3.17.2

Toggle v1.3.17.2's commit message
Fix zoom level 20% distorts layers (fix #5774)

v1.3.18-beta2

Toggle v1.3.18-beta2's commit message
[thumbnailer] Fix StreamAdaptor impl'ing FileInterface::writeBytes()

We've added a new dio::FileInterface::writeBytes() member function
that must be implemented.