home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / Software / Vyzkuste / TrayComL / data1.cab / Help_Files / CHANGES.TXT next >
Text File  |  1999-07-05  |  4KB  |  89 lines

  1. Tray Command Line
  2.  
  3. If you have any comments/sugggestions rearding this program
  4. please email to voikg@hotmail.com.
  5.  
  6. Version 1.11
  7. - First public release
  8. Version 2.00
  9. - Added command parameters support
  10. Version 3.00
  11. - Recent command list is now saved in the registry
  12. - Now uses ShellExecute() - allows execution of special shortcuts
  13.   (like dialup networking entries), visiting www sites just by typing
  14.   their address, opening documents with an associated program by
  15.   typing document name, or just browsing directories with explorer
  16.   by entering a directory name.
  17. - Allows to change the hotkey
  18. - Added AutoMinimize option - minimizes to system tray when lanched a program
  19. - Various bugfixes
  20. Version 3.01
  21. - 2 bugfixes.
  22. - The tray icon always stays in tray i.e. the program is always accessible
  23.   when using mouse.
  24. Version 3.10
  25. - Aliases expanded
  26. - Nested aliases added: you can add alias "n; c:\win95\notepad.exe" and then
  27.   add "notes; n c:\edit\notes.txt" - alias which uses alias "n".
  28. - Last user command is displayed each time TrayCL is activated(Like in Run dialog).
  29. - Remembers only succesful commands in history list
  30. - Minor bugfixes.
  31. Version 3.20
  32. - History is now saved to windows registry (50 last commands).
  33.   Now you can invoke commands from previous sessions using history list.
  34. Version 3.21
  35. - Dialog box is not shown when program is run with "Hide when started" option.
  36. - Horisontal scroll problem fixed.
  37. Version 3.25
  38. - Added "OK" button
  39. - Reconstructed "add alias" dialog
  40. Version 3.31
  41. - Added Smart Dir (tm) button
  42. (if space is pressed after a command the chosen file is inserted as a parameter)
  43. - Added drag and drop capability
  44. Version 3.32
  45. - Optimized run function
  46. Version 4.00
  47. - Minor bugfixes
  48. - Added "Show Tray Icon" option
  49. - Added "Run after dir/drop" option - the program automatically runs the command
  50.   after you press dir button or drag&drop files into TrayCL.
  51. - Now you can select multiple files in DIR dialog as an arguments
  52.   (if you had space after a command and pressed dir button it chooses
  53.   arguments and places chosen files after the program name)
  54. - Added "Save window position" option
  55. - Now you can switch to mini-view (Ctrl+M) - when in miniview you see no menus & no caption
  56. - Added ability to choose FastRun hotkey - pressing this hotkey will execute
  57.   the last program entered in traycl dialog
  58. - AutoComplete feature added, you can change AutoComplete delay or turn
  59.   this future off in Options/Advanced dialog
  60. - Now you can choose the path where dir button opens
  61. Version 4.01
  62. - Minor bugfix
  63. - Added Smart AutoComplete feature - TrayCL tries to guess the
  64.   text after amount of time specified in delay field and if it
  65.   determines that the string you've entered so far is unique in
  66.   the history list - the command is auto-guessed immediately
  67.   without any further delay.
  68. Version 4.1
  69. - Added "Add" button. Now the aliases can be added within the main dialog.
  70. Version 4.2
  71. - Added ability to start programs minimized,maximized or normal
  72.   (using aliases)
  73. Version 4.22
  74. - Minor bugfixes
  75. Version 4.23
  76. - Added 'close' button in Mini-Mode (so you could close traycl
  77. with a mouse when in mini-mode)
  78. Version 4.6
  79. - Bug fixes.
  80. - Added unix-like filename/alias completion (thanks go to Martin Roth for the idea) -
  81.   Now instead of using "Dir" button you can easily type filenames into traycl,
  82.   for example typing "c:\pro" and then pressing TAB key will complete the typed
  83.   string to c:\"Program Files"\ . If the input string doesn't contain 
  84.   a ":" or "\\" characters, then Traycl tries to complete the input string as 
  85.   an alias name.
  86. - Added "*.com" extensition to "dir" button file dialog (someone requested this).
  87. Version 4.61
  88. - Fixed bug with filename-completion.
  89. - Added right click popup menu for tray icon.