Updated plug-ins from release 10.494.22274 to 10.516.22330
Date: 29 April 2011
System Components: Altium Designer System
1997 | An Access Violation that used to happen when switching between PCB & SCH documents after doing a SCH to PCB ECO followed by PCB Interactive Routing with Pin Swap ON has now been fixed. |
Various | The following preferences can now be exported and imported:
|
4774 | Altium Designer in some cases displayed Catastrophic Failure messages and is now improved to display the correct exception dialog. |
System Components: PCB Support
Various | The following preferences can now be exported and imported:
|
4571 | CAMtastic Reload layer data command no longer unexpectedly shuts down Altium Designer. View BugCrunch report. |
System Components: Schematic System
2577 | The preferences in page Schematic > Orcad can now be exported and imported. |
4666 | Schematics now display text correctly in all supported languages and simulations work correctly regardless of the machines language settings. View BugCrunch report. |
4775 | The Schematic update from libraries, Preserve parameter locations option, will no longer update the component's parameter with the Autoposition setting from the library component's parameter. |
System Components: Schematic Support
2596 | The preferences in page Simulation > SIMetrix Interface can now be exported and imported. Remains excluded from Cloud Preferences. |
System Components: Soft Design System
Various | The following preferences can now be exported and imported:
|
4371 | Access violation no longer occurs when there is no profiling result available. |
4436 | Embedded code editor no longer freezes some time when some codes are highlighted. |
System Components: Soft Design Support
4518 | Underline typing errors in Editor preference no longer causes Altium Designer to crash |
System Components: Soft Design Firmware
2988 | Version 1.0.26 of the NB3000 firmware is now available. See Firmware release notes. |
Output Generators: Output - Gerber
4346 | Gerber Output will no longer contain layers that were removed from the PCB board layer |
Output Generators: Output - Testpoint
4559 | The TestPoint Report (IPC-D-356A netlist) no longer creates incorrect output when buried vias are present. |
- Added by Karen Beard, last edited by Karen Beard on Apr 29, 2011
Comment:
<>
var show = getElementById('show');
var hide = getElementById('hide');
var versionComment = getElementById('versionComment');
showComment(){
show.style.display = 'none';
hide.style.display = 'inline';
versionComment.style.display = 'block';
}
hideComment(){
show.style.display = 'inline';
hide.style.display = 'none';
versionComment.style.display = 'none';
}
>