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
+13-17Lines changed: 13 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,29 +19,25 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
19
19
20
20
### New Features
21
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.
22
+
* The command line tool `mx.exe` can now export app translations and import them in the *.po* format.
24
23
25
24
### Improvements
26
25
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.
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.
29
28
30
29
### Fixes
31
30
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)
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.
0 commit comments