Skip to content

Tags: aseprite/aseprite

Tags

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.

v1.3.17.1

Toggle v1.3.17.1's commit message
Fix selection tool performance in tilemap layers in 'Tiles' mode

Before this fix, large tiles (e.g. 128x128) caused a noticeable
delay when releasing the mouse button during a selection action
in tilemap mode 'Tiles'.
The issue becomes more noticeable with larger tile sizes.

v1.3.18-beta1

Toggle v1.3.18-beta1's commit message
Avoid capturing structured bindings (this is a C++20 extension)

v1.3.17

Toggle v1.3.17's commit message
[lua] Update scripting API version to 39

v1.3.17-beta2

Toggle v1.3.17-beta2's commit message
Fix not responding menus after using Keyboard Shortcuts dialog (fix #…

…5591)

v1.3.16.1

Toggle v1.3.16.1's commit message
Update laf module

v1.3.17-beta1

Toggle v1.3.17-beta1's commit message
Minor change in Corner Radius UI to avoid double popup

Now the ButtonSet::Item acts like a switch to show/hide the entry
field.

v1.3.16

Toggle v1.3.16's commit message
Fix possible divide by zero crash (fix #3472)

We didn't receive this crash report anymore, but just in case we avoid
the division by zero.