Skip to content

Commit 555a575

Browse files
Merge branch 'kk-wks-connector36' of https://github.com/mendix/docs into kk-wks-connector36
2 parents 922281b + 1b7eb29 commit 555a575

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

  • content/en/docs/releasenotes/workstation

content/en/docs/releasenotes/workstation/_index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ These release notes cover changes made to the [Mendix Workstation](/mendix-works
1818

1919
#### New Features
2020

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.
2323
* The maximum time window for bulk registration keys is limited to three months.
2424
* We have improved the **Station management** user interface for a more intuitive use experience.
2525

@@ -31,29 +31,28 @@ These release notes cover changes made to the [Mendix Workstation](/mendix-works
3131
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.
3232
{{% /alert %}}
3333

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).
3534
* We have fixed an issue where the login dialogue was opened after a session time-out.
3635

3736
### Workstation Client
3837

3938
#### Fixes
4039

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.
4241
* We have fixed a crash that could occur during window movement if the client configuration was not writable, improving the application stability.
4342
* We have updated the underlying dependencies for the Smart Card reader functionality, enhancing stability and compatibility.
4443

4544
### Workstation Connector
4645

4746
#### New Features
4847

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:
5049

5150
* Manage peripheral object creation and initialize peripheral objects using the new `GetCreateDevice` action. You can configure callbacks on connection, on message, and on disconnection.
5251
* Trigger application level logic on device events with new widgets. Handling peripheral events no longer requires changing peripheral modules.
5352
* Manage events in a nanoflow with the new `SubscribeToObjectChanges` and `WaitForObjectChanges` nanoflow actions.
5453
* Benefit from easier configuration of common use cases with the new `ConnectDevice`, `SendDeviceMessage` and `WaitForDeviceMessage` nanoflow actions.
5554

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).
5756

5857
#### Improvement
5958

0 commit comments

Comments
 (0)