Skip to content

Commit 7755cfb

Browse files
authored
Merge pull request mendix#8995 from mendix/Add-10.6.20-RNs
Add 10.6.20 RNs
2 parents ff48384 + 5c6d0f2 commit 7755cfb

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

content/en/docs/releasenotes/studio-pro/10/10.19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ We added **View Entities** to the domain model editor. A view entity represents
124124
* We fixed an issue where if the application failed to reload, it did not restart.
125125
* 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.
126126
* 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.
128128
* We fixed an issue where migrating a Java 21 application reset the Java version to 11.
129129
* We fixed error handling in **Sign out** actions for progressive web apps, which deleted local directories when they were empty.
130130
* We fixed the typing suggestions for JavaScript actions when autocompleting in the macOS version of Studio Pro.

content/en/docs/releasenotes/studio-pro/10/10.6.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,33 @@ url: /releasenotes/studio-pro/10.6/
44
description: "The release notes for Mendix Studio Pro 10.6 (including all patches) with details on new features, bug fixes, and known issues."
55
weight: 94
66
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
107
---
118

129
{{% alert color="info" %}}
1310
This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production.
1411
{{% /alert %}}
1512

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.
33+
1634
## 10.6.19
1735

1836
**Release date: January 8, 2024**

0 commit comments

Comments
 (0)