Releases: wonderunit/alchemancy
Releases · wonderunit/alchemancy
v1.5.1
Performance improvements.
v1.5.0
Add SelectedArea class, which is used for marquee selections and operations.
v1.4.3
Enable straight line drawing while erasing
v1.4.2
Add Straight Line drawing #24
v1.3.1
For better performance, turn off AlphaFilter when stroke opacity is at 100% 009e0f7
v1.2.0
Add “Stroke Opacity”. #21
The drawing engine now renders each new line segment to a single temporary stroke texture, instead of rendering directly the the layer texture. When the stroke is complete, the temporary stroke texture is stamped, with a variable opacity, to the layer texture.
v1.1.0
Added Efficiency Mode #20