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
+68-1Lines changed: 68 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,73 @@ cascade:
10
10
11
11
These release notes cover changes made to the [Mendix Workstation](/mendix-workstation/).
12
12
13
+
## 2.6.0
14
+
15
+
### Release date: September 12, 2025
16
+
17
+
{{% alert color="info" %}}
18
+
The fourth pre-release of the Mendix Workstation Client is available under the conditions of the Mendix Workstation Client Pre-Release Program. Support is available only to members of the program. To become a program member, contact Mendix Sales.
19
+
{{% /alert %}}
20
+
21
+
#### New features
22
+
23
+
##### Mendix Workstation Management is available for all Mendix users
24
+
25
+
##### Limitation for users of a company without Mendix Workstation Client license:
26
+
It is not possible to add a member to a workspace owned by a user belonging to a company not entitled to a Mendix Workstation Client license.
27
+
28
+
Workstation Client and all other related marketplace items are only available for members of the pre-release program.
29
+
30
+
##### Workstation Client developer mode
31
+
32
+
For each station, developer mode can be switched on/off to control the availability of the following functions on Workstation Client:
33
+
34
+
* Quit Workstation Client is not available in non-developer mode.
35
+
* Unlink Workstation Client is not available in non-developer mode.
36
+
* Developer tool shortcut is not available in non-developer mode.
37
+
38
+
It is recommended to disable developer mode for clients used in a production environment.
39
+
40
+
##### Workstation Sample App
41
+
42
+
The Mendix Workstation Client Sample App showcases how to build applications interacting with multiple peripheral devices.
43
+
44
+
The app includes reusable peripheral modules for:
45
+
46
+
* PC/SC Smartcard Reader (ADPU protocol)
47
+
* e.g. Omnikey 5427 G2, ACR122U
48
+
* Barcode Scanner (configured on Serial Port)
49
+
* e.g. NETUM C750
50
+
* Industrial Scale (MT-SICS protocol)
51
+
* e.g. Mettler Toledo ICS425, OHAUS Scout STX 620, 6200
52
+
* Label Printer (ZPL protocol)
53
+
* e.g. Zebra ZD421D
54
+
* USB Andon tower / Stack light
55
+
* e.g. ANDONT USB Stack LED Andon Tower Lights
56
+
57
+
Each module includes a peripheral emulator to build apps without a physical device.
58
+
59
+
The Sample App is available in the marketplace.
60
+
61
+
#### Improvements
62
+
63
+
##### Workstation Management
64
+
65
+
* Addition of the Mendix Portal Global Navigation Menu top bar and menu.
66
+
* Usability improvements.
67
+
68
+
##### Workstation Client
69
+
70
+
* Add a button to paste the registration token.
71
+
72
+
##### Workstation Connector
73
+
74
+
* The security role `SecurityAdministrator` is added: only users with this role can Regenerate KeyPair in Station connector Security of an App.
75
+
76
+
#### Fixes
77
+
78
+
We fixed an issue in Workstation Client where, when the client app closed and re-opened a connection, data buffered from the previous session was sent to the new session. The data buffer now is cleared when the connection is closed.
79
+
13
80
## 2.4.0
14
81
15
82
### Release date: August 20, 2025
@@ -330,4 +397,4 @@ To upgrade your app from a previous version, perform the following steps:
330
397
* App instances using the Connector can only be used by one user for their station configuration.
331
398
* The Mendix Workstation folder is emptied but not deleted when uninstalling the Workstation Agent.
332
399
* Smart card readers are not detected when no other devices are configured.
333
-
* The sidebar of the device testing page in Workstation Management cannot be scrolled on screens with a larger scaling factor. Zoom out to display and use the full page.
400
+
* The sidebar of the device testing page in Workstation Management cannot be scrolled on screens with a larger scaling factor. Zoom out to display and use the full page.
0 commit comments