February 27, 2008
xStarter 1.9.0
- Microsoft Windows Vista suport added.
- The RunProcess action now has the option for the console type of running an application allowing you to get the text output of the application into the log or into the resulting action variable - ConsoleOutput.
- The action for sending the Ctrl+Alt+Del key combination has been added.
- The new SetFileAttributes action for settings file attributes has been added.
- The new CheckTCPIPPort action checking whether the specified port is occupied or free has been added.
- The new Beep action has been added.
- The SendSkypeMessage action for sending Skype messages has been added.
- The event triggered when USB or other removable drives are connected/removed has been added.
- The new USBSafeRemove action for safe USB drive removal has been added.
- The "Leave last N files" option has been added in the DeleteOldBackups and DeleteOldFiles actions.
- The Download action now correctly processes redirects 301 and 302.
- The option enabling search in subfolders has been added in the FirstLastFile action.
- The new IsWriteAccessibe variable has been added in the FileProperties action.
- Now it is possible to send messages via action SendMail in the HTML format.
- Now not a settled list of log sources, but the very sources of the current computer are now present in the event reacting to records in NT event logs. Similarly, the list is no longer a settled one in the NTEventLogMessage event.
- Now it is possible to specify hexadecimal codes of data sent to the device connected to the COM port in the SerialPortWrite and SerialPortWriteEx actions.
- The DateTimeMath2 action has been renamed into DateTimeMathD, it has been done for the internal parser of the program to work correctly. Manual renaming will be necessary in actions where the results of DateTimeMath2 are used (change 2 for D).
- The Title parameter has been added in the ShowMessage and AskMessage actions. It allows you to specify titles for message windows.
- The option for selecting the monitor in case there are several monitors in the system has been added in the ScreenShot action.
- The user authentication parameter has been added to the HTTPPost and HTTPPostFile actions.
- The Delete action now supports file masks.
- Variables for sending additional keypad keystrokes have been added to the SendKey action (NUMPAD_MULTIPLY, NUMPAD_SEPARATOR, etc.).
- Tasks with the option of launching on the current desktop started from a service will now start for all users currently connected to the computer.
- The xTaskExe.bin file necessary for compiling .exe files for tasks is now distributed together with the main program and there is no need to download/install it separately.
- The buttons for enabling/disabling the autoheight mode for action lines have been added to the action list (the upper-right table corner).
- Now it is possible to copy text from the task log into the clipboard.
- The Ctrl+S key combination acts as Apply now.
- Now it is possible to select several actions in the action list to be copied to another task.
- Fixed some other minor bugs.
August 27, 2007
xStarter 1.8.9
- The RefreshTray action has been added, it is used to clear the icons of the program that are not running any more from the tray.
- All FTP actions now support the PASV command that is used to switch to the passive mode (the Force old port option).
- Action Print now have simple printer selection.
- Now it is possible to work with databases via ADO:the AdoConnect action is used to connect to a database, the AdoQuery action is used to perform a query, the AdoQueryValue function is used to get values from a query, the AdoQueryEof, AdoQueryBof functions are used to get the status of a query, the AdoQueryOperation action is used to move inside a query or to close it, the AdoDisconnect action is used to disconnect from a database.
- Now it is possible to work with queries in the xStarter FBIB: the fbIbQuery action is used to perform a query, the FbIbQueryValue function is used to get values from a query, the FbIbQueryEof, FbIbQueryBof functions are used to get the status of a query, the FbIbQueryOperation action is used to move inside a query or to close it.
- The InputVar action now allows you to enter not only the date, but also the time, it also has special fields for selecting folders or files and allows you to specify string values for selecting them from a drop-down menu.
- Variables on the Vars tab now allow you to enter not only the date, but also the time, they can also display special fields for selecting folders or files.
- By default, somewhat different rules are now used to process variables and functions, they are now enclosed in square brackets. This change allows you to use variables, the results of performed actions, etc. in the SendKey action.
- When you save a section from the File menu of the program, all tasks in the section get new internal identifiers. It makes it possible to avoid confusion when tasks from the new and old sections are run.
- The SearchText and SearchParamsText actions can now return a string with the matching text as well.
- The Zip and Backup actions are now implemented via another component to make zip files and there are no more problems with the names of non-English files inside archives.
- The new DeleteOldFiles action that works similarly to DeleteOldBackups, but is oriented to the file date.
- New action FileExist.
- Action GetDateTime now return week number of date.
- xStarter WebPilot now have function {Client_IP}, returning TCP/IP address of connected computer.
- The bug in GetTextBlockCount has been fixed, the action used to return 1 item more than the actual number of items.
- Fixed some other minor bugs.
June 18, 2007
xStarter FBIB 1.8.8
- The program now can run tasks by database's events posted via command POST_EVENT.
- It's now possible to compile xStarter FBIB tasks into distributable .exe files. Tasks now are portable and don't need xStarter FBIB to be installed on computers where tasks will be executed.
June 5, 2007
xStarter 1.8.8
- The program now supports the ClearType technology of smoothing fonts.
- The FileHash action has been added, hashes are created with the help of the CRC32 or MD5 methods.
- A filter by the external addresses commands can be received from has been added to the TCP/IP monitoring event.
- The Secure option where you can set the TLS or SSL security method has been added to the SendMail action. Now messages from GMail mailboxes are successfully sent.
- The SSL option has been added to the CheckMail, DeleteMail actions. Now messages from GMail mailboxes are successfully received.
- The Case-Sensitive option has been added to the ReplaceText action.
- The bug that made it impossible to import tasks if the current task and section list was empty has been fixed.
- It is now possible to export tasks without passwords. It is useful when you send tasks to people who should not know your passwords.
- The option for stopping a task has been added to the DisableTask action.
- Action FirstLastFile now contain fields to specify files masks for including files and excluding files during file search.
- The InputVar actions coming in a row are now displayed in one dialog box during execution.
- The FolderProperties action has been added, it returns such folder properties as creation and modification dates, attributes.
- The CheckMail action can now be at the end of only message headers.
- The event allowing you to launch tasks when processes are started/stopped has been added.
- Now you can send the Win key in the SendKeys action as well, for example, #(L).
- Events starting tasks when the system is idle now work somewhat differently. This event used to analyze keystrokes and mouse clicks/movements directly. Now hooks are not used and a special Windows function returning the system idle time is analyzed.
- Now it is possible to specify the list of addresses to listen to in the properties of the TCP/IP event, addresses must be separated from each other with a semicolon.
- The option that disables popup windows when records are added to the task log is now available. You can find this option in the log options on the task log tab.
- When the task log tab is open and when records are being added to the list, the whole log is no longer loaded, only the new records are loaded. It adds some "smoothness" to loading new records.
- Hook libraries are now excluded from the distribution package of the program and can be downloaded separately. It is done because a lot of antivirus software and firewalls consider these libraries malicious and spoil the reputation of the program. Due to the exclusion of these libraries, a number of events work with limitations (window events, keyword events, hotkey events if it is specified in what window the key combination should be processed).
- The bug causing an error while playing one sound file first from the task configurator and then according to the scheduler from the service application has been fixed.
- Fixed some other minor bugs.
January 21, 2007
xStarter 1.8.7
- It's now possible to compile xStarter tasks into distributable .exe files. Tasks now are portable and don't need xStarter to be installed on computers where tasks will be executed.
- New tab in each task was added to specify variables where users can fill during task start. It can be useful in portable tasks too.
- New action InputVar, it allows to ask user to fill some values. E.g. user can enter name of file that must be copied.
- Program preferences now contains an option "Show each task log while execution in popup windows". Popup message hides automatically after 5 seconds.
- In the task log tab, a new option was added "Detailed execution log". With this option enabled, the task log will contain detailed information about each action, from startup, during execution and results of execution.
- Program now contain option to check new version exists automatically each week. This option can be disabled in the program preferences.
- New action ReloadTasks, it allows reloading sections and tasks from modified or new sections files without restarting program. So, sections files can be copied from some remote computer and will be applied after ReloadTasks action has been executed.
- New action TasksList, main role is for extracting tasks list. It can be useful for performing some operations with tasks at once, in the TextLoop (e.g. for disabling of all tasks or for running tasks that contain word "Backup" in the name).
- New functions {TASK_NAME}, {SECTION_NAME}, {PROG_VERSION}, {TASK_LOG_FILE}.
- Action FirstLastFile now contain fields to specify files masks for including files and excluding files during file search.
- New event to run tasks by commands from HID devices. E.g. it's possible to create tasks, running by joystick buttons pressing or from other devices like Nintendo Wiimote.
- In the action SetVariable now possible to specify variable data type. This allow to perform statements If and WhileDo correctly with not-string values.
- Fixed problems with option "Don't run task again if already running" during tasks launching from different processes.
- Fixed problem with what tasks was not running sometimes in different processes.
- Fixed error in the action FtpSyncDownload, during this error, it was not correctly checking date/time of files modified and created in the FTP folder and in local folder.
- Fixed some other minor bugs.
What new 1 - 5 of 43
First | Prev. | 1 2 3 4 5 6 7 8 9 | Next | Last | All