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
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,52 @@ cascade:
10
10
11
11
These release notes cover changes made to the [Mendix Workstation](/mendix-workstation/).
12
12
13
+
## 3.2.0
14
+
15
+
#### Release date: December 4, 2025
16
+
17
+
### **Workstation Management**
18
+
19
+
### New features
20
+
* Export and Import Station Configurations: You can now export the configurations of a list of stations from a workspace to a file and import them into the same or a different workspace. This feature includes options to export all stations, with or without applications and devices.
21
+
22
+
*Note: This feature is available only for Mendix Workstation Client licensed accounts.*
23
+
24
+
* Remote Workstation Client Refresh: A new "Refresh Client" action has been added to the station view, allowing you to remotely trigger a refresh of a Workstation Client's configuration.
25
+
26
+
### Fixes
27
+
* Dark Mode Display: Resolved display issues encountered when using Workstation Management in dark mode.
28
+
29
+
* Workspace Sorting: Corrected an issue affecting the sorting behavior of workspaces.
30
+
31
+
* Application Configuration Duplication: Fixed a problem that could lead to users inadvertently creating duplicate application configurations by adding a space before or after the key/URL.
32
+
33
+
### Known Bugs and Limitations
34
+
* Importing Duplicate App Configurations: Attempting to import a configuration that includes applications already defined (e.g., with an existing URL and Public Key) will result in UI errors.
35
+
36
+
*Workaround: For now, you can import the configuration by excluding the applications and then manually setting them up afterward.*
37
+
38
+
* Indistinguishable Station Duplicates: Importing the same station multiple times will create duplicates that are currently not distinguishable within the system.
39
+
40
+
* Duplicate Application Creation on Import: When importing multiple stations that all utilize the same application, and applications are included in the import, the application will be created multiple times (once for each station).
41
+
42
+
### **Workstation Client**
43
+
44
+
### New features
45
+
* Configuration Refresh on Start-up: Upon each start-up, the Workstation Client will now automatically check for updates to its configuration, ensuring it's always running with the latest settings.
46
+
47
+
* Automatic Client Reset: The Workstation Client will automatically reset on the next refresh when its associated computer is unregistered from Workstation Management.
48
+
49
+
### Fixes and other changes
50
+
* Linux ARM64 Executable Name: Spaces have been removed from the Workstation Client Linux ARM64 version executable name for improved consistency.
51
+
52
+
* Bluetooth LE Device Discovery: Addressed an issue where the discovery process for Bluetooth LE devices did not correctly recognize the full device name, which previously led to failed connection attempts. The Workstation Client now accurately matches Bluetooth BT advertisement names.
53
+
54
+
### **Workstation Connector**
55
+
56
+
### Fixes
57
+
* Refresh of the updated device list: A problem has been fixed where updates to the device list were not immediately sent to the web application after a configuration update, requiring a manual refresh. The list is now updated immediately.
0 commit comments