v1.4 [Aug 23, 2014]
- Communication diagnostic log can now be displayed and used for advanced debugging and communication troubleshooting. Open the log window in menu Tools/Communication Log.
- FreeMASTER now enforces the HTML renderer to use InternetExplorer v11 engine if available. This enables new graphical elements and script features like HTML5, jQuery and others to be used in FreeMASTER. In case of compatibility issues, you can revert back to older IE versions by modifying the registry entry at HKEY_CURRENT_USER\Software\Freescale\FreeMASTER\Application, set MSIEBrowserEmulation.v143 to 7000 or 8888 decimal (more codes at http://msdn.microsoft.com/en-us/library/ee330730(v=vs.85).aspx).
- FreeMASTER Script can now use the PageReloadOnPortOpen boolean property and re-configure the HTML rendering engine not to reload the page during the port open operation.
- Fixed: Issue affecting the Windows7/64bit version: When FreeMASTER starts with communication port open, the communication thread appeared not to run. Device seemed alive, ActiveX and script could access the board, but the Variable Watch was showing question marks only.
- Fixed: The OnBeforeUnload event is now fired properly by FreeMASTER engine when HTML document is being to be unloaded.
- Fixed: Compatibility problem with ELF/Dwarf4 file format generated by GCC 4.8.0. This GCC version is used by the Kinetis Design Studio v1.1.1.
- Fixed: Parsing of the static variables in ELF/Dwarf2 files produced by Greenhills toochain. Static variables were not visible in FreeMASTER 1.4.2 and earlier.
- Fixed: Information about communication port is now shown properly in the status line at the bottom of the main application window.
- Fixed: HTML rendering window now handles the TAB character correctly. The TAB character causes the next HTML element to be focused.
- Fixed: Persistency of color palette used in variable watch pane and in graph definition.