- Added: MouseTrail.ahk to display a colorful trail of pies.
- Fixed: Text rendering quality works correctly.
- Fixed:
Shape.Textmethod's Font Quality parameter. - Fixed:
Shape.Color.LinearGradientModenow correctly accepts color values. - Fixed:
TextureBrushbehavior. - Fixed:
Shape.Fillednow toggles correctly between values. - Fixed:
Shape.PenWidthproperty. - Fixed: Shapes with
Filled = 0now result inPenWidth = 1; ifFilled > 1, the assignedPenWidthis respected. - Fixed: Tool switching now correctly reverts from Pen (
Shape.Filled := false).
Shape.Coloris now a property, added example usage.Shape.Alphais now a property, added example usage.Shape.Filledis now a property, added example usage.- General performance improvement: AHK functions are faster due to using commas between function calls.
- Quality settings property implemented for layers (
layer.quality):"fast|low","balanced|normal","high|quality". - The default quality setting is
balanced, curved shapes are anti-aliased.
- New
Shapemethods:RollUp,RollDown(supporting single and multiple objects). Layer.toFile(filepath)method added — exports the layer to a PNG file.Screenshotfunction added.- Strings can now display multiple colors.
Layer.prepareis now a static method and has been reworked — allows shapes to animate during drawing.- Font quality changes fixed — text rendering quality now updates correctly for shapes.
CreateGraphicsObjectGridrenamed toCreateGraphicsObject:- The previous
CreateGraphicsObjectwas removed due to redundancy. - Now correctly sets
x,ycoordinates and padding.
- The previous
- New
Layermethod:move.
- Shape tool switching logic updated for gradient color handling.
Colorclass:transitionnow used as correct transition type.- AHK version requirement updated from
v2.0.18tov2. - "Goodbye" string changed to "exiting..."; now disabled by default.
- RAL colors moved out of the
Colorclass — functionality remains unchanged.
- Added new examples: animated ellipse, custom tooltip, simple game menu, object creation test.
- Minor comment typo fixes.
- First public release.