Skip to content

Commit f24c4c8

Browse files
committed
edit
1 parent 7ab732b commit f24c4c8

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/11

content/en/docs/releasenotes/studio-pro/11/11.12.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ weight: 88
2020

2121
### New Features
2222

23-
- We added a **Location** setting to the General tab of the Module Settings dialog. It lets you choose whether a module is listed in the regular module list or under the **Marketplace modules** node in the App Explorer.
24-
- We added a "Copy Path" button to the notification that shows when the App folder fails to be excluded by the antivirus.
23+
- We added a **Location** setting to the **General** tab of the **Module Settings** dialog. It lets you choose whether a module is listed in the regular module list, or under the **Marketplace modules** node in the App Explorer.
24+
- We added a **Copy Path** button to the notification that shows when the *App* folder fails to be excluded by an antivirus.
2525
- We added a new setting to enable or disable OQL generation with Maia. OQL generation always uses the Mendix Platform regardless of the provider.
2626
* This setting takes effect immediately, with one exception: if you are using the Studio Pro MCP Server a restart of Studio Pro is required for the changes to take effect. OQL generation with Studio Pro MCP Server is only possible with both the Enable Maia and Enable oql tool settings enabled.
2727

@@ -36,34 +36,33 @@ weight: 88
3636
#### Other Improvements
3737
3838
- We improved the security of the module import process by validating the file paths declared in an MPK package before extraction. Packages containing paths that traverse outside the app directory or target protected directories (such as `.git`, `deployment`, or `releases`) are now rejected with an error.
39-
- We fixed a bypass in the extraction-time path filter where non-canonical ZIP entry names (e.g. paths containing `..` segments) could evade the protected-subtree check. Entry names are now canonicalized before filtering.
40-
- We now close the App Selector before the Open App progress dialog when the Studio Pro main window is shown.
39+
- We fixed a bypass in the extraction-time path filter where non-canonical ZIP entry names (for example paths containing `..` segments) could evade the protected-subtree check. Entry names are now canonicalized before filtering.
40+
- We now close the app selector before the **Open App** progress dialog when the Studio Pro main window is shown.
4141
- We now delete the log files generated by Studio Pro that are older than 7 days.
4242
- We now support the environment variables `MENDIX_TRACING_FILTER`, `MENDIX_TRACING_MAX_LOOP_ITERATION`, `MENDIX_TRACING_MAX_MICROFLOW_DEPTH` in addition to system properties for the Mendix OpenTelemetry Java agent extension.
4343

4444
### Fixes
4545

4646
- We resolved the issue that mxbuild would fail when compiling a project on macOS. (Ticket 278610)
4747
- We fixed an issue that could cause an app to fail to bundle with Rspack enabled when a pluggable widget used certain Mendix modules, such as `mendix/parser` and `mendix/session`. (Ticket 282224)
48-
- We fixed an issue where the content of the Microflow editor and Domain Model editor (Beta) canvas could appear blurry after scrolling or zooming. (Ticket 283927)
49-
- We fixed an issue in the **Microflow Editor** where clearing the selection did not update the Properties pane, so it kept showing the previously selected element instead of the microflow's own properties. (Tickets 282855, 283242)
48+
- We fixed an issue in the microflow editor where clearing the selection did not update the **Properties** pane, so it kept showing the previously selected element instead of the microflow's own properties. (Tickets 282855, 283242)
49+
- We fixed an issue where the content of the microflow editor and domain model editor (beta) canvas could appear blurry after scrolling or zooming. (Ticket 283927)
5050
- We fixed an issue where the **History** pane would lose commit details (model changes and file changes) for unsynced local commits after a background Git refresh.
5151
- We fixed an issue where using **Undo All** on multiple files created by Maia could show an unexpected error dialog in apps with online services enabled.
5252
- We fixed an issue where using **Undo all** after deleting a file that was modified or created by Maia would cause an error.
5353
- We fixed an issue where Change Data Capture AsyncAPI schemas were missing the `id` field in generated entity definitions.
54-
- We fixed Title widget to update its displayed text when navigating between pages in a native app.
54+
- We fixed the Title widget to update its displayed text when navigating between pages in a native app.
5555
- We fixed an issue where renaming a document would not update its name in the Maia changes list.
5656
- We fixed an issue where the Change Data Capture service was allowing the addition of inherited attributes and associations when this is not supported.
5757
- We fixed an issue where Studio Pro appeared to freeze briefly when opening an app. The progress dialog now covers the full loading process.
58-
- we fixed the orientation issue in native datepicker widget for ios, supporting landscape orientation.
58+
- We fixed an orientation issue in the native Date Picker widget for iOS.
5959
- We changed the consistency check for offline Create and Change actions involving entities with AutoNumber or Calculated attributes from a hard error to a warning. The warning reminds you that AutoNumber values will default to `0` until the next synchronization, and Calculated attribute values will not be evaluated offline.
60-
- We fixed an issue where local file storage does not use optimal directory structure.
60+
- We fixed an issue where local file storage did not use optimal directory structure.
6161
- We fixed an issue where downloading a marketplace module with Maia resulted in the name of the module being displayed in the version field. This is now resolved.
6262
- We fixed an issue where the Mendix Marketplace MCP server connection would repeatedly disconnect and reconnect every few seconds.
6363
- We fixed an issue where MCP connections could briefly disconnect and reconnect right after Studio Pro started up.
6464
- We fixed an issue where requests sent to MCP servers identified themselves with a generic browser user agent instead of Studio Pro.
65-
- We fixed an issue where Studio Pro could show a "No user is signed in" error while using an MCP server that requires Mendix Platform sign-in, while signed out.
66-
65+
- We fixed an issue where Studio Pro could show a `No user is signed in` error while using an MCP server that requires Mendix Platform sign-in, while signed out.
6766

6867
## 11.12.1 {#11121}
6968

0 commit comments

Comments
 (0)