Version 6.4.3.5
Bug Fixes
- Fixed an issue where AML documents could be saved with UTF-8 BOM in some save paths. Document save now consistently uses UTF-8 without BOM.
- Fixed an issue where saving editor settings during shutdown could fail intermittently when
user.configwas temporarily locked. - Fixed an issue where saving
customLayout.xmlcould fail if the file was in use by another process. The save operation now retries gracefully and avoids shutdown interruption.
[Version 6.4.3.4]
Bug Fixes
- Fixed an issue where the .NET 10 version could not identify plugins published on Nuget.
Changes
- The method of the Plugin Manager how it checks access to a remote plugin source has been modified to get a correct response, even when a proxy server is used. This should solve the problem that plugins from remote sources could not be loaded when a proxy server was used.
Version 6.4.3.3
Bug Fixes
- Fixed an issue where the auto update could not load the updated version of the editor zip file. If version 6.4.3.1 or version 6.4.3.2 is your current version, please update it manually.
Version 6.4.3.2
Bug Fixes
- Fixed an issue where the validation of external data references could raise a validation error for amlx containers when the reference path was valid.
Version 6.4.3.1
Bug Fixes
- Fixed an issue where a missing class ID could raise an exception.
Version 6.4.3.0
Changes
-
The Editor is bundled for the .NET 10 runtime. According to this source .NET 10 represents a significant milestone as the latest Long-Term Support (LTS) release, building substantially on the proven foundation of .NET 8. This release delivers exceptional performance improvements through advanced JIT optimizations and garbage collection enhancements.
-
If you would like to continue using the .NET 8 version, you can download it here.
Bug Fixes
- Fixed an issue where the exchange of unsigned libraries with signed libraries has no effect.