Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .doc/release note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
v2026Q1
---------------------------------------------------------

## Core
[update] #587 Convert VIs in _shared/ directory to inline for performance improvement

## Advance Modes
[fix] #591 Exiting issue for chain mode when some node is timout for "macro: exit"
[fix] Close front panel in exe/lvlibp scenario

## Global Log
[update] #586 Update Complete log for Sync/Async Message
[update] #590 Show nodes left number in module destroy log for worker/chain mode.

## Debug Tools
[add] Add common UI utility VIs
[fix] fix "CSM - Interface Browser.vi" launcher entry
[remove] #326 #321 Remove VI Analyzer support
[remove] Remove "fCSM - Add VI Reference Case to CSMs.vi" tool
[update] CSM tool Update: fix CSM - Switch Language Tool.vi

## Doc/Palette
[doc] #602 Rewrite Syntax.md as comprehensive bilingual CSM syntax reference
[update] Improve palette and documentation

v2025Q4
---------------------------------------------------------

Expand Down
19 changes: 12 additions & 7 deletions Communicable State Machine(CSM).vipb
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,18 @@ For information on NEVSTOP-LAB, visit: <color=blue><u><i>https
<Copyright/>
<Packager>NEVSTOP</Packager>
<URL>https://github.com/NEVSTOP-LAB</URL>
<Release_Notes>[update] #586 Update Complete log for Sync/Async Message
[update] #590 Show nodes left number in module destroy log for worker/chain mode.
[update] Doc Update
[update] CSM tool Update
[fix] #591 Exiting issue for chain mode when some node is timout for "macro: exit"
[fix] fix "CSM - Interface Browser.vi" launcher entry
[remove] Remove "fCSM - Add VI Reference Case to CSMs.vi" tool</Release_Notes>
<Release_Notes>[update] #587 Convert VIs in _shared/ directory to inline for performance improvement
[update] #586 Update Complete log for Sync/Async Message
[update] #590 Show nodes left number in module destroy log for worker/chain mode.
[fix] #591 Exiting issue for chain mode when some node is timout for "macro: exit"
[fix] Close front panel in exe/lvlibp scenario
[fix] fix "CSM - Interface Browser.vi" launcher entry
[add] Add common UI utility VIs
[remove] #326 #321 Remove VI Analyzer support
[remove] Remove "fCSM - Add VI Reference Case to CSMs.vi" tool
[doc] #602 Rewrite Syntax.md as comprehensive bilingual CSM syntax reference
[update] CSM tool Update: fix CSM - Switch Language Tool.vi
[update] Improve palette and documentation</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down
Loading