ComponentManager Release 1.30 – September 16th, 2012
- Changed application name from ScriptBox to ComponentManager
- Modified Application to use .NET Framework 4.0
- Added ‘Kill Component’ command to Component Viewer
- Modified all API methods to reflect new application name
- Fixed incorrect service API setting
ScriptBox Release 1.23 – November 27th, 2011
- Modified cached settings to a maximum of 500 items
- Modified cache lists to reduce garbage collections
- Minor modification to ScriptBox Service event handling
- SB_System: Added new method CpuUsage
- SB_System: Added new method MachineName
- SB_System: Added new method PhysicalMemory
- SB_System: Added new method ProcessorTime
- Modified algorithm for calculating CPU Usage
ScriptBox Release 1.22 – July 27th, 2011
- Modified ScriptBox Manager user interface
- Method: SB_Setting.Send will update setting if it already exists. No need to delete setting first.
- Improved parameter checking for all SBapi.dll classes
- Improved parameter checking for all internal ScriptBox classes
- Improved SBapi.dll exception passing back to calling script
- Improved security and encryption using WCF channels within ScriptBox
- Added new class ScriptSetting to hold specific settings for each running script
- Added ScriptSetting grid to display local script settings in ScriptBox Manager application
- Added 5 new methods to ScriptSetting class
- Added logging to disk for all internal exceptions
ScriptBox Release 1.21 – May 25th, 2011
- Added service version of ScriptBox for running on a server
- Modified message list cache size from 100 to 500 stored messages
- Added new Setting “ScriptBox Service Start Delay”
- Added new Setting “ScriptBox Service Load Script”
- Modified settings so they are not case sensitive
ScriptBox Release 1.20 - April 13th, 2011
- Added new class SB_Message: add and delete ScriptBox internal messages
- Modified WCF Server to be more robust when handling network errors
- SB_Script.Send method: removed constraint where a script can be loaded from
- SB_System: added four new API methods to access internal ScriptBox lists
- ScriptBox Manager GUI Application: added a GUI application to manage remote ScriptBox applications
ScriptBox Release 1.10 – February 12th, 2011
- Increased WCF connections from 10 to 20 for ScriptBox server
- Modified internal API classes to have a return value
- Added new methods to SB_Script class for increased component control
- Added new class SB_Trigger: run a script by sending a trigger message
ScriptBox Release 1.00 – November 23rd, 2010
