You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[add] #95 add API: "CSM - Load Configuration Variables From String.vi"
[update] update tool icon
[fix] #94 INI-Viewer window is not opened after clicked in tool launcher.
[fix] CSM - Sync Configuration Variables to File.vi will be skipped if no change to ini cache.
[fix] #81#82 fix logic of priority oder for INI variables in multiple sections.
[add] #51#61#62 nested variable support
[update] add cache for "CSM - Read Cluster Elements From Key.vim" and "CSM - Read Cluster Elements From Session.vim"
[update] update example "6. import Config.ini with __include section.vi"
[fix] #74 Fix "CSM - Unload configuration variable file.vi" behavior by @KivenJia
[fix] #76 Fix the issue that __include section will be removed after loading to cache.
[fix] #75 Fix that if value contains '#', parsing will fail.
v2025.April: filer references when saving ini file
[feature] #70 config file now support _include section, which helps to load reference config files.
[fix] #68 unsupported api string datatype will not be saved to csm ini varaible cache by default
[add] #71 add example "5. Write and Read Configuration.vi"
[important] #59 refactor all examples
[update] #55 change some paths to avoid it be to long.
[fix] #60 fix bug that numbers followed by a backslash were incorrectly interpreted as ASCII codes.