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
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,71 @@ 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 Availability
24
+
25
+
Mendix Workstation Management is now available for all Mendix users.
26
+
27
+
{{% alert color="info" %}}
28
+
Users from companies which does not have a Mendix Workstation Client license cannot add members to a workspace that they own.
29
+
30
+
The Workstation Client and all other related Mendix Marketplace items are only available for members of the pre-release program.
31
+
{{% /alert %}}
32
+
33
+
##### Workstation Client Developer Mode
34
+
35
+
For each station, developer mode can be switched on or off to control the availability of the following functions on Workstation Client:
36
+
37
+
***Quit Workstation Client** is not available in non-developer mode.
38
+
***Unlink Workstation Client** is not available in non-developer mode.
39
+
* The **Developer tool** shortcut is not available in non-developer mode.
40
+
41
+
It is recommended to disable developer mode for clients used in a production environment.
42
+
43
+
##### Workstation Sample App
44
+
45
+
The Mendix Workstation Client Sample App showcases how to build applications interacting with multiple peripheral devices.
46
+
47
+
The app includes reusable peripheral modules for:
48
+
49
+
* PC/SC Smartcard Reader (ADPU protocol), for example Omnikey, 5427 G2, ACR122U
50
+
* Barcode Scanner (configured on Serial Port), for example, NETUM C750
51
+
* Industrial Scale (MT-SICS protocol), for example, Mettler Toledo ICS425, OHAUS Scout STX 620, 6200
52
+
* Label Printer (ZPL protocol), for example, Zebra ZD421D
53
+
* USB Andon tower / Stack light, for example, ANDONT USB Stack LED Andon Tower Lights
54
+
55
+
Each module includes a peripheral emulator to build apps without a physical device.
56
+
57
+
The Sample App is available in the Mendix Marketplace.
58
+
59
+
#### Improvements
60
+
61
+
##### Workstation Management
62
+
63
+
* We have added the Mendix Portal Global Navigation Menu top bar and menu.
64
+
* We have made other usability improvements.
65
+
66
+
##### Workstation Client
67
+
68
+
* We have added a button to paste the registration token.
69
+
70
+
##### Workstation Connector
71
+
72
+
* We have added the SecurityAdministrator security role. Only users with this role can regenerate the `KeyPair` in the **Station connector Security** of an app.
73
+
74
+
#### Fixes
75
+
76
+
* We have fixed an issue in the 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.
0 commit comments