v1.8
Support for AutoHotkey v2
- Add NoActivate() window style to prevent focus being stolen.
- Add Sleep(sleep_time, wait_time).
- Conform #RRGGBBAA to CSS4 spec. Was previously aarrggbb.
- Default() is changed to Right-click on close.
- Margins and Justification have been thoroughly tested and fixed.
Bugfixes
- Creating a new instance of TextRender() with no parameters no longer calls Render().
- Calling Render() a second time now correctly blanks the screen.
- Script no longer crashes when #MaxThreads is reached.
- Restore background when using dropshadow.
- Global Labels have been removed.
- Fix possible collision in this.status using rng.
- Fix Draw("") producing strange artifacts.
- Justification values (1-3) are now working properly.
- WindowProc uses critical threads, preventing critical read/write errors.
2 new demos have been included. Old demos can still be found in Release v1.6