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
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,28 @@ These release notes cover changes made to the [Mendix Workstation](/mendix-works
12
12
13
13
## 3.2.0
14
14
15
-
####Release date: December 4, 2025
15
+
### Release date: December 4, 2025
16
16
17
-
### **Workstation Management**
17
+
### Workstation Management
18
+
19
+
#### New Features
18
20
19
-
### New features
20
21
* 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
22
23
*Note: This feature is available only for Mendix Workstation Client licensed accounts.*
23
24
24
25
* 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
26
-
### Fixes
27
+
#### Fixes
28
+
27
29
* Dark Mode Display: Resolved display issues encountered when using Workstation Management in dark mode.
28
30
29
31
* Workspace Sorting: Corrected an issue affecting the sorting behavior of workspaces.
30
32
31
33
* 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
34
33
-
### Known Bugs and Limitations
35
+
#### Known Bugs and Limitations
36
+
34
37
* 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
38
36
39
*Workaround: For now, you can import the configuration by excluding the applications and then manually setting them up afterward.*
@@ -39,26 +42,29 @@ These release notes cover changes made to the [Mendix Workstation](/mendix-works
39
42
40
43
* 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
44
42
-
### **Workstation Client**
45
+
### Workstation Client
46
+
47
+
#### New Features
43
48
44
-
### New features
45
49
* 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
50
47
51
* Automatic Client Reset: The Workstation Client will automatically reset on the next refresh when its associated computer is unregistered from Workstation Management.
48
52
49
-
### Fixes and other changes
53
+
#### Fixes and Other Changes
54
+
50
55
* Linux ARM64 Executable Name: Spaces have been removed from the Workstation Client Linux ARM64 version executable name for improved consistency.
51
56
52
57
* 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
58
54
-
### **Workstation Connector**
59
+
### Workstation Connector
60
+
61
+
#### Fixes
55
62
56
-
### Fixes
57
63
* 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