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
+61-1Lines changed: 61 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,69 @@ 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
+
21
+
##### Exporting and Importing Station Configuration
22
+
23
+
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.
24
+
25
+
{{% alert color="info" %}}
26
+
This feature is available only for accounts which have a license for Mendix Workstation Client.
27
+
{{% /alert %}}
28
+
29
+
##### Remote Workstation Client Refresh
30
+
31
+
On the **Station** page, have added a new **Refresh Client** action. You can use this action to remotely trigger a refresh of a Workstation Client's configuration.
32
+
33
+
#### Fixes
34
+
35
+
* Dark mode display - We have resolved some display issues which could occur when using Workstation Management in dark mode.
36
+
* Workspace sorting - We have corrected an issue affecting the sorting behavior of workspaces.
37
+
* Application configuration duplication - We have fixed a problem that could lead to users inadvertently creating duplicate application configurations by adding a space before or after the key or URL.
38
+
39
+
#### Known Bugs and Limitations
40
+
41
+
* Importing duplicate app configurations - Attempting to import a configuration that includes applications already defined (for example, with an existing URL and Public Key) results in UI errors.
42
+
43
+
{{% alert color="info" %}}
44
+
To work around this issue, you can can import the configuration by excluding the applications and then manually setting them up afterward.
45
+
{{% /alert %}}
46
+
47
+
* Indistinguishable station duplicates - Importing the same station multiple times creates duplicates that are currently not distinguishable within the system.
48
+
* Duplicate application creation on import - When importing multiple stations that all use the same application, and applications are included in the import, the application is created multiple times (once for each station).
49
+
50
+
### Workstation Client
51
+
52
+
#### New Features
53
+
54
+
##### Configuration Refresh on Launch
55
+
56
+
Upon each launch, the Workstation Client now automatically checks for updates to its configuration, ensuring it is always running with the latest settings.
57
+
58
+
##### Automatic Client Reset
59
+
60
+
The Workstation Client automatically resets on the next refresh when its associated computer is unregistered from Workstation Management.
61
+
62
+
#### Fixes and Other Changes
63
+
64
+
* Linux ARM64 executable name - For improved consistency, we have removed the spaces from the executable name of the Workstation Client (Linux ARM64 version).
65
+
* Bluetooth LE device discovery - We have 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.
66
+
67
+
### Workstation Connector
68
+
69
+
#### Fixes
70
+
71
+
* Refresh of the updated device list - We have fixed an issue 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