This document has been translated by DeepL Translator.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
If you want to see what the next version of the plan is, check out the here. Also want to check the development status, check the commit history of the develop branch.
0.0.4 - 2023-03-17
- #10 Add MousePositionCondition
- #14 Add the option to specify each monitor and primary monitor in
"monitor"
and"screen"
of origin such as"monitor-primary"
and"monitor-1"
- #20 Add
"monitors"
(alias"screens"
) to origin
- #13 Origin
"monitor"
and"screen"
return coordinates of the primary monitor, instead of the active monitor - #22 CommandPaletteCombiAction is not searched correctly when searching for certain characters
- #23 When using the
R
option in PasteAction etc., if the string to expand contains a string such as${abc}
, it will not be embedded correctly - #24 ExitAllAction does not terminate some AutoHotkey scripts
0.0.3 - 2022-10-30
- #15 Hotkey options not set on CustomHotkey constructor
- #16
CustomHotkey.setOptions
overwrites unspecified options with an empty string - #17 Passing a string to the
CustomHotkey.TrayTipAction
constructor does not display a tray tip
0.0.2 - 2022-10-27
- #3 When combined KeyStrokeCombiAction, temporarily disabled hotkeys are no longer restored to their original state
0.0.1 - 2022-10-22
First released