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/changelog.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,27 @@ Description: Release notes for every version of ScottPlot
24
24
</li>
25
25
<li>Axes: Added <code>LockSize()</code> helper method to quickly set <code>MinimumSize</code> and <code>MaximumSize</code> to the same value
26
26
</li>
27
+
<li>WinForms: improve <code>ScottPlot.Image.GetBitmap()</code> memory management and disposal
28
+
</li>
29
+
<li>Image: Added <code>Scaled()</code> and <code>Resized()</code> methods to help resize existing images in memory
30
+
</li>
31
+
<li>WinForms: Improve support for transparency for plots placed on Forms with background images (<a href="https://github.com/ScottPlot/ScottPlot/issues/4698">#4698</a>) <a href="https://github.com/luo-ross"><strong>@luo-ross</strong></a>
32
+
</li>
33
+
<li>OpenGL: Improved memory management for applications using scatter plots in OpenGL controls (<a href="https://github.com/ScottPlot/ScottPlot/issues/4702">#4702</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4693">#4693</a>) <a href="https://github.com/onur-akaydin"><strong>@onur-akaydin</strong></a> <a href="https://github.com/StendProg"><strong>@StendProg</strong></a> <a href="https://github.com/allrightsreserved"><strong>@allrightsreserved</strong></a>
0 commit comments