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
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,62 @@ Title: ScottPlot Changelog
3
3
Description: Release notes for every version of ScottPlot
4
4
---
5
5
6
+
<section class='mb-5'>
7
+
<h1 class='mb-0'>ScottPlot 5.1.58</h1>
8
+
<div><i>NuGet packages published 2026-03-29</i></div>
9
+
<div class='mt-1'>
10
+
<ul>
11
+
<li>FillStyle: Reverted change from previous version to make this class public (<a href="https://github.com/ScottPlot/ScottPlot/issues/5126">#5126</a>) <a href="https://github.com/jurihock"><strong>@jurihock</strong></a>
12
+
</li>
13
+
<li>Legend: Permit custom fill color when using MarkerShapeOverride (<a href="https://github.com/ScottPlot/ScottPlot/issues/5137">#5137</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/5136">#5136</a>) <a href="https://github.com/aespitia"><strong>@aespitia</strong></a>
<li>Axes: Improve behavior of zooming while opposite axes are linked (<a href="https://github.com/ScottPlot/ScottPlot/issues/5178">#5178</a>) <a href="https://github.com/jurihock"><strong>@jurihock</strong></a>
18
+
</li>
19
+
<li>Axes: Removed stray debug statement from the in FloatingAxis class (<a href="https://github.com/ScottPlot/ScottPlot/issues/5180">#5180</a>) <a href="https://github.com/wi-fr"><strong>@wi-fr</strong></a>
20
+
</li>
21
+
<li>Controls: Exposed UserInputProcessor.ContextMenuItems getter to support menu customization (<a href="https://github.com/ScottPlot/ScottPlot/issues/5183">#5183</a>) <a href="https://github.com/btarb24"><strong>@btarb24</strong></a>
22
+
</li>
23
+
<li>Controls: Do not show right-click menu if it has zero items (<a href="https://github.com/ScottPlot/ScottPlot/issues/5184">#5184</a>) <a href="https://github.com/btarb24"><strong>@btarb24</strong></a>
24
+
</li>
25
+
<li>Microphone Demo: Improve behavior on systems with no audio input devices (<a href="https://github.com/ScottPlot/ScottPlot/issues/5211">#5211</a>) <a href="https://github.com/myd7349"><strong>@myd7349</strong></a>
26
+
</li>
27
+
<li>Avalonia: Improve behavior of scroll wheel when interacting with plots nested in ScrollViewers (<a href="https://github.com/ScottPlot/ScottPlot/issues/5233">#5233</a>) <a href="https://github.com/AscendLiu"><strong>@AscendLiu</strong></a>
28
+
</li>
29
+
<li>Heatmap: Improve axis alignment when using SVG output (<a href="https://github.com/ScottPlot/ScottPlot/issues/5145">#5145</a>) <a href="https://github.com/timmer98"><strong>@timmer98</strong></a>
30
+
</li>
31
+
<li>WinUI: Improve support for multi-monitor and custom DPI scale detection (<a href="https://github.com/ScottPlot/ScottPlot/issues/5150">#5150</a>) <a href="https://github.com/diluculo"><strong>@diluculo</strong></a>
32
+
</li>
33
+
<li>Markers: Added shapes <code>CircleWithLine</code> and <code>TriangleWithLine</code>, each with left and right variants (<a href="https://github.com/ScottPlot/ScottPlot/issues/5194">#5194</a>) <a href="https://github.com/btarb24"><strong>@btarb24</strong></a>
0 commit comments