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
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/workstation/_index.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ These release notes cover changes made to the [Mendix Workstation](/mendix-works
18
18
19
19
#### New Features
20
20
21
-
* We have enhanced the **Test Tour Station** page with more granular functions to test, validate and troubleshoot communication with devices. This includes more connection states, a **Connect** and **Disconnect** button, and communication logs. You can also switch between devices to test multiple devices.
22
-
* Single computer registration keys are now valid for one hour from the last time it was. The keys are displayed and visible to all authorized users.
21
+
* We have enhanced the **Test Your Station** page with more granular functions to test, validate and troubleshoot communication with devices. This includes more connection states, a **Connect** and **Disconnect** button, and communication logs. You can also switch between devices to test multiple devices.
22
+
* Single computer registration keys are now valid for one hour. The keys are displayed and visible to all authorized users.
23
23
* The maximum time window for bulk registration keys is limited to three months.
24
24
* We have improved the **Station management** user interface for a more intuitive use experience.
25
25
@@ -31,29 +31,28 @@ These release notes cover changes made to the [Mendix Workstation](/mendix-works
31
31
If more than one station is found for a given computer name during bulk registration, the system now automatically creates an *Unassigned computer* instead of attempting an automatic assignment. This ensures that you can manually select the correct station configuration, preventing unintended assignments.
32
32
{{% /alert %}}
33
33
34
-
* We have fixed an issue where users were not redirected to the right workspace or station page using URL (for example, when clicking on a station or workspace name in Workstation Client).
35
34
* We have fixed an issue where the login dialogue was opened after a session time-out.
36
35
37
36
### Workstation Client
38
37
39
38
#### Fixes
40
39
41
-
* We have addressed ddressed some minor issues within the Bluetooth functionality, including improved handling of Bluetooth protocol errors to prevent unexpected behavior.
40
+
* We have addressed some minor issues within the Bluetooth functionality, including improved handling of Bluetooth protocol errors to prevent unexpected behavior.
42
41
* We have fixed a crash that could occur during window movement if the client configuration was not writable, improving the application stability.
43
42
* We have updated the underlying dependencies for the Smart Card reader functionality, enhancing stability and compatibility.
44
43
45
44
### Workstation Connector
46
45
47
46
#### New Features
48
47
49
-
* We have added a number of other new nanoflows, Java actions, and widgets to simplify the creation of custom, reusable peripheral modules for your organization:
48
+
* We have added a number of other new nanoflows, JavaScript actions, and widgets to simplify the creation of custom, reusable peripheral modules for your organization:
50
49
51
50
* Manage peripheral object creation and initialize peripheral objects using the new `GetCreateDevice` action. You can configure callbacks on connection, on message, and on disconnection.
52
51
* Trigger application level logic on device events with new widgets. Handling peripheral events no longer requires changing peripheral modules.
53
52
* Manage events in a nanoflow with the new `SubscribeToObjectChanges` and `WaitForObjectChanges` nanoflow actions.
54
53
* Benefit from easier configuration of common use cases with the new `ConnectDevice`, `SendDeviceMessage` and `WaitForDeviceMessage` nanoflow actions.
55
54
56
-
For more information, see [Nanoflows](/mendix-workstation/build-app/#java-actions) and [Widgets](/mendix-workstation/build-app/#widgets).
55
+
For more information, see [Nanoflows](/mendix-workstation/build-app/#javascript-actions) and [Widgets](/mendix-workstation/build-app/#widgets).
0 commit comments