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/studio-pro/10/10.19.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ We added **View Entities** to the domain model editor. A view entity represents
124
124
* We fixed an issue where if the application failed to reload, it did not restart.
125
125
* We fixed an issue with the <kbd>Edit</kbd>/<kbd>Delete</kbd> buttons in the **Jar Dependency Exclusion** dialog box, these buttons caused an error if the list was empty.
126
126
* We fixed an issue where using the offline web profile caused errors when sessions were being cleaned up.
127
-
* We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up the superfluous tasks on startup. Additionally we introduced extra logging to help diagnosing these issues.
127
+
* We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up the superfluous tasks on startup. Additionally we introduced extra logging to help diagnose these issues.
128
128
* We fixed an issue where migrating a Java 21 application reset the Java version to 11.
129
129
* We fixed error handling in **Sign out** actions for progressive web apps, which deleted local directories when they were empty.
130
130
* We fixed the typing suggestions for JavaScript actions when autocompleting in the macOS version of Studio Pro.
description: "The release notes for Mendix Studio Pro 10.6 (including all patches) with details on new features, bug fixes, and known issues."
5
5
weight: 94
6
6
mts: true
7
-
# System requirements: Java updates for 10.10 and 10.17
8
-
# KI: "Line endings": SOLP-1794
9
-
# KI: "Positioning error": LFX-712
10
7
---
11
8
12
9
{{% alert color="info" %}}
13
10
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
14
11
{{% /alert %}}
15
12
13
+
## 10.6.20
14
+
15
+
**Release date: February 4, 2024**
16
+
17
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.6.20" text="Go to Marketplace" title="Download version 10.6.20 from the Marketplace" %}}
18
+
19
+
### Improvements
20
+
21
+
* We made the **Commit** dialog box faster and more responsive, which makes it smoother to use.
22
+
* We added a logger which logs to a console in JSON format.
23
+
24
+
### Fixes
25
+
26
+
* We fixed a Windows-specific issue where temporary files created for images upload were not cleaned up. (Ticket 181323)
27
+
* We fixed an **Oops** pop-up window that appeared when opening the **View on Your device** dialog box while running an app with navigation profiles of the same kind. (Ticket 233598)
28
+
* We fixed an issue where the date format changed from 'dd-mm-yyyy' to 'dd-mm-y' when upgrading to Java 21. (Ticket 234598)
29
+
* We fixed an issue where apps using the Dojo client would sometimes break (caused by browser extensions injecting scripts into the page). (Ticket 236663)
30
+
* We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up the superfluous tasks on startup. Additionally we introduced extra logging to help diagnose these issues.
31
+
* We fixed an error where apps became stuck during unstable internet connections.
32
+
* We fixed a bug where disposed tool windows were still considered active in the UI, causing Studio Pro to crash when the active editor changed.
0 commit comments