Skip to content

Commit a1193b2

Browse files
Merge pull request mendix#8630 from mendix/10.16.1-rn
10.16.1 Studio Pro Release Notes
2 parents 0d6fc59 + de143d7 commit a1193b2

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

content/en/docs/releasenotes/studio-pro/10/10.16.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ weight: 84
99
# KI: "Positioning error": LFX-712
1010
---
1111

12+
## 10.16.1 {#10161}
13+
14+
**Release date: November 12, 2024**
15+
16+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.16.1" text="Go to Marketplace" title="Download version 10.16.1 from the Marketplace" %}}
17+
18+
### Fixes
19+
20+
* We fixed an issue where an **Oops** pop-up window appeared in case *git.exe* was not found for some version control operations.
21+
* We fixed an issue with linking story to a commit: if a specific story was selected to be linked with a commit, then eventually all available stories were linked instead of the one selected.
22+
23+
### Known Issues
24+
25+
* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box.
26+
* Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*.
27+
* A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions.
28+
* There is a positioning error in the logic editors when you are dragging a large element, such as a loop, into a sequence flow, it overlaps with the existing elements.
29+
1230
## 10.16.0 {#10160}
1331

1432
**Release date: October 30, 2024**

layouts/partials/landingpage/latest-releases.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ <h4 class="lp-panel-title">Latest Releases</h4>
88
<a href="/releasenotes/feature-release-calendar/">Mx10 Feature Release Calendar</a>
99
</li>
1010
<li class="lp-panel-list">
11-
<a href="/releasenotes/studio-pro/10.15/">Studio Pro 10.16.0</a>
12-
<p class="rn-date">Sep 30, 2024</p>
11+
<a href="/releasenotes/studio-pro/10.15/">Studio Pro 10.16.1</a>
12+
<p class="rn-date">Nov 12, 2024</p>
1313
</li>
1414
<li class="lp-panel-list">
1515
<a href="/releasenotes/developer-portal/">Apps</a>

0 commit comments

Comments
 (0)