Release Notes 26.x: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Zeile 7: Zeile 7:
*Fix: many fixes related to DPI scaling. I.e. when multiple monitors are configured with different scaling (especially different from 100%). Includes scaling of fonts, bitmap and UI components (widgets).
*Fix: many fixes related to DPI scaling. I.e. when multiple monitors are configured with different scaling (especially different from 100%). Includes scaling of fonts, bitmap and UI components (widgets).
*Fix: display of very long lines in a text editor/inspector (workaround Windows 16bit line limit)
*Fix: display of very long lines in a text editor/inspector (workaround Windows 16bit line limit)
*Fix: due to a bug in the Enumeration datatype, the size of ets. files grew over time to huge sizes. This had no effect on the execution, but made load/save times almost unacceptably long.
*Fix: due to a bug in enumeration datatypes, the size of ".ets" files grew over time to huge sizes. This had no effect on the execution, but made load/save times almost unacceptably long by storing/reloading unneeded data.
*Feature: Qt-Plugin supports Qt6.8 ([[QT_Testing/en#ExpeccoTestService_Library%3A_Delivery_in_Expecco_Versions|Delivered versions for QT and build environment]])
*Feature: Qt-Plugin supports Qt6.8 ([[QT_Testing/en#ExpeccoTestService_Library%3A_Delivery_in_Expecco_Versions|Delivered versions for QT and build environment]])
* Feature: improved search text box behavior in text editors (type RETURN, CMD-f or CMD-b while box is open) and back to original position button added.
* Feature: improved search text box behavior in text editors (type RETURN, CMD-f or CMD-b while box is open) and back to original position button added.
Zeile 15: Zeile 15:
** Integer freezeValues in exponential notation (eg. 1e5)
** Integer freezeValues in exponential notation (eg. 1e5)
** Recognize type specific infinities eg. "inf.0", "inf.0f", "inf.0q" etc. (useful when parsing/receiving values from the outside world)
** Recognize type specific infinities eg. "inf.0", "inf.0f", "inf.0q" etc. (useful when parsing/receiving values from the outside world)
** Recognize type specific nans eg. "nan.0", "nan.0f", "nan.0q" etc. (useful when parsing/receiving values from the outside world)
** Recognize type specific NaNs eg. "nan.0", "nan.0f", "nan.0q" etc. (useful when parsing/receiving values from the outside world)
** fixed/added missing trigonometric functions for multiprecision floats and complex numbers (eg. arcTan)
** fixed/added missing trigonometric functions for multiprecision floats and complex numbers (eg. arcTan)
** inspector (and activitylog as a consequence) show the type of a float (suffix 'f', 'q', 'Q' etc.)
** inspector (and activitylog as a consequence) show the type of a float (suffix 'f', 'q', 'Q' etc.)

Version vom 8. Mai 2026, 22:55 Uhr

See also: Release Notes 25.x

Release 26.2 (Q4 2026)

Release 26.1 (Q2 2026)

  • Fix: many fixes related to DPI scaling. I.e. when multiple monitors are configured with different scaling (especially different from 100%). Includes scaling of fonts, bitmap and UI components (widgets).
  • Fix: display of very long lines in a text editor/inspector (workaround Windows 16bit line limit)
  • Fix: due to a bug in enumeration datatypes, the size of ".ets" files grew over time to huge sizes. This had no effect on the execution, but made load/save times almost unacceptably long by storing/reloading unneeded data.
  • Feature: Qt-Plugin supports Qt6.8 (Delivered versions for QT and build environment)
  • Feature: improved search text box behavior in text editors (type RETURN, CMD-f or CMD-b while box is open) and back to original position button added.
  • Feature: Improved/Fixed Number stack:
    • Enhanced multiprecision numbers (<float>q, <float>Q constants)
    • Float32 numbers (<float>f)
    • Integer freezeValues in exponential notation (eg. 1e5)
    • Recognize type specific infinities eg. "inf.0", "inf.0f", "inf.0q" etc. (useful when parsing/receiving values from the outside world)
    • Recognize type specific NaNs eg. "nan.0", "nan.0f", "nan.0q" etc. (useful when parsing/receiving values from the outside world)
    • fixed/added missing trigonometric functions for multiprecision floats and complex numbers (eg. arcTan)
    • inspector (and activitylog as a consequence) show the type of a float (suffix 'f', 'q', 'Q' etc.)
  • Feature: function to upload/download files from/to remote CBridges (for testData and binaries)
  • Perfoemance



Copyright © 2014-2024 eXept Software AG