Release Notes 21.x: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Weiterleitung nach Release Notes 20.x erstellt) Markierung: Neue Weiterleitung |
Cg (Diskussion | Beiträge) (Weiterleitung auf Release Notes 20.x entfernt) Markierung: Entfernte Weiterleitung |
||
Zeile 1: | Zeile 1: | ||
== Attention: All Releases Before 20.2 == |
|||
#redirect [[Release Notes 20.x]] |
|||
Attention SSL-Problem: Our hoster (www.exept.de) has changed the SSL-policy, only allowing the newest SSL-encryption/chaining modes. |
|||
The previous expecco releases are not able to download the fix for this problem automatically. |
|||
You have to download the patch: |
|||
https://download.exept.de/download/expecco/20.1.0/patches/0017_SSLClientHelloMsg.expeccoPatch |
|||
using a web browser and install it with the "''Extras''" -> "''Maintenance''" -> "''Install Patch from File''" menu item. |
|||
== Release 21.1 (Spring 2021) == |
|||
* Feature: "''Clear Variable''" in the project environment editor's popup menu |
|||
* Feature: Shell environment variables for scripts and bridges in the [[Settings_ExternalToolsSettings/en#Environment_Variables|"External Script Interpreters" settings]] |
|||
* Feature: Java-Plugins (Swing, SWT, FX) support the CommonUILibrary. The libraries contain new element blocks, which only work with the current expecco version. The old element blocks are obsolete, but still working. |
|||
* Feature: callEB (direct call of another elementary block) now supports a variable number of pins in the called action |
|||
* Feature: Ctrl-Shift-R to replace a step by the clipboard's action in the diagram editor |
|||
* Feature: "''SkipSubactivitiesInTrace''" flag also for test cases (in test plan) |
|||
* Feature: bridged Python code supports breakpoint and single steppping |
|||
* UI Enhancement: better syntax error reporting in the editor (especially for bridged C actions) |
|||
* UI Enhancement: the [[Settings_CodeEditorSettings/en#Cursor_Behavior_at_Line-End | default line-end cursor behavior]] in text editors changed to conform to other editors |
|||
* Bugfix: Actions directly called by another elementary action (via callEB) were not logged completely |
|||
* Bugfix: actions with suppressed activity log ("''skipInTrace''" flag) failed to provide the execution time at that output pin |
|||
* Bugfix: SQLite interface did not retrieve blobs |
|||
* Bugfix: password strings are now also hidden from the data inspector |
|||
* Bugfix: secret strings were not always hidden from the report and activity log |
|||
* Bugfix: alert boxes opened by bridge code did not auto-confirm (see [[Settings_ExecutionSettings/en#Auto-Confirm_Dialog_Boxes|settings]]) |
|||
* Bugfix: Python2 bridge crashed with non-Ascii characters in source code (str() function problem) |
Version vom 20. März 2021, 16:15 Uhr
Attention: All Releases Before 20.2[Bearbeiten]
Attention SSL-Problem: Our hoster (www.exept.de) has changed the SSL-policy, only allowing the newest SSL-encryption/chaining modes. The previous expecco releases are not able to download the fix for this problem automatically.
You have to download the patch:
https://download.exept.de/download/expecco/20.1.0/patches/0017_SSLClientHelloMsg.expeccoPatch
using a web browser and install it with the "Extras" -> "Maintenance" -> "Install Patch from File" menu item.
Release 21.1 (Spring 2021)[Bearbeiten]
- Feature: "Clear Variable" in the project environment editor's popup menu
- Feature: Shell environment variables for scripts and bridges in the "External Script Interpreters" settings
- Feature: Java-Plugins (Swing, SWT, FX) support the CommonUILibrary. The libraries contain new element blocks, which only work with the current expecco version. The old element blocks are obsolete, but still working.
- Feature: callEB (direct call of another elementary block) now supports a variable number of pins in the called action
- Feature: Ctrl-Shift-R to replace a step by the clipboard's action in the diagram editor
- Feature: "SkipSubactivitiesInTrace" flag also for test cases (in test plan)
- Feature: bridged Python code supports breakpoint and single steppping
- UI Enhancement: better syntax error reporting in the editor (especially for bridged C actions)
- UI Enhancement: the default line-end cursor behavior in text editors changed to conform to other editors
- Bugfix: Actions directly called by another elementary action (via callEB) were not logged completely
- Bugfix: actions with suppressed activity log ("skipInTrace" flag) failed to provide the execution time at that output pin
- Bugfix: SQLite interface did not retrieve blobs
- Bugfix: password strings are now also hidden from the data inspector
- Bugfix: secret strings were not always hidden from the report and activity log
- Bugfix: alert boxes opened by bridge code did not auto-confirm (see settings)
- Bugfix: Python2 bridge crashed with non-Ascii characters in source code (str() function problem)