Changed in 11.0.4
- Added display to Switch/Case actions to indicate which entries are true/would execute currently.
- Adjusted Set Variable to Calculation format to be a token text filed. (Increment Variable Maintain Padding)
- Show Macro Group name when multiple macros from the same group are displayed in the Macro Inspector. (Macro Inspector)
- Support Apple Text Recognition in OCR Condition. (Unexpected inconsistency in OCR)
- Default to Apple Text Recognition in OCR actions/conditions in 10.15+.
- Added Tool Tips for Macro Debugger window. (Debugger: Please add tooltips)
- Ensure all export default names are consistent.
- Added
com.microsoft.ShadowWorkbook
to clipboard flavor exclusion list. - Removed animation of some lists because of performance issues in modern macOS.
- Re-enable
exists
condition for Environment Variables. - Added warning if you use
document.kmvar
in a script when in modern syntax. (Warning for “Execute Javascript” action with modern syntax using `document.kmvar.variable`?) - Allow Environment Variable values as script input.
- Added display name for Menu/Application key.
- Return true for
has image
condition when the clipboard contains an image reference. (Macro: Paste Text Unformatted from Copied Text or macOS Screenshot) - Display Mouse lock time now honours hidden preference. (Countdown delay for setting mouse pointer coordinates - #9 by slferris)
- Fixed Macro Library Clipboard Filter Rotate 180° to actually Rotate 180°.
- Fixed an issue with OCR, Screen Image and Script conditions not being searchable.
- Fixed an issue with Subroutine Trigger not being searchable.
- Fixed a possible bug in Engine Window details.
- Fixed an issue with Filter HTML List.
- Fixed an issue with search highlighting triggers. (Found another bug in the Editor's "Search")
- Fixed an issue with some icon displays in Sonoma and later.
- Fixed an issue with the Prompt With List action not being canceled in all cases when Cancel All Macros is used. (Some actions don't cancel if their parent macro is cancelled)
- Fixed an issue with the Typed String condition. (Typed String condition failing to detect Title Case (v11.0.3))
- Fixed incorrect trigger value for USB Device Key Control keys. (Bug: Control key wrongfully returnes by the %TriggerValue% as Enter symbol)
- Fixed Select Macros Column menu item not being disabled when the column is selected. (Enabled State of Menu Item: View > Select Macros Column)