home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 February / PCShareware-2-98.iso / programy / MACRO / history.txt < prev    next >
Text File  |  1997-11-02  |  5KB  |  176 lines

  1. This is version 4.2.3 of Macro Scheduler which replaces all previous versions.
  2.  
  3. Version 2.0 - 08/06/97
  4. ----------------------
  5.  
  6. Added macro recording capability.
  7. Changed repeat every from hours to minutes.
  8. Added monthly run option.
  9. Fixed command line bug.
  10.  
  11.  
  12. Version 3.0 - 01/07/97
  13. ----------------------
  14.  
  15. Additions :
  16.  
  17.     Logging capability.
  18.     Encryption facility.
  19.     Free format editor.
  20.     Import method.
  21.     CopyFile,MoveFile,DeleteFile commands.
  22.     Message Command.
  23.     Enhanced error checking.
  24.  
  25.  
  26. Version 4.0 - 26/07/97
  27. ----------------------
  28.  
  29. Additions/Changes :
  30.  
  31.     Execute File method to launch files based on their associations.
  32.     EditIniFile command to edit INI files.
  33.     Added Edit Line Button on script creation window.
  34.     Macro list now sorted alphabetically.
  35.     Browse button for Run Program command.
  36.     Changed window handling commands to work with substrings.
  37.     added Help button.
  38.     Added ability to stop a macro during execution.
  39.     Added automatic creation of desktop shortcuts.
  40.     Re-coded wait command to multi-task better and not lock up so tightly.
  41.     'Jazzed' up interface a little.
  42.     Added more error checking.
  43.     
  44. Fixes :
  45.  
  46.     Fixed bug with logging.
  47.     Fixed NT4.0 close down problem.
  48.     Fixed problem with looping causing errors if more
  49.     than one script running at once.
  50.  
  51.  
  52. Version 4.1 - 06/08/97
  53. ----------------------
  54.  
  55. Changes :
  56.  
  57.     Altered window handling commands to only attempt substring window title matches when an
  58.     an asterisk is specified at the end of the text.
  59.  
  60.  
  61. Version 4.1.1 - 14/08/97
  62. ------------------------
  63.  
  64. Fixes :
  65.  
  66.     Fixed bug causing exception error when script containing a message statement is run from
  67.     the command line.    
  68.  
  69.  
  70. Version 4.1.2 - 31/08/97
  71. ------------------------
  72.  
  73. Fixes :
  74.  
  75.     Memory leaks investigated and patched.
  76.  
  77. Additions :
  78.  
  79.     Added the ability to stop macro recording using a user defined hot key to avoid
  80.     the need to set focus back to the Macro Scheduler window.
  81.     Addition of ALT GR key to key list.
  82.  
  83.  
  84. Version 4.2 - 08/09/97
  85. ----------------------
  86.  
  87. Additions :
  88.  
  89.     Recorded macros can optionally be translated to scripts and edited.
  90.     Ability to assign hot keys to macros.
  91.     Commands for controlling the mouse.    
  92.  
  93.  
  94. Version 4.2.1 - 16/09/97
  95. ------------------------
  96.  
  97. Fixes :
  98.     
  99.     System keys released automatically when scripts run from hot key.
  100.     ExecuteFile command hanging fixed.
  101.  
  102. Additions :
  103.  
  104.     2 New Commands (IfFileExists,IfFileChanged)
  105.  
  106.  
  107. Version 4.2.2 - 20/09/97
  108. ------------------------
  109.  
  110. Fixes :
  111.  
  112.     'Send Character/Text' now handles extended keys that use the right hand alt key
  113.     such as the German '\' character.
  114.     The recorded macro translator also now handles these keys.
  115.  
  116.  
  117. Version 4.2.3 - 23/09/97
  118. ------------------------
  119.  
  120. Fixes :
  121.  
  122.     Correct handling of caps lock state in macro recording and translation, to ensure
  123.     characters are sent in intended case.
  124.  
  125. Additions :
  126.     
  127.     Three new commands: Press CAPS, CapsOn, CapsOff
  128.  
  129.  
  130. Version 4.3 - 28/09/97
  131. ----------------------
  132.  
  133. Fixes :
  134.  
  135.     Update button no longer updates wrong line if another line selected after pressing Edit Line.
  136.     Stop button now available when script is scheduled, rather than just the break option.
  137.  
  138. Additions :
  139.  
  140.     Now works on NT3.51
  141.     Mouse cursor position monitor added to settings form.
  142.     Default font settings for editor can be changed.
  143.     Macro translator ignores unneccesary duplicate control key presses.
  144.     Repeat every x minutes now allows up to 1440 minutes.
  145.     Variables can now be declared using new Let> command.
  146.     All existing commands which take a parameter can accept a declared variable.
  147.     Input box command to get a value from the user.
  148.     ConCat command to concatinate string values.
  149.     Add command to add two numeric values.
  150.     Sub command to subtract a numeric value from another.
  151.     If command to perform conditional branching based on boolean operation.
  152.     CreateDir command to create directories.
  153.  
  154.  
  155. Version 4.3b - 11/10/97
  156. -----------------------
  157.  
  158. Fixes :
  159.     
  160.     Stopped Hotkey setting getting lost after scheduled macro run.    
  161.     Month date schedule problem fixed.
  162.  
  163.  
  164. Version 4.3.1 - 01/11/97
  165. ------------------------
  166.  
  167. Additions :
  168.     
  169.     New commands for handling Num Lock, Scroll Lock and Number pad keys.
  170.     GetDate and GetTime commands.
  171.     Command to read parameters from INI files.    
  172.     Ability to pass parameters on command line.
  173.     Advanced scheduling options for system recovery and repeat stop time.
  174.     Ability to more quickly disable/enable a macro's schedule.
  175.     Macro command now allows running of scripts as well as recorded macros.
  176.