Skip to content

Add 9.24.37 Studio Pro release notes #9968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions content/en/docs/releasenotes/studio-pro/9/9.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,37 @@ lts: true
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production.
{{% /alert %}}

## 9.24.37 {#92437}

**Release date: August 15, 2025**

{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.37" text="Go to Marketplace" title="Download version 9.24.37 from the Marketplace" %}}

### Fixes

- We fixed an issue with offline synchronization that resulted in error log statements and *System.SynchronizationError* objects containing messages such as *Changing member failed for security reasons. No write access for changed member*. This error was caused by the offline client trying to synchronize a change for a member that was not accessible for that user. (Ticket 244684)
- We introduced a feature flag `--md-disable-association-expand` that disables auto-expanding associations in the **Message Definitions** editor. This makes it easier to open and edit complex **Message Definitions** as it limits the number of visible tree elements. (Ticket 253206)
- We fixed an issue that prevented updated workflows from being queued for execution when Mendix Runtime crashed during startup. (Ticket 253424)
- We added the ability to remove Mendix Studio Pro versions directly from the Version Selector interface when traditional uninstallation failed due to corrupted Windows registry paths, givingusers a manual cleanup option.
- In the Dojo client, we fixed a pop-up window resizing issue that occurred upon interacting with a combobox widget inside the popup on mobile devices.

### Known Issues

* 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.
* Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.

## 9.24.36 {#92436}

**Release date: July 3, 2025**

{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.36" text="Go to Marketplace" title="Download version 9.24.36 from the Marketplace" %}}

### Improvements

* We updated the bundled Node.js from v16 to v22.

### Fixes

* We fixed an issue where Safari extensions broke the Dojo client. (Ticket 246247)
* We fixed an issue where the size of the offline database was not reduced enough after a sign-out operation. (Ticket 247029)
* We fixed an issue where the **Mendix Home** button in **Open Global Navigation** redirected you to **My Apps** instead of the home page.
Expand Down