Differences

This shows you the differences between two versions of the page.

Link to this comparison view

what_is_new_8_11_1 [2026/03/31 21:00]
admin created
what_is_new_8_11_1 [2026/04/03 16:44] (current)
admin
Line 12: Line 12:
 ==== Logging Improvements ==== ==== Logging Improvements ====
  
-  * Standardized debug logging across functor execution and test subsystems, including a new `TEST` log subsystem for test execution output.+  * Standardized debug logging across functor execution and test subsystems, including a new `TABLE_HANDLING` and `TEST` log subsystems.
  
 ==== Code Refactoring ==== ==== Code Refactoring ====
Line 25: Line 25:
  
   * Port editor now shows an error icon when a non-editable port is disconnected from any functor.   * Port editor now shows an error icon when a non-editable port is disconnected from any functor.
 +
 +  * Improved some tooltips and messages for better clarity.
 +
 +  * Add information about the zeroMQ library that was missing from the application About dialog.
 +
 +  * Define presentation banner to functor AddTableColumn showing the table column name being used.
  
 ==== Bug Fixes ==== ==== Bug Fixes ====
Line 31: Line 37:
  
   * Fixed a crash caused by the C++ table representation being accessed by the UI after it had already been destroyed.   * Fixed a crash caused by the C++ table representation being accessed by the UI after it had already been destroyed.
 +
 +  * Fixed a bug where the user folders returned by asking ApplicationUtils might not exist.
  
 ---- ----