Releases: Pulover/PuloversMacroCreator
Releases Β· Pulover/PuloversMacroCreator
v5.3.1
- Added Random coordinates option in Mouse command window.
- Added Custom icon option for exported EXE in Export window.
- Fixed bug in Compare variables of If Statements window with built-in variables.
- Fixed bugs in subtraction operations in expressions.
- Fixed bug in scoped variables in functions.
- Fixed ListVars not showing local variables inside functions.
- Fixed OutputVars of MouseGetPos not showing in ListVars.
v5.3.0
v5.2.9
- Updated Compare variables in If Statements window to use expressions with symbols operators only.
- Fixed bugs in duplicate and paste in groups.
- Fixed mixed history when adding slots after using undo.
- Fixed escaped percent signs in strings (`%) being wrongly converted to variables during playback.
v5.2.8
- Added option to show Group names as comments in View menu > Preview Script and Preview toolbar.
- Fixed
A_
variables not working asInputVar
parameter for commands. - Fixed Expand all groups not working.
- Fixed some hotkeys not updating the Play hotkey.
- Fixed problem with subtraction in expressions.
- Fixed global context condition being set to macro context.
v5.2.7
- Added support for
&
,*
,~
andUp
as modifier symbols for Play hotkey. - Added support for setting Hotstrings to execute macros in Edit Macros window.
- Added support for Image to Text from image file in Image Search command window.
- Fixed blank ListViews after adding a macro with groups enabled.
- Fixed groups not showing in duplicated macros.
- Fixed mixing content when editing macros after duplicating a list.
- Fixed bug with commas in WinTitle (must be escaped).
- Fixed small bugs.
v5.2.6
v5.2.3
- Updated exported Compare variables from If Statements window to use expression.
- Global Context Hotkey is now saved in project file instead of ini file.
- Fixed Function Return ignoring if statements.
- Fixed bug with similar numeric Play hotkeys.
- Fixed bugs in Expressions.
- Fixed various bugs.
v5.2.1
v5.2.0
- Added new feature: Image to Text (OCR) in Image Search command window.
- Added support for defining any hotkey for Play manually in Edit Macros window.
- Added Go to command in edit menu.
- Added font size setting for macro list in view menu.
- Added font size setting for preview panel.
- Fixed bug when closing macro tab.
- Fixed bugs.