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
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,39 @@ 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: February 3, 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
+
* The command line tool `mx.exe` can now export app translations and import them in the *.po* format.
23
+
24
+
### Improvements
25
+
26
+
* We added a progress pop-up window when renaming, including or excluding a document/module in the App Explorer.
27
+
* We made the **Commit** dialog box faster and more responsive, which makes it smoother to use.
28
+
29
+
### Fixes
30
+
31
+
* We fixed a Windows-specific issue where temporary files created for images upload were not cleaned up. (Ticket 181323)
32
+
* We fixed an issue where the date format changed from 'dd-mm-yyyy' to 'dd-mm-y' when upgrading to Java 21. (Ticket 234598)
33
+
* We fixed an issue where apps using the Dojo client broke due to browser extensions injecting scripts into the page. (Ticket 236663)
34
+
* We fixed the case where the Offline Database was not properly cleaned after sign out operation. (Ticket 237830)
35
+
* We fixed an issue where an **Oops** pop-up window was shown while adding a [database constraint](/refguide9/database-source/#constraints) cancelling the dialog box while editing the value of the constraint.
36
+
* We fixed an issue where the Marketplace showed an **Oops** pop-up window if its initialization failed.
37
+
* We fixed an issue in the error check that led to a crash when a document was changed again after an earlier change had 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 prevented errors for unknown model elements from being removed from the **Errors** pane.
40
+
* We fixed an issue where using the offline web profile caused errors when sessions were being cleaned up.
41
+
42
+
### Known Issues
43
+
44
+
* 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.
45
+
* Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.
0 commit comments