diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 3f4cbba932e..61d19227b8d 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -11,6 +11,25 @@ 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** @@ -18,11 +37,11 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a {{% 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.