Skip to content

Commit d6d02c7

Browse files
committed
Changelog: Automated Update
1 parent 460851f commit d6d02c7

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

content/changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: Release notes for every version of ScottPlot
55

66
<section class='mb-5'>
77
<h1 class='mb-0'>ScottPlot 5.1.57</h1>
8-
<div><i>NuGet packages published </i></div>
8+
<div><i>NuGet packages published 2025-10-11</i></div>
99
<div class='mt-1'>
1010
<ul>
1111
<li>The transition from ScottPlot <code>5.0</code> to <code>5.1</code> has breaking changes which are likely to affect advanced users who maintain custom plot types. Upgrading our SkiaSharp from <code>2.88</code> to <code>3.119</code> brought many improvements, but significantly changed the functionality of <code>SkiaSharp.SKPaint</code> which many of our drawing operations relied on. To minimize the impact of this change, references to <code>SkiaSharp.SKPaint</code> have been replaced with <code>ScottPlot.Paint</code> which closely resembles the original API, minimizing amount of code changes required to upgrade. This version aims at making this upgrade possible, and future versions will refine these objects to improve performance and minimize allocations.
@@ -36,17 +36,23 @@ Description: Release notes for every version of ScottPlot
3636
</li>
3737
<li>Histogram: Optimized bin count accumulation strategy to improve performance when creating histograms (<a href="https://github.com/ScottPlot/ScottPlot/issues/5102">#5102</a>) <a href="https://github.com/fissssssh"><strong>@fissssssh</strong></a>
3838
</li>
39+
<li>Legend: Added support for defining an <code>Index</code> so manually added items can be displayed in preferred sequence (<a href="https://github.com/ScottPlot/ScottPlot/issues/5107">#5107</a>) <a href="https://github.com/timmer98"><strong>@timmer98</strong></a>
40+
</li>
41+
<li>Avalonia: Improve behavior through focus release and acquisition cycles (<a href="https://github.com/ScottPlot/ScottPlot/issues/5109">#5109</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/5105">#5105</a>) <a href="https://github.com/nbeck-SMT"><strong>@nbeck-SMT</strong></a>
42+
</li>
3943
</ul>
4044
</div>
4145
<h3 class='text-center fw-light'>Contributors</h3>
4246
<div class='text-center'>
43-
<a href='https://github.com/jelhan'>@jelhan</a>, <a href='https://github.com/bclehmann'>@bclehmann</a>, <a href='https://github.com/NeilMacMullen'>@NeilMacMullen</a>, <a href='https://github.com/fissssssh'>@fissssssh</a>, <a href='https://github.com/swharden'>@swharden</a>
47+
<a href='https://github.com/jelhan'>@jelhan</a>, <a href='https://github.com/bclehmann'>@bclehmann</a>, <a href='https://github.com/NeilMacMullen'>@NeilMacMullen</a>, <a href='https://github.com/fissssssh'>@fissssssh</a>, <a href='https://github.com/timmer98'>@timmer98</a>, <a href='https://github.com/nbeck-SMT'>@nbeck-SMT</a>, <a href='https://github.com/swharden'>@swharden</a>
4448
</div>
4549
<div class='text-center'>
4650
<a href='https://github.com/jelhan'><img src='https://scottplot.net/images/contributors/jelhan.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
4751
<a href='https://github.com/bclehmann'><img src='https://scottplot.net/images/contributors/bclehmann.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
4852
<a href='https://github.com/NeilMacMullen'><img src='https://scottplot.net/images/contributors/neilmacmullen.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
49-
<a href='https://github.com/fissssssh'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
53+
<a href='https://github.com/fissssssh'><img src='https://scottplot.net/images/contributors/fissssssh.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
54+
<a href='https://github.com/timmer98'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
55+
<a href='https://github.com/nbeck-SMT'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
5056
<a href='https://github.com/swharden'><img src='https://scottplot.net/images/contributors/swharden.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
5157
</div>
5258

content/contributors.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ Description: Members of the open-source community who contributed to ScottPlot
55

66
<div class="mt-3 text-center fs-1 fw-semibold">ScottPlot Contributors</div>
77
<div class='fs-5 fw-lighter text-center mb-4'>
8-
Special thanks to the <span class="sparkle-highlight">537</span> GitHub users
8+
Special thanks to the <span class="sparkle-highlight">539</span> GitHub users
99
who contributed to this project, making ScottPlot better for everyone!
1010
💖🚀✨
1111
</div>
1212
<div class='avatar-container my-3'>
1313
<a href='https://github.com/jelhan'><img src='https://scottplot.net/images/contributors/jelhan.jpg'></a>
1414
<a href='https://github.com/bclehmann'><img src='https://scottplot.net/images/contributors/bclehmann.png'></a>
1515
<a href='https://github.com/NeilMacMullen'><img src='https://scottplot.net/images/contributors/neilmacmullen.jpg'></a>
16-
<a href='https://github.com/fissssssh'><img src='https://scottplot.net/images/brand/favicon.png'></a>
16+
<a href='https://github.com/fissssssh'><img src='https://scottplot.net/images/contributors/fissssssh.jpg'></a>
17+
<a href='https://github.com/timmer98'><img src='https://scottplot.net/images/brand/favicon.png'></a>
18+
<a href='https://github.com/nbeck-SMT'><img src='https://scottplot.net/images/brand/favicon.png'></a>
1719
<a href='https://github.com/Christoph-Wagner'><img src='https://scottplot.net/images/contributors/christoph-wagner.jpg'></a>
1820
<a href='https://github.com/manaruto'><img src='https://scottplot.net/images/contributors/manaruto.jpg'></a>
1921
<a href='https://github.com/CoderPM2011'><img src='https://scottplot.net/images/contributors/coderpm2011.jpg'></a>
7.02 KB
Loading
1.52 KB
Loading

0 commit comments

Comments
 (0)