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/9/9.24.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,43 @@ lts: true
11
11
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production.
12
12
{{% /alert %}}
13
13
14
+
## 9.24.32 {#92432}
15
+
16
+
**Release date: January___, 2025**
17
+
18
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.32" text="Go to Marketplace" title="Download version 9.24.32 from the Marketplace" %}}
19
+
20
+
### New Features
21
+
22
+
23
+
- The command line tool `mx.exe` can now export App translations and import them in the po format. See [the mx.exe commandline documentation](https://docs.mendix.com/refguide/mx-command-line-tool/app/#translate) for more information.
24
+
25
+
### Improvements
26
+
27
+
- We added a progress dialog when doing rename, including or excluding a document/module in the App Explorer
28
+
- We made the commit dialog faster and more responsive, this will make the dialog smoother to use.
29
+
30
+
### Fixes
31
+
32
+
33
+
- We fixed an issue where an Oops dialog was shown while adding a [database constraint](/refguide9/database-source/#constraints) cancelling the dialog while editing the value of the constraint.
34
+
35
+
- We fixed an issue where the Marketplace might show an Oops dialog if its initialization failed.
36
+
37
+
- We fixed an issue in the error check that could lead to crash when a document was changed again after an earlier change introduced errors because selected elements could not be found.
38
+
- We fixed Studio Pro freezes that might happen when editing pages.
39
+
- We fixed a bug in the error checking process that could prevent errors for unknown model elements from being removed from the 'Errors' pane in Studio Pro.
40
+
- Fixed the case where the Offline Database is not properly cleaned after sign out operation (Ticket 237830)
41
+
- We fixed a Windows specific issue where temporary files created for images upload were not cleaned up (Ticket 181323).
42
+
- We fixed an issue where using the offline web profile could cause errors when sessions were being cleaned up.
43
+
- We fixed an issue where the date format changed from 'dd-mm-yyyy' to 'dd-mm-y' when upgrading to Java 21. (Ticket 234598)
44
+
- We fixed an issue where applications using the Dojo client would sometimes break caused by browser extensions injecting scripts into the page. (Ticket 236663)
45
+
46
+
### Known Issues
47
+
48
+
* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide9/version-control-menu/#show-changes) dialog box.
49
+
* Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.
0 commit comments