- Dropped support for Python 3.7.
- The
sys.executable
attribute now holds the absolute path to the Python executable that was used to start AutoHotkey, andahk.executable
holds the absolute path to the AutoHotkey executable, acting as AutoHotkey'sA_AhkPath
global variable. Previously,sys.executable
held the path to the AutoHotkey executable.
- Add the
MonitorWorkArea
support for theSysGet
command. - Made AutoHotkey.py work in a conda environment.
- Made the values of sys.executable, sys.prefix, sys.base_prefix, and sys.path match to the corresponding values from a regular Python interpreter.
- Fixed
get_clipboard()
returning a number instead of a string.
- Fixed the app freeze when closing the console window.
First public release.