Skip to content

Commit 1144bd2

Browse files
committed
Changelog: Automated Update
1 parent bcb465c commit 1144bd2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

content/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,22 @@ Description: Release notes for every version of ScottPlot
2626
</li>
2727
<li>SignalXY: Reduced heap allocations by modifying <code>ISignalXYSource</code> to use <code>IReadOnlyList&lt;Pixel&gt;</code> instead of <code>Pixel[]</code> (<a href="https://github.com/ScottPlot/ScottPlot/issues/5091">#5091</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/5078">#5078</a>) <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a>
2828
</li>
29+
<li>Palette: Added <code>Invert()</code> and <code>InvertHue()</code> to <code>IPalette</code> so palettes for light backgrounds can be reused for dark backgrounds (<a href="https://github.com/ScottPlot/ScottPlot/issues/5094">#5094</a>) <a href="https://github.com/NeilMacMullen"><strong>@NeilMacMullen</strong></a>
30+
</li>
31+
<li>Colormap: Added <code>Invert()</code> and <code>InvertHue()</code> to <code>IPalette</code> so palettes for light backgrounds can be reused for dark backgrounds (<a href="https://github.com/ScottPlot/ScottPlot/issues/5094">#5094</a>) <a href="https://github.com/NeilMacMullen"><strong>@NeilMacMullen</strong></a>
32+
</li>
33+
<li>Palettes: Added a <code>ColorblindFriendlyDark</code> palette to improve accessibility of categorical plots with dark backgrounds (<a href="https://github.com/ScottPlot/ScottPlot/issues/5094">#5094</a>) <a href="https://github.com/NeilMacMullen"><strong>@NeilMacMullen</strong></a>
34+
</li>
2935
</ul>
3036
</div>
3137
<h3 class='text-center fw-light'>Contributors</h3>
3238
<div class='text-center'>
33-
<a href='https://github.com/jelhan'>@jelhan</a>, <a href='https://github.com/bclehmann'>@bclehmann</a>, <a href='https://github.com/swharden'>@swharden</a>
39+
<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/swharden'>@swharden</a>
3440
</div>
3541
<div class='text-center'>
3642
<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>
3743
<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>
44+
<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>
3845
<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>
3946
</div>
4047

content/contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Description: Members of the open-source community who contributed to ScottPlot
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>
15+
<a href='https://github.com/NeilMacMullen'><img src='https://scottplot.net/images/contributors/neilmacmullen.jpg'></a>
1516
<a href='https://github.com/Christoph-Wagner'><img src='https://scottplot.net/images/contributors/christoph-wagner.jpg'></a>
1617
<a href='https://github.com/manaruto'><img src='https://scottplot.net/images/contributors/manaruto.jpg'></a>
1718
<a href='https://github.com/CoderPM2011'><img src='https://scottplot.net/images/contributors/coderpm2011.jpg'></a>
1819
<a href='https://github.com/sunwayking'><img src='https://scottplot.net/images/contributors/sunwayking.png'></a>
19-
<a href='https://github.com/NeilMacMullen'><img src='https://scottplot.net/images/contributors/neilmacmullen.jpg'></a>
2020
<a href='https://github.com/mccabe93'><img src='https://scottplot.net/images/contributors/mccabe93.jpg'></a>
2121
<a href='https://github.com/Fruchtzwerg94'><img src='https://scottplot.net/images/contributors/fruchtzwerg94.jpg'></a>
2222
<a href='https://github.com/sproott'><img src='https://scottplot.net/images/contributors/sproott.png'></a>

0 commit comments

Comments
 (0)