CIMCO Cloud Link 3 Releases
Release notesExpand allCollapse all
Changes since previous version:
CIMCO Cloud Link 3.32.01
- New: Added 'MNT-optimized Basic Auth' mode for secure, single-login access to /mnt while keeping API token authorization intact.
- New: Introduced cimcocloud_template_basic.yml supporting MNT mode with placeholders for [BASIC_BASE64], [USERNAME1], and [PASSWORD1].
- Update: Installer now auto-generates Base64 Basic Auth headers and validates configuration before service start.
- Update: Improved installer UI with DPI-safe layout, enhanced error handling, and clear authentication workflow.
- Compatibility: Existing configurations remain supported; MNT mode is optional and backward compatible.
Changes since previous version:
CIMCO Cloud Link 3.10.01
- New: Implemented post-installation cleanup to remove unused template files.
- Update: Improved the installation process by automatically cleaning up temporary files, ensuring a more streamlined and user-friendly installation experience.
- Update: Added code to delete cimcocloud_template.yml and cimcocloud_template_pwd.yml from the installation directory after the configuration file cimcocloud.yml is created. This cleanup step ensures that only the necessary configuration file remains in the installation directory, reducing clutter and potential confusion for users.
- Update: Updated the CurStepChanged procedure to include:
// Delete the template files after configuration
DeleteFile(ExpandConstant('{app}\cimcocloud_template.yml'));
DeleteFile(ExpandConstant('{app}\cimcocloud_template_pwd.yml'));
These lines were added to remove the template files once the installation is complete and the configuration file has been created.



