v1.7
Thanks for keeping up with the long release cycles.
- It is now possible to initialize without certain mouse events using .None() and .Default()
- Removed features from Subtitle.ahk have been readded to TextRender.
- This includes Show, Hide, AlwaysOnTop, and ClickThrough.
- Renamed Sleep() to Wait().
- Wait() now waits the specified time in the last call.
- Save() no longer overwrites images with the same timestamp.
- Increased the speed of clearing the screen.
- A colorkey can be specified in ImageRender using the
k:0xFF0000
parameter. - Window edges will no longer contain a row of transparent pixels.
- WM_DisplayChange correctly redraws with the correct time remaining.
- Text justification has changed from 0-2 to 1-3. It is recommended to use values like
j:left
. - The canvas borders are now better defined. Text and images should no longer be cut off.
- Copying text will always search for the last text string.
- Fix DPI awareness not being correctly set in Draw().
- FreeMemory() has been fixed and can now be called at anytime.
- Repeated calls to Flush() no longer trigger CanvasChange.
Demos have not been included in this release. Please see the zip file in v1.6.