MINI MOUSE MACRO- release notes & update log
2019
Mini Mouse Macro 7.2 (28 July 2019)
New Features:
1. New internal variables:
- %date_y% %date_yyyy% %date_year% (19 2019 2019)
- %date_weekday% %date_weekdayname% (2 Tuesday)
- %date_d% %date_dd% %date_ddd% %date_dddd% (4 04 Tue Tuesday)
- %date_m% %date_mm% %date_mmm% %date_mmmm% %date_month% (4 04 Apr April)
2. New ACTION Text to Speech:
- 1 | RUN ACTION | TEXT TO SPEECH | Hello World.::MALE::0::Sync
- https://www.turnssoft.com/conditions.html#texttospeech for more info and examples
3. New ACTION Play System Sound
- 1 | RUN ACTION | PLAY SYSTEM SOUND | Beep::SYNC
- 1 | RUN ACTION | PLAY SYSTEM SOUND | https://www.pacdv.com/sounds/voices/hello-1.wav::ASYNC
- https://www.turnssoft.com/conditions.html#playsystemsound for more info and examples
4. New Variable %DECIMAL% through to %DECIMAL99%
- Decimal values can now be assigned to DECIMAL variables for use in math functions
- The Action DEFINE DECIMAL VARIABLE has been added
- The condition IF DECIMAL VARIABLE has been added
- https://www.turnssoft.com/conditions.html#decimal_variable for more info and examples
- https://www.turnssoft.com/conditions.html#define_decimal_variable for more info and examples
Improvements:
1. MOUSE POSITION NEAR now supports additional parameters to define the near value for the X and Y coordinates.
2. MOUSE POSITION NEAR now no longer evaluates true if the X or Y coordinate is near. Now X AND Y coordinates must both be within the near ratio.
3. Improvement to how the RANDOM variables handle random numbers.
4. New shortcut (Ctrl+-) added for 'Skip Mouse X & Y'
5. The RUN PROGRAM Action now can accept program arguments:
- 1 | RUN ACTION | RUN PROGRAM | D:\Macro\MiniMouseMacro.exe::"d:\Macro\launch.mmmacro" /e
- https://www.turnssoft.com/conditions.html#runprogram for info and examples
Fixes:
1. Random numbers within RANDOM variables now do not repeat the same value within loops
2. Integer math failing to correctly detect math operators has now been fixed
3. Importing a saved Macro Queue file now does not trim the last row imported
Mini Mouse Macro 7.1 (08 Jan 2019)
1. New Action DRAW
- DRAW creates temporary graphics on the screen
- DRAW can create TEXT, PICTURES, CIRCLES, RECTANGLES, and LINES as graphics.
- 1 | RUN ACTION | DRAW | TEXT::AT LOCATION [100 200]::COLOR [Black 1]::STRING [The time is %time%]::FONT [Arial, 20, Regular]::TIME [2 50]::WAIT YES
- Checkout https://www.turnssoft.com/conditions.html#draw for examples
2. New action SET TITLE
- SET TITLE action defines macro window title
- 1 | RUN ACTION | SET TITLE | %date% %time% Macro Start
- Checkout https://www.turnssoft.com/conditions.html#settitle for examples
3. New action DEFINE BOOLEAN VARIABLE
- Boolean variables can now be defined
-
1 | RUN ACTION | DEFINE BOOLEAN VARIABLE | %BOOLEAN%::TRUE
- Checkout https://www.turnssoft.com/conditions.html#booleans for examples
4. New condition IF BOOLEAN VARIABLE TRUE/FALSE
- Boolean variables can now be defined
-
1 | IF | BOOLEAN VARIABLE | %BOOLEAN2% | IS FALSE | GOTO MACRO LINE | 10
- Checkout https://www.turnssoft.com/conditions.html#booleanvariable for examples
5. New graphical 'Load Tree' option from the File menu
- Load Tree allows a new graphical option to view, load, and run .mmmacro files
- Year value %DATE_Y%
- Month value %DATE_M%
- Day value %DATE_D%
- Hour Value %TIME_H%
- Minute Value %TIME_M%
- Second Value %TIME_S%
- Millisecond Value %TIME_MS%
2. The GOTO MACRO LINE action can now accept remark titles and the UP/DOWN key word
- Remarks can be used to define GOTO headers
- 9 | RUN ACTION | GOTO MACRO LINE | Start
- Up and Down key words can be used to navigate up and down the macro list
- 9 | RUN ACTION | GOTO MACRO LINE | UP 3
- Checkout https://www.turnssoft.com/conditions.html#gotomacroline for examples
3. String and Integer variables have been extended to 100
- %STRING5% through %STRING99% are now valid internally for assignment
- %INTEGER5% through %INTEGER99% are now valid internally for assignment
- https://www.turnssoft.com/conditions.html#string_variable
- https://www.turnssoft.com/conditions.html#integer_variable
5. Minor additions and function improvements to Terminal BETA
6. Domain used to pull update information changed from turnssoft.com to https://minimousemacro.com
7. MMM_Settings.ini now can save and load saved font settings
8. MMM_Settings.ini now can save and load screen size saved settings
9. Error output for DEFINE STRING/INTEGER/BOOLEAN when manual syntax errors has been made clearer
2. Limitation whereby when adding the condition via the GUI for RUN ACTION WAIT MILLISECONDS/SECONDS/MINUTES/HOURS would only require a numeric value
3. Minor issue whereby 'Macro Edit' Ctrl+Alt+H would clear the last charactor of the find text
4. Minor issue whereby Message Box would try to parse %RETURN% and math operators when paired in the message
5. Minor issue whereby a manual update check would crash if an update check is currently running
New Features:
1. New internal variables:
- %date_y% %date_yyyy% %date_year% (19 2019 2019)
- %date_weekday% %date_weekdayname% (2 Tuesday)
- %date_d% %date_dd% %date_ddd% %date_dddd% (4 04 Tue Tuesday)
- %date_m% %date_mm% %date_mmm% %date_mmmm% %date_month% (4 04 Apr April)
2. New ACTION Text to Speech:
- 1 | RUN ACTION | TEXT TO SPEECH | Hello World.::MALE::0::Sync
- https://www.turnssoft.com/conditions.html#texttospeech for more info and examples
3. New ACTION Play System Sound
- 1 | RUN ACTION | PLAY SYSTEM SOUND | Beep::SYNC
- 1 | RUN ACTION | PLAY SYSTEM SOUND | https://www.pacdv.com/sounds/voices/hello-1.wav::ASYNC
- https://www.turnssoft.com/conditions.html#playsystemsound for more info and examples
4. New Variable %DECIMAL% through to %DECIMAL99%
- Decimal values can now be assigned to DECIMAL variables for use in math functions
- The Action DEFINE DECIMAL VARIABLE has been added
- The condition IF DECIMAL VARIABLE has been added
- https://www.turnssoft.com/conditions.html#decimal_variable for more info and examples
- https://www.turnssoft.com/conditions.html#define_decimal_variable for more info and examples
Improvements:
1. MOUSE POSITION NEAR now supports additional parameters to define the near value for the X and Y coordinates.
2. MOUSE POSITION NEAR now no longer evaluates true if the X or Y coordinate is near. Now X AND Y coordinates must both be within the near ratio.
3. Improvement to how the RANDOM variables handle random numbers.
4. New shortcut (Ctrl+-) added for 'Skip Mouse X & Y'
5. The RUN PROGRAM Action now can accept program arguments:
- 1 | RUN ACTION | RUN PROGRAM | D:\Macro\MiniMouseMacro.exe::"d:\Macro\launch.mmmacro" /e
- https://www.turnssoft.com/conditions.html#runprogram for info and examples
Fixes:
1. Random numbers within RANDOM variables now do not repeat the same value within loops
2. Integer math failing to correctly detect math operators has now been fixed
3. Importing a saved Macro Queue file now does not trim the last row imported
Mini Mouse Macro 7.1 (08 Jan 2019)
- New Features:
1. New Action DRAW
- DRAW creates temporary graphics on the screen
- DRAW can create TEXT, PICTURES, CIRCLES, RECTANGLES, and LINES as graphics.
- 1 | RUN ACTION | DRAW | TEXT::AT LOCATION [100 200]::COLOR [Black 1]::STRING [The time is %time%]::FONT [Arial, 20, Regular]::TIME [2 50]::WAIT YES
- Checkout https://www.turnssoft.com/conditions.html#draw for examples
2. New action SET TITLE
- SET TITLE action defines macro window title
- 1 | RUN ACTION | SET TITLE | %date% %time% Macro Start
- Checkout https://www.turnssoft.com/conditions.html#settitle for examples
3. New action DEFINE BOOLEAN VARIABLE
- Boolean variables can now be defined
-
1 | RUN ACTION | DEFINE BOOLEAN VARIABLE | %BOOLEAN%::TRUE
- Checkout https://www.turnssoft.com/conditions.html#booleans for examples
4. New condition IF BOOLEAN VARIABLE TRUE/FALSE
- Boolean variables can now be defined
-
1 | IF | BOOLEAN VARIABLE | %BOOLEAN2% | IS FALSE | GOTO MACRO LINE | 10
- Checkout https://www.turnssoft.com/conditions.html#booleanvariable for examples
5. New graphical 'Load Tree' option from the File menu
- Load Tree allows a new graphical option to view, load, and run .mmmacro files
- Improvements:
- Year value %DATE_Y%
- Month value %DATE_M%
- Day value %DATE_D%
- Hour Value %TIME_H%
- Minute Value %TIME_M%
- Second Value %TIME_S%
- Millisecond Value %TIME_MS%
2. The GOTO MACRO LINE action can now accept remark titles and the UP/DOWN key word
- Remarks can be used to define GOTO headers
- 9 | RUN ACTION | GOTO MACRO LINE | Start
- Up and Down key words can be used to navigate up and down the macro list
- 9 | RUN ACTION | GOTO MACRO LINE | UP 3
- Checkout https://www.turnssoft.com/conditions.html#gotomacroline for examples
3. String and Integer variables have been extended to 100
- %STRING5% through %STRING99% are now valid internally for assignment
- %INTEGER5% through %INTEGER99% are now valid internally for assignment
- https://www.turnssoft.com/conditions.html#string_variable
- https://www.turnssoft.com/conditions.html#integer_variable
5. Minor additions and function improvements to Terminal BETA
6. Domain used to pull update information changed from turnssoft.com to https://minimousemacro.com
7. MMM_Settings.ini now can save and load saved font settings
8. MMM_Settings.ini now can save and load screen size saved settings
9. Error output for DEFINE STRING/INTEGER/BOOLEAN when manual syntax errors has been made clearer
- Fixes:
2. Limitation whereby when adding the condition via the GUI for RUN ACTION WAIT MILLISECONDS/SECONDS/MINUTES/HOURS would only require a numeric value
3. Minor issue whereby 'Macro Edit' Ctrl+Alt+H would clear the last charactor of the find text
4. Minor issue whereby Message Box would try to parse %RETURN% and math operators when paired in the message
5. Minor issue whereby a manual update check would crash if an update check is currently running
2018
Mini Mouse Macro 7.0 (01 November 2018)
- Setting to enable the capture of Key Down and Key Release for all keys to the recording engine
- This captures a keypress 'hold down' and 'release'
- Options - Record Options - Key Capture - Enable key down capture
2. Event log option to output directly to file
- Options - Event Log - Output Log - Output to file
3. Event log raw log viewer
- A tool to view the current MMM event log output file
- Options - Event Log - Output Log - Open log file
4. New Condition - Pixel Range
- PIXEL RANGE evaluates a condition based on changes in a range of pixels
- 1 | IF | PIXEL RANGE | At Location [X:2768 Y:602]::Size [W:68 H:62] | CHANGES::1::0::0 | GOTO MACRO LINE | 10
- https://www.turnssoft.com/conditions.html#pixelrange for usage examples
- 1 | 529 | 271 | 1837 | Keypress Ctrl+ | Left Click Down
- 2 | 529 | 271 | 84 | Keypress Ctrl+ | Left Click Release
- 3 | 529 | 271 | 1837 | Keypress Alt+ | Left Click Down
- 4 | 529 | 271 | 84 | Keypress Alt+ | Left Click Release
2. The 'Windows key' now accepts multiple keypress
3. Quick Launch now can use the 'None' modifier
4. Macro Queue loop limit of 100 cycles removed
5. Minor additions and function improvements to Terminal BETA
2. Fixed the failure to release the key event (key down) for selected special keys (selected multimedia and browsing keys) after playback
3. 'x' value on Mouse X and Y coordinates no longer fails due to lower case value
Mini Mouse Macro 6.8 (11 October 2018)
- Set the color and style of text from 'Program Settings - Display Customization'
2. New Action - Input from File
- Define variable data from a file
- https://www.turnssoft.com/conditions.html#inputfromfile for examples
4. New Add/Remove Comments feature
- Available under the 'Edit Entry - Comments' and 'Mass Change - Comments' menu
5. New Condition AND
- AND adds further actions and conditions for evaluation to existing macro lines
- AND is available under the 'Edit Entry - Action - Add AND Action' menu
- https://www.turnssoft.com/conditions.html#and for usage examples
6. Terminal (BETA)
- An interactive terminal to control local and remote MMM instances
- https://www.turnssoft.com/terminal for information
- RUN ACTION and FOR NEXT no longer require redundant delimiter values
- For Example:
Previous Syntax:
1 | RUN ACTION | | | | MESSAGE PROMPT | Previous Syntax::OLD::0
New Syntax:
1 | RUN ACTION | MESSAGE PROMPT | New Syntax::NEW::0
- Previous syntax is still compatible
2. The DEFINE INTEGER VARIABLE action now allows for all internal variable values
- 1 | RUN ACTION | DEFINE INTEGER VARIABLE | %INTEGER%::%MOUSE_X%
3. The DEFINE STRING VARIABLE action now allows for all internal variable values
- 1 | RUN ACTION | DEFINE STRING VARIABLE | %STRING%::%CLIPBOARD%
4. Added a timeout value to the MESSAGE BOX action
- 1 | RUN ACTION | MESSAGE PROMPT | Please wait 5 seconds::Wait Test::5
- The message box will timeout automatically after 5 seconds
- https://www.turnssoft.com/conditions.html#messageprompt for more examples
6. Macro Edit page (Settings - Macro) added functionality
- Find, replace, relist, plus others
7. The Pixel Color object can now react to the number of changes to a pixel
- 1 | IF | PIXEL COLOR | At Location [X:194 Y:461] | CHANGES::2::10::100 | MESSAGE PROMPT | 2 changes within 10 seconds with a 100 ms delay::Pixel Changes::0
- https://www.turnssoft.com/conditions.html#pixelcolor
- https://www.turnssoft.com/conditions.html#changes
8. The OUTPUT TO FILE action now has the option to append a new line with the output
- https://www.turnssoft.com/conditions.html#outputtofile for examples
9. Minor improvements to the GUI and MMM internals
2. Fixed macro playback failing to start after a manual 'Macro Stop' with some condition based macro's
- Required ensuring that internal macro condition threads were terminated correctly
3. Applied cleaner handling for inner exception generated on for Remark total time/Edit Drag and Drop/Edit Close events
4. Fixed an issue where record option 'Disable Drag and Drop' produced bad click events
- New Features:
- Setting to enable the capture of Key Down and Key Release for all keys to the recording engine
- This captures a keypress 'hold down' and 'release'
- Options - Record Options - Key Capture - Enable key down capture
2. Event log option to output directly to file
- Options - Event Log - Output Log - Output to file
3. Event log raw log viewer
- A tool to view the current MMM event log output file
- Options - Event Log - Output Log - Open log file
4. New Condition - Pixel Range
- PIXEL RANGE evaluates a condition based on changes in a range of pixels
- 1 | IF | PIXEL RANGE | At Location [X:2768 Y:602]::Size [W:68 H:62] | CHANGES::1::0::0 | GOTO MACRO LINE | 10
- https://www.turnssoft.com/conditions.html#pixelrange for usage examples
- Improvements:
- 1 | 529 | 271 | 1837 | Keypress Ctrl+ | Left Click Down
- 2 | 529 | 271 | 84 | Keypress Ctrl+ | Left Click Release
- 3 | 529 | 271 | 1837 | Keypress Alt+ | Left Click Down
- 4 | 529 | 271 | 84 | Keypress Alt+ | Left Click Release
2. The 'Windows key' now accepts multiple keypress
3. Quick Launch now can use the 'None' modifier
4. Macro Queue loop limit of 100 cycles removed
5. Minor additions and function improvements to Terminal BETA
- Fixes:
2. Fixed the failure to release the key event (key down) for selected special keys (selected multimedia and browsing keys) after playback
3. 'x' value on Mouse X and Y coordinates no longer fails due to lower case value
Mini Mouse Macro 6.8 (11 October 2018)
- New Features:
- Set the color and style of text from 'Program Settings - Display Customization'
2. New Action - Input from File
- Define variable data from a file
- https://www.turnssoft.com/conditions.html#inputfromfile for examples
4. New Add/Remove Comments feature
- Available under the 'Edit Entry - Comments' and 'Mass Change - Comments' menu
5. New Condition AND
- AND adds further actions and conditions for evaluation to existing macro lines
- AND is available under the 'Edit Entry - Action - Add AND Action' menu
- https://www.turnssoft.com/conditions.html#and for usage examples
6. Terminal (BETA)
- An interactive terminal to control local and remote MMM instances
- https://www.turnssoft.com/terminal for information
- Improvements:
- RUN ACTION and FOR NEXT no longer require redundant delimiter values
- For Example:
Previous Syntax:
1 | RUN ACTION | | | | MESSAGE PROMPT | Previous Syntax::OLD::0
New Syntax:
1 | RUN ACTION | MESSAGE PROMPT | New Syntax::NEW::0
- Previous syntax is still compatible
2. The DEFINE INTEGER VARIABLE action now allows for all internal variable values
- 1 | RUN ACTION | DEFINE INTEGER VARIABLE | %INTEGER%::%MOUSE_X%
3. The DEFINE STRING VARIABLE action now allows for all internal variable values
- 1 | RUN ACTION | DEFINE STRING VARIABLE | %STRING%::%CLIPBOARD%
4. Added a timeout value to the MESSAGE BOX action
- 1 | RUN ACTION | MESSAGE PROMPT | Please wait 5 seconds::Wait Test::5
- The message box will timeout automatically after 5 seconds
- https://www.turnssoft.com/conditions.html#messageprompt for more examples
6. Macro Edit page (Settings - Macro) added functionality
- Find, replace, relist, plus others
7. The Pixel Color object can now react to the number of changes to a pixel
- 1 | IF | PIXEL COLOR | At Location [X:194 Y:461] | CHANGES::2::10::100 | MESSAGE PROMPT | 2 changes within 10 seconds with a 100 ms delay::Pixel Changes::0
- https://www.turnssoft.com/conditions.html#pixelcolor
- https://www.turnssoft.com/conditions.html#changes
8. The OUTPUT TO FILE action now has the option to append a new line with the output
- https://www.turnssoft.com/conditions.html#outputtofile for examples
9. Minor improvements to the GUI and MMM internals
- Fixes:
2. Fixed macro playback failing to start after a manual 'Macro Stop' with some condition based macro's
- Required ensuring that internal macro condition threads were terminated correctly
3. Applied cleaner handling for inner exception generated on for Remark total time/Edit Drag and Drop/Edit Close events
4. Fixed an issue where record option 'Disable Drag and Drop' produced bad click events
Mini Mouse Macro 6.7.1 (20 August 2018)
6.7.1 is a minor update to address the internal update checking function. Ongoing latency issues with the Turnssoft.com server hosting provider are creating false positive errors when checking for updates. The change in 6.7.1 removes Turnssoft.com from the update checking function in favor for a stable domain.
Mini Mouse Macro 6.7.0 (13 August 2018)
- Can now save the Macro queue for importing later.
2. New Condition FOR
- FOR loops are now available within macros.
- https://www.turnssoft.com/conditions.html#for for the types and examples of FOR loops.
- New Action - NEXT FOR skips the current FOR loop iteration (www.turnssoft.com/conditions.html#nextfor)
- New Action - EXIT FOR breaks and exits the current FOR loop (www.turnssoft.com/conditions.html#exitfor)
3. New Action - Output to File
- The OUTPUT TO FILE action helps writing out to a file during a running macro (www.turnssoft.com/conditions.html#outputtofile)
4. Playback speed Hotkeys
- New hotkeys have been added to slow and speed up the macro during playback.
- Check out Options - Hotkeys to set the 'Playback Faster' and 'Playback Slower' hotkeys.
5. Recent Macro File Menu
- A new menu to access recently saved and played macros is available under the main menu.
6. New internal variables %MOUSE_X% and %MOUSE_Y% and %FILE% and %I%
- %MOUSE_X% and %MOUSE_Y% hold the current value of mouse X and Y respectfully.
- With the addition of FOR loop conditions comes a raft of new (...about a dozen) internal variables that hold values within the FOR loop iteration.
- Check out the new internal variables here www.turnssoft.com/conditions.html#string_variable
7. Option - Auto Relist on Play
- A new option exist within settings 'Auto Relist on Play'. As you can guess, this automatically relists the macro at playback.
8. Addition of Mouse Wheel Scroll UP/DOWN playback event
- Mouse wheel actions can now be played back.
- These actions need to be added manually through Edit Entry - Action - Mouse Wheel Scroll
- The [None] modifier prior to version 6.7 disabled the hotkey. Now it ignores the requirement for a modifier
2. Improved condition Event Log output
3. Incorrect macro line entries (mouse and time) are now defaulted to X and 0 respectfully
- Manually errors made when editing mouse and time are automatically changed at run time to X and 0
4. Minimize to system tray file menu option now saves the selection
5. Update to EULA. Clearer explanations of the license agreement for business purchases
6. Can now define internal variables within DEFINE STRING/INTEGER action.
- Internal variables can now be changed at run time. Keep in mind that internal variables change frequently.
7. Can now use internal variables as operators
- Greater functionality when adding manual macro lines that contain variables
8. Select Window and process by name/id - now warning on failure not error
9. RUN PROGRAM action - now via the Add Condition file dialog now has no filter
2. Fixed when manual macro entry would fails with the addition of condition statements.
3. Issues whereby the Operator IS/IS NOT would not evaluate on certain Object types (File Size/File MD5)
4. GUI issue with Edit/Add entry window text overlap
5. Issue where manual edit entry for whole variable was not allowed
6. Recover from tray hotkey native hotkey (ctrl+alt M) not responding as expected. Now changed to Ctrl+Alt+UP ARROW
7. Removed case sensitivity requirements during playback from mouse based events
8. Fixed free version update dialog link clicks. Links can be clicked to go to the Turnssoft page.
- Minor Fix
6.7.1 is a minor update to address the internal update checking function. Ongoing latency issues with the Turnssoft.com server hosting provider are creating false positive errors when checking for updates. The change in 6.7.1 removes Turnssoft.com from the update checking function in favor for a stable domain.
Mini Mouse Macro 6.7.0 (13 August 2018)
- New Features:
- Can now save the Macro queue for importing later.
2. New Condition FOR
- FOR loops are now available within macros.
- https://www.turnssoft.com/conditions.html#for for the types and examples of FOR loops.
- New Action - NEXT FOR skips the current FOR loop iteration (www.turnssoft.com/conditions.html#nextfor)
- New Action - EXIT FOR breaks and exits the current FOR loop (www.turnssoft.com/conditions.html#exitfor)
3. New Action - Output to File
- The OUTPUT TO FILE action helps writing out to a file during a running macro (www.turnssoft.com/conditions.html#outputtofile)
4. Playback speed Hotkeys
- New hotkeys have been added to slow and speed up the macro during playback.
- Check out Options - Hotkeys to set the 'Playback Faster' and 'Playback Slower' hotkeys.
5. Recent Macro File Menu
- A new menu to access recently saved and played macros is available under the main menu.
6. New internal variables %MOUSE_X% and %MOUSE_Y% and %FILE% and %I%
- %MOUSE_X% and %MOUSE_Y% hold the current value of mouse X and Y respectfully.
- With the addition of FOR loop conditions comes a raft of new (...about a dozen) internal variables that hold values within the FOR loop iteration.
- Check out the new internal variables here www.turnssoft.com/conditions.html#string_variable
7. Option - Auto Relist on Play
- A new option exist within settings 'Auto Relist on Play'. As you can guess, this automatically relists the macro at playback.
8. Addition of Mouse Wheel Scroll UP/DOWN playback event
- Mouse wheel actions can now be played back.
- These actions need to be added manually through Edit Entry - Action - Mouse Wheel Scroll
- Improvements:
- The [None] modifier prior to version 6.7 disabled the hotkey. Now it ignores the requirement for a modifier
2. Improved condition Event Log output
3. Incorrect macro line entries (mouse and time) are now defaulted to X and 0 respectfully
- Manually errors made when editing mouse and time are automatically changed at run time to X and 0
4. Minimize to system tray file menu option now saves the selection
5. Update to EULA. Clearer explanations of the license agreement for business purchases
6. Can now define internal variables within DEFINE STRING/INTEGER action.
- Internal variables can now be changed at run time. Keep in mind that internal variables change frequently.
7. Can now use internal variables as operators
- Greater functionality when adding manual macro lines that contain variables
8. Select Window and process by name/id - now warning on failure not error
9. RUN PROGRAM action - now via the Add Condition file dialog now has no filter
- Fixes:
2. Fixed when manual macro entry would fails with the addition of condition statements.
3. Issues whereby the Operator IS/IS NOT would not evaluate on certain Object types (File Size/File MD5)
4. GUI issue with Edit/Add entry window text overlap
5. Issue where manual edit entry for whole variable was not allowed
6. Recover from tray hotkey native hotkey (ctrl+alt M) not responding as expected. Now changed to Ctrl+Alt+UP ARROW
7. Removed case sensitivity requirements during playback from mouse based events
8. Fixed free version update dialog link clicks. Links can be clicked to go to the Turnssoft page.
2017
Mini Mouse Macro 6.6.0 (05 August 2017)
- The Event Log provides live event logging of macro functions.
- This is useful during macro playback for condition evaluation.
- To enable the Event Log go to Options - Event Log
- http://www.turnssoft.com/faq2.html#eventlog for more info.
2. New Hotkey - Master Kill
- The Master Kill hotkey when triggered kills ALL running MiniMouseMacro processes.
- If running multiple instances of MiniMouseMacro.exe, this kills all.
- To enable this hotkey go to Options - Hotkeys
- This can significantly improve macro control during evaluation.
- More info at http://www.turnssoft.com/conditions.html#complexstrings
- For example the following short macro is now valid:
* | This simple macro moves the mouse X and Y pos incrementally 100 times.
1 | RUN ACTION | | | | %STRING% | %INTEGER1%::0
2 | %INTEGER1% | %INTEGER1% | %INTEGER2% | %STRING1%
%STRING2%
%STRING3%
The variables have the following values defined under variable settings in options:
- %STRING%: DEFINE INTEGER VARIABLE
- %STRING1%: Mouse Movement
- %STRING2%: 3 | RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER1%::+1
- %STRING3%: 4 | IF | INTEGER VARIABLE | %INTEGER1% | < | 100 | GOTO MACRO LINE | 3 | ELSE | 4 | RUN ACTION | | | | MESSAGE PROMPT | Mouse Moved 100 times::END
- %INTEGER1%: 0
- %INTEGER2%: 50
2. Issue whereby GOTO would not go to line 1 when declared.
3. Issue whereby manual time edit values would default to last known.
Mini Mouse Macro 6.5.1 (16 April 2017)
- The WINDOW TITLE object evaluates a condition based on the presence of a window title name.
- The condition is useful to check if a program window is open during run time.
- IF | WINDOW TITLE | index.txt - Notepad | EXIST | SELECT WINDOW BY NAME | index.txt - Notepad | ELSE | 1 | RUN ACTION | | | | RUN PROGRAM | D:\Macro\index.txt
- http://www.turnssoft.com/conditions.html#windowtitle
2. New constant string variable %RETURN%
- %RETURN% variable holds the line number value of the last completed macro line.
- This variable is useful when used with GOTO to control macro flow.
- RUN ACTION | | | | GOTO MACRO LINE | %RETURN%-5
- RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER%::%RETURN%+2
- http://www.turnssoft.com/conditions.html#gotomacroline
- Auto refresh is now available within the Variable Options page.
- This is useful to monitor the value of all variables during macro run time.
- Auto refresh is enabled by clicking the 'Refresh' circle picture within the variable options.
Mini Mouse Macro Pro 6.5 (24 February 2017)
- The Clipboard object evaluates a condition based on the current value(s) of the system clipboard during evaluation
- IF | CLIPBOARD | VALUE | TEXT IS | %INTEGER% | DEFINE INTEGER VARIABLE | %INTEGER%::+1 | ELSE | 2 | RUN ACTION | | | | | COPY TO CLIPBOARD | %INTEGER%
- IF | CLIPBOARD | VALUE | FILE PATH IS | d:\macro\fish.txt | DELETE FILE | D:\Macro\fish.txt
- http://www.turnssoft.com/conditions.html#clipboard
2. New constant string variables
- %CLIPBOARD% when referenced, contains the value of the system clipboard
- %CLIPBOARD_LISTFILES% when referenced, contains the file path(s) of any files within the clipboard
- http://www.turnssoft.com/conditions.html#clipboard
3. The 'Add Condition' page now has options to 'clear' and 'save' conditions
- Integer Math has had a major improvement by adding math expression options during integer evaluation
- IF | INTEGER VARIABLE | %INTEGER% | * | 2::<::100 | GOTO MACRO LINE | 10
- IF | INTEGER VARIABLE | %INTEGER% | > | 10 | DEFINE INTEGER VARIABLE | %INTEGER%::*200
- IF | INTEGER VARIABLE | %INTEGER% | % | %INTEGER1%::=::%INTEGER2% | COPY TO CLIPBOARD | %INTEGER% | ELSE | 2 | RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER3%::%3
- RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER%::^5
- RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER%::MAX%INTEGER1%
- RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER%::SQRT%INTEGER1%
- For all math OBJECT evaluation: http://www.turnssoft.com/conditions.html#integer_variable
- For all math ACTION evaluation: http://www.turnssoft.com/conditions.html#define_integer_variable
2. The %RANDOM% variable
- The %RANDOM% variable can now be ANY custom random range. For example:
- %RANDOM% - an unrestricted random number between 1 and 2147483647
- %RANDOM_1-33% - a random number between 1 and 33
- %RANDOM_50-55% - a random number between 50 and 55
- %RANDOM_1111-1234% - a random number between 1111 and 1234
- %RANDOM_50000-100000% - a random number between 50000 and 100000
- http://www.turnssoft.com/conditions.html#random_integer_variable
3. The 'Edit add entry' and 'Error report' pages now will keep the last defined window size
2. 'On Top' - Fixed a bug where the main window 'On Top' would not allow 'Add Condition'
3. Added - Added URL links in the 'Update' window (this window) to open in the default browser when clicked
Mini Mouse Macro Pro 6.4 (09 January 2017)
- To add a REMARK right click the macro list and select 'Add Remark'
- The REMARK is noted by: [*][DELIM][The remark text]
2. New Action - WAIT MILLISECONDS
- Milliseconds can now be used as a WAIT action
3. New Action - INPUT BOX
- An Input Box has been added to take input in from users at macro playback. Input from users can be stored at runtime into variables to further direct macro flow
- RUN ACTION | | | | INPUT BOX | Please enter 1 or 2::User Selection::INTEGER
- Vist http://www.turnssoft.com/conditions.html#inputbox for more info
4. New Object - PIXEL COLOR
- The Pixel Color object has been added to evaluate the state of a single pixel during macro playback
- IF | PIXEL COLOR | Color [R=145, G=228, B=247]::At Location [X:942 Y:536] | IS THE SAME | WAIT MINUTES | 5
- Visit http://www.turnssoft.com/conditions.html#pixelcolor for more info
5. Can now skip mouse X and/or Y selectively during playback
- To skip a macro line mouse movement edit the mouse X and Y position to read the letter X
- 1 | X | X | 92 | Left Click Down
- Skip Mouse X & Y has also been added to the macro list right click 'Edit entry - X & Y Position' and 'Mass Change' options
6. Addition of new constant string variables %TIME% and %DATE%
- %TIME% and %DATE% variables hold the current time and date at playback
2. Fixed issue with the window size save position option [when enabled] 'locking' position to the tray when minimized exit.
- New Features:
- The Event Log provides live event logging of macro functions.
- This is useful during macro playback for condition evaluation.
- To enable the Event Log go to Options - Event Log
- http://www.turnssoft.com/faq2.html#eventlog for more info.
2. New Hotkey - Master Kill
- The Master Kill hotkey when triggered kills ALL running MiniMouseMacro processes.
- If running multiple instances of MiniMouseMacro.exe, this kills all.
- To enable this hotkey go to Options - Hotkeys
- Improvements:
- This can significantly improve macro control during evaluation.
- More info at http://www.turnssoft.com/conditions.html#complexstrings
- For example the following short macro is now valid:
* | This simple macro moves the mouse X and Y pos incrementally 100 times.
1 | RUN ACTION | | | | %STRING% | %INTEGER1%::0
2 | %INTEGER1% | %INTEGER1% | %INTEGER2% | %STRING1%
%STRING2%
%STRING3%
The variables have the following values defined under variable settings in options:
- %STRING%: DEFINE INTEGER VARIABLE
- %STRING1%: Mouse Movement
- %STRING2%: 3 | RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER1%::+1
- %STRING3%: 4 | IF | INTEGER VARIABLE | %INTEGER1% | < | 100 | GOTO MACRO LINE | 3 | ELSE | 4 | RUN ACTION | | | | MESSAGE PROMPT | Mouse Moved 100 times::END
- %INTEGER1%: 0
- %INTEGER2%: 50
- Fixes:
2. Issue whereby GOTO would not go to line 1 when declared.
3. Issue whereby manual time edit values would default to last known.
Mini Mouse Macro 6.5.1 (16 April 2017)
- New Features:
- The WINDOW TITLE object evaluates a condition based on the presence of a window title name.
- The condition is useful to check if a program window is open during run time.
- IF | WINDOW TITLE | index.txt - Notepad | EXIST | SELECT WINDOW BY NAME | index.txt - Notepad | ELSE | 1 | RUN ACTION | | | | RUN PROGRAM | D:\Macro\index.txt
- http://www.turnssoft.com/conditions.html#windowtitle
2. New constant string variable %RETURN%
- %RETURN% variable holds the line number value of the last completed macro line.
- This variable is useful when used with GOTO to control macro flow.
- RUN ACTION | | | | GOTO MACRO LINE | %RETURN%-5
- RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER%::%RETURN%+2
- http://www.turnssoft.com/conditions.html#gotomacroline
- Improvements:
- Auto refresh is now available within the Variable Options page.
- This is useful to monitor the value of all variables during macro run time.
- Auto refresh is enabled by clicking the 'Refresh' circle picture within the variable options.
- Fixes:
Mini Mouse Macro Pro 6.5 (24 February 2017)
- New Features:
- The Clipboard object evaluates a condition based on the current value(s) of the system clipboard during evaluation
- IF | CLIPBOARD | VALUE | TEXT IS | %INTEGER% | DEFINE INTEGER VARIABLE | %INTEGER%::+1 | ELSE | 2 | RUN ACTION | | | | | COPY TO CLIPBOARD | %INTEGER%
- IF | CLIPBOARD | VALUE | FILE PATH IS | d:\macro\fish.txt | DELETE FILE | D:\Macro\fish.txt
- http://www.turnssoft.com/conditions.html#clipboard
2. New constant string variables
- %CLIPBOARD% when referenced, contains the value of the system clipboard
- %CLIPBOARD_LISTFILES% when referenced, contains the file path(s) of any files within the clipboard
- http://www.turnssoft.com/conditions.html#clipboard
3. The 'Add Condition' page now has options to 'clear' and 'save' conditions
- Improvements:
- Integer Math has had a major improvement by adding math expression options during integer evaluation
- IF | INTEGER VARIABLE | %INTEGER% | * | 2::<::100 | GOTO MACRO LINE | 10
- IF | INTEGER VARIABLE | %INTEGER% | > | 10 | DEFINE INTEGER VARIABLE | %INTEGER%::*200
- IF | INTEGER VARIABLE | %INTEGER% | % | %INTEGER1%::=::%INTEGER2% | COPY TO CLIPBOARD | %INTEGER% | ELSE | 2 | RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER3%::%3
- RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER%::^5
- RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER%::MAX%INTEGER1%
- RUN ACTION | | | | DEFINE INTEGER VARIABLE | %INTEGER%::SQRT%INTEGER1%
- For all math OBJECT evaluation: http://www.turnssoft.com/conditions.html#integer_variable
- For all math ACTION evaluation: http://www.turnssoft.com/conditions.html#define_integer_variable
2. The %RANDOM% variable
- The %RANDOM% variable can now be ANY custom random range. For example:
- %RANDOM% - an unrestricted random number between 1 and 2147483647
- %RANDOM_1-33% - a random number between 1 and 33
- %RANDOM_50-55% - a random number between 50 and 55
- %RANDOM_1111-1234% - a random number between 1111 and 1234
- %RANDOM_50000-100000% - a random number between 50000 and 100000
- http://www.turnssoft.com/conditions.html#random_integer_variable
3. The 'Edit add entry' and 'Error report' pages now will keep the last defined window size
- Fixes:
2. 'On Top' - Fixed a bug where the main window 'On Top' would not allow 'Add Condition'
3. Added - Added URL links in the 'Update' window (this window) to open in the default browser when clicked
Mini Mouse Macro Pro 6.4 (09 January 2017)
- New Features:
- To add a REMARK right click the macro list and select 'Add Remark'
- The REMARK is noted by: [*][DELIM][The remark text]
2. New Action - WAIT MILLISECONDS
- Milliseconds can now be used as a WAIT action
3. New Action - INPUT BOX
- An Input Box has been added to take input in from users at macro playback. Input from users can be stored at runtime into variables to further direct macro flow
- RUN ACTION | | | | INPUT BOX | Please enter 1 or 2::User Selection::INTEGER
- Vist http://www.turnssoft.com/conditions.html#inputbox for more info
4. New Object - PIXEL COLOR
- The Pixel Color object has been added to evaluate the state of a single pixel during macro playback
- IF | PIXEL COLOR | Color [R=145, G=228, B=247]::At Location [X:942 Y:536] | IS THE SAME | WAIT MINUTES | 5
- Visit http://www.turnssoft.com/conditions.html#pixelcolor for more info
5. Can now skip mouse X and/or Y selectively during playback
- To skip a macro line mouse movement edit the mouse X and Y position to read the letter X
- 1 | X | X | 92 | Left Click Down
- Skip Mouse X & Y has also been added to the macro list right click 'Edit entry - X & Y Position' and 'Mass Change' options
6. Addition of new constant string variables %TIME% and %DATE%
- %TIME% and %DATE% variables hold the current time and date at playback
- Fix:
2. Fixed issue with the window size save position option [when enabled] 'locking' position to the tray when minimized exit.
2016
Mini Mouse Macro Pro 6.3 (09 August 2016)
- Can now add an ELSE evaluation to conditions:
eg1 - (IF/IF NOT) (OBJECT) (OPERATOR) (ACTION) ELSE (IF/IF NOT) (OBJECT) (OPERATOR) (ACTION)
eg2 - (IF/IF NOT) (OBJECT) (OPERATOR) (ACTION) ELSE (ACTION)
- http://www.turnssoft.com/conditions.html#else for more information
2. New option added to Record to File (Options - Record Options - Record to File)
- Why? This is plainly to encourage people to upgrade to the pro version. To continue the updates, pay the cost of web hosting, and to measure the limit of success, MMM needs to make a profit. The restriction is a measure to achieve this.
- I don't want to pay? That's ok. If you want to 'beat' the restriction add a condition at line 1499 to ADD MACRO FROM FILE, or simply have no macro line number above 1499.
- But Steve....I can't afford 7 Aussie dollars! No worries mate email me for a discount coupon ;) steve@turnssoft.com
2. Added timeout value option to Network Packet Detected Conditions
- http://www.turnssoft.com/conditions.html#networkpacketdetected for more information
3. Added timeout value option to Receive UDP Packet string conditions
- http://www.turnssoft.com/conditions.html#receiveudppacketstring
4. Added WAIT option to Download from URI action: Can now wait until the download has completed before macro continues.
- http://www.turnssoft.com/conditions.html#downloadfromuri
- Check out http://www.turnssoft.com/conditions.html#filesizeandfoldersize for more information
2. Changed Mouse Pos Near condition evaluation order. Now it processes as "IF/IF NOT Mouse Pos Near (OPERATOR) (VALUE) (Action)
- Check out http://www.turnssoft.com/conditions.html#mousepositionnear
3. Goto Macro Line Action now goes to the number value passed to the action not the value -1
2. Fixed improper IF NOT Folder Size evaluation evaluation.
3. Fixed 'Search for String' error on Receive UDP Packet String condition
4. Fixed Add Macro From File repeating the 'add' action
5. Fixed Relist Rows incorrect list after manual UP/DOWN edit
6. Fixed improper/inaccurate network packet detection for network conditions when handling packet types
Mini Mouse Macro 6.2.0.0 (20 July 2016)
Launch App1
Launch App2
Browser back/forward/refresh/stop/search/favorites/home
Media play/pause/next track/stop/
Launch Mail
Select Media
Print
Zoom
Volume Up/Down/Mute
Escape
Clear
2. Removed duplicate adapter listings on re-selecting a network adapter for the Network Conditions
Mini Mouse Macro 6.1.0.0 (18 July 2016)
Mini Mouse Macro 6.0.0.0 (16 July 2016)
2. New playback engine option 'Mouse Capture Ratio' greatly improves macro mouse playback.
3. New condition added: TCP PORT NUMBER - Condition based on open and closed local and remote TCP port numbers.
4. New Action added: Encrypt File/Folder AES & Decrypt File/Folder AES.
5. New Action added: Message Prompt.
6. New Action added: Copy to Clipboard and Paste from Clipboard.
7. Variable and Sound settings pages added.
2. Removed restrictions for Macro Edit and Hotkey saves.
3. Added configurable string and integer variable options.
4. Improved free version update dialog....last time in this msg box.
5. Improved program memory management.
2. Fixed ALT+SPACE (Open menu shortcut) being case sensitive.
3. Fixed improper File Size operation (now reads IF SIZE IS X then action)
4. Removed all references to m/s...gotta catch em all.
Mini Mouse Macro 5.2.0.0 (25 June 2016)
- New Features:
- Can now add an ELSE evaluation to conditions:
eg1 - (IF/IF NOT) (OBJECT) (OPERATOR) (ACTION) ELSE (IF/IF NOT) (OBJECT) (OPERATOR) (ACTION)
eg2 - (IF/IF NOT) (OBJECT) (OPERATOR) (ACTION) ELSE (ACTION)
- http://www.turnssoft.com/conditions.html#else for more information
2. New option added to Record to File (Options - Record Options - Record to File)
- Restriction:
- Why? This is plainly to encourage people to upgrade to the pro version. To continue the updates, pay the cost of web hosting, and to measure the limit of success, MMM needs to make a profit. The restriction is a measure to achieve this.
- I don't want to pay? That's ok. If you want to 'beat' the restriction add a condition at line 1499 to ADD MACRO FROM FILE, or simply have no macro line number above 1499.
- But Steve....I can't afford 7 Aussie dollars! No worries mate email me for a discount coupon ;) steve@turnssoft.com
- Improvements:
2. Added timeout value option to Network Packet Detected Conditions
- http://www.turnssoft.com/conditions.html#networkpacketdetected for more information
3. Added timeout value option to Receive UDP Packet string conditions
- http://www.turnssoft.com/conditions.html#receiveudppacketstring
4. Added WAIT option to Download from URI action: Can now wait until the download has completed before macro continues.
- http://www.turnssoft.com/conditions.html#downloadfromuri
- Change:
- Check out http://www.turnssoft.com/conditions.html#filesizeandfoldersize for more information
2. Changed Mouse Pos Near condition evaluation order. Now it processes as "IF/IF NOT Mouse Pos Near (OPERATOR) (VALUE) (Action)
- Check out http://www.turnssoft.com/conditions.html#mousepositionnear
3. Goto Macro Line Action now goes to the number value passed to the action not the value -1
- Fix:
2. Fixed improper IF NOT Folder Size evaluation evaluation.
3. Fixed 'Search for String' error on Receive UDP Packet String condition
4. Fixed Add Macro From File repeating the 'add' action
5. Fixed Relist Rows incorrect list after manual UP/DOWN edit
6. Fixed improper/inaccurate network packet detection for network conditions when handling packet types
Mini Mouse Macro 6.2.0.0 (20 July 2016)
- Major fix:
- New Features:
Launch App1
Launch App2
Browser back/forward/refresh/stop/search/favorites/home
Media play/pause/next track/stop/
Launch Mail
Select Media
Zoom
Volume Up/Down/Mute
Escape
Clear
- Bug Fix:
2. Removed duplicate adapter listings on re-selecting a network adapter for the Network Conditions
Mini Mouse Macro 6.1.0.0 (18 July 2016)
- New Features:
- Bug Fix:
Mini Mouse Macro 6.0.0.0 (16 July 2016)
- New Features:
2. New playback engine option 'Mouse Capture Ratio' greatly improves macro mouse playback.
3. New condition added: TCP PORT NUMBER - Condition based on open and closed local and remote TCP port numbers.
4. New Action added: Encrypt File/Folder AES & Decrypt File/Folder AES.
5. New Action added: Message Prompt.
6. New Action added: Copy to Clipboard and Paste from Clipboard.
7. Variable and Sound settings pages added.
- Improvements:
2. Removed restrictions for Macro Edit and Hotkey saves.
3. Added configurable string and integer variable options.
4. Improved free version update dialog....last time in this msg box.
5. Improved program memory management.
- Bug Fix:
2. Fixed ALT+SPACE (Open menu shortcut) being case sensitive.
3. Fixed improper File Size operation (now reads IF SIZE IS X then action)
4. Removed all references to m/s...gotta catch em all.
Mini Mouse Macro 5.2.0.0 (25 June 2016)
- New Features:
- Working with variables has been added to macro conditions (For detailed info and examples goto the condition help page).
- %INTEGER% - The ability to define integer variables and perform basic mathematical condition handling (+ - / *).
- %STRING% - The ability to define string variables and perform text string analysis during condition handling.
- %RANDOM% - The ability to generate a high random number for variable condition handling.
- %RANDOM_1-10% - The ability to generate a random number 1-10 for variable condition handling.
- %RANDOM_1-100% - The ability to generate a random number 1-100 for variable condition handling.
- %RANDOM_1-1000% - The ability to generate a random number 1-1000 for variable condition handling.
- %RANDOM_1-10000% - The ability to generate a random number 1-10000 for variable condition handling.
- %RANDOM_1-100000% - The ability to generate a random number 1-100000 for variable condition handling.
- Variable entries (%STRING%, %INTEGER%, all %RANDOM% variations) can be output for macro's (For detailed info and examples goto the condition help page).
- Skip current condition - for example the CONTINUE condition. The option to skip the current waiting condition by clickin on the 'condition...' label.
- When macro playback error conditions are found the error box is now displayed center bottom of the main macro window.
- Change default hotkeys unlocked for free version.
- Macro edit in settings unlocked for free version.
- Change default hotkeys unlocked for free version.
- Bug Fix:
- Fix and redesign of the TIME CONDITION. This has been simplified to have: IS, IS NOT, IS BEFORE CURRENT TIME, IS AFTER CURRENT TIME.
- Fix DATE CONDITION to match new time condition.
- Fix DATE AND TIME CONDITION to match new time condition.
- Macro queue on Auto start not detecting first macro in the queue.
- Removed reference to m/s (meters per second) to be ms (milliseconds)
- Some actions not displaying output after selection. Such as load macro not displaying the selected load output.
- Save error - value can not be null - removed and fixed for blank save strings.
- KEYPRESS NUMPAD(0-9) has been fixed so that now on recording the numpad the numbers are recorded (NumLock features are still detected)
- Fix numpad Decimal (.) not being recorded.
- Fixed the delim variable ' | ' incorrectly loading from MMM_Setting.ini due to spaces.
- Macro relist on broken undelimitered entries will now throw an error condition.
- lbl4Object label visible on selected action has been removed.
- Fixed minor graphical display error: Macro queue under options - loaded settings - active settings requires a crlf formatting.
2015Mini Mouse Macro 2.1.1.0 (05 JAN 2015)
Mini Mouse Macro 4.0.0.0 (18 AUG 2015)
Mini Mouse Macro 4.1.0.0 (12 SEP 2015)
Mini Mouse Macro 5.0.0.0 (08 NOV 2015)
Mini Mouse Macro 5.1.0.0 (22 Nov 2015)
2014Mini Mouse Macro 1.5.0.0 (17 JAN 2014)
2013Mini Mouse Macro Alpha 0.0.0.2 (13 AUG 2013)
![]() |
|