v1.0.5
What's Changed
New Features
- feat: support for multiple package servers
- feat: support for NuGet protocol!
- feat: support Beckhoff repositories as known since TwinCAT 4026's TcPkg
- feat: packages can now be added to a PLC using always the Latest version (In TwinCAT this is indicated by *
- feat: packages can now be added as
- qualified only: Library modules (and variables) are called in the project only with prepended namespace paths.
- optional: The selected library is treated as optional. When downloading the project that references the library, no error is reported, even if the library is not available in the library repository.
- publish all IEC symbols: If the current project is later included as a library in another project, the IEC symbols of the selected library reference are published in this project as if the selected library reference were directly included in the project. You can address the library function blocks unambiguously if you use the corresponding namespace path. This consists of the namespace of the "parent" library and its own namespace and precedes the function block name.
- feat: improved error messages and in general make logs easier to read
- feat: close dialogs by pressing ESC
Bug Fixes
- fix: package configuration are not resolved on reload
Full Changelog: v0.8.0..v1.0.5