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
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,37 @@ cascade:
10
10
11
11
These release notes cover changes made to the [Mendix Workstation](/mendix-workstation/).
12
12
13
+
## 3.7.0
14
+
15
+
### Release date: May 21, 2026
16
+
17
+
### Workstation Management
18
+
19
+
#### New features
20
+
21
+
* Smart configuration updates (auto-refresh) - You can now choose if your workstation configurations should automatically update when changes are made, or if you prefer to trigger updates manually. This gives you more control and ensures your workstations always have the correct settings with less effort.
22
+
* Real-time workstation status - The Workstation Management UI now shows the live configuration status of each Workstation Client, letting you quickly see if a workstation is **Up to Date** or **Outdated**. This provides immediate insight into your deployment's health.
23
+
* Enhanced Serial Device detection settings - You can now configure Workstation Management to identify your serial devices using more reliable information like their Friendly Name, Serial Number, or Manufacturer. This helps your Workstation Clients reliably find and connect to the correct serial device, even if its port number changes.
24
+
25
+
#### Improvements
26
+
27
+
* Configurable auto-refresh behavior - We have provided options for how auto-refresh works, including default settings for workspaces and how clients respond in both automatic and manual modes. This allows for flexible management of your workstation configurations.
28
+
29
+
#### Bug Fixes
30
+
31
+
* UI inconsistencies - We have fixed several visual inconsistencies in the Management UI, particularly improving the display and user experience when using dark mode. This makes the interface cleaner and more consistent for everyone.
32
+
33
+
### Workstation Client
34
+
35
+
#### New Features
36
+
37
+
* Automatic Client startup - The Workstation Client application now automatically launches silently in the background when your system starts up. This ensures your workstations are always ready to go without needing manual intervention after a reboot.
38
+
* Smart Serial Device finder - The client can now use the Friendly Name, Serial Number, or Manufacturer to find and connect to serial devices. This means your client can reliably connect to the right device even if its assigned port changes.
39
+
40
+
#### Improvements
41
+
42
+
* Granular configuration change response - The client now handles configuration changes more smoothly and with less downtime. This means your stations will experience fewer interruptions and apply new settings more efficiently.
43
+
13
44
## 3.6.1
14
45
15
46
### Release date: April 28, 2026
@@ -64,7 +95,7 @@ If more than one station is found for a given computer name during bulk registra
64
95
65
96
For more information, see [Nanoflows](/mendix-workstation/build-app/#javascript-actions) and [Widgets](/mendix-workstation/build-app/#widgets).
66
97
67
-
#### Improvement
98
+
#### Improvements
68
99
69
100
* The **Model Peripheral** entity is now a specialization of the **Device** entity and no longer requires association.
70
101
* Calling `GetStation` is no longer required to initiate the Workstation Connector. It is only required to read the station configuration.
0 commit comments