Skip to content

Commit 5f300d5

Browse files
committed
Changelog: Automated Update
1 parent aadcc04 commit 5f300d5

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

content/changelog.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,17 @@ Description: Release notes for every version of ScottPlot
5656
</li>
5757
<li>WPF: Added <code>XmlnsDefinition</code> and <code>XmlnsPrefix</code> assembly information to simplify referencing in XAML (<a href="https://github.com/ScottPlot/ScottPlot/issues/4853">#4853</a>) <a href="https://github.com/Muny"><strong>@Muny</strong></a>
5858
</li>
59+
<li>Plot: Calling <code>Plot.Title()</code> will always enable its visibility. Call <code>Plot.Title(false)</code> to hide the title. (<a href="https://github.com/ScottPlot/ScottPlot/issues/4804">#4804</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4856">#4856</a>)
60+
</li>
61+
<li>Layout: Calling <code>Frameless(false)</code> enables visibility of all panels, undoing the actions of <code>Frameless()</code> (<a href="https://github.com/ScottPlot/ScottPlot/issues/4804">#4804</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4856">#4856</a>) <a href="https://github.com/manaruto"><strong>@manaruto</strong></a> <a href="https://github.com/bouyeijiang"><strong>@bouyeijiang</strong></a>
62+
</li>
63+
<li>Generate: Added helper methods for generating collections of <code>DateTimeOffset</code> objects (<a href="https://github.com/ScottPlot/ScottPlot/issues/4863">#4863</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/4861">#4861</a>) <a href="https://github.com/bclehmann"><strong>@bclehmann</strong></a> <a href="https://github.com/bukowa"><strong>@bukowa</strong></a>
64+
</li>
5965
</ul>
6066
</div>
6167
<h3 class='text-center fw-light'>Contributors</h3>
6268
<div class='text-center'>
63-
<a href='https://github.com/hsfetterman'>@hsfetterman</a>, <a href='https://github.com/manaruto'>@manaruto</a>, <a href='https://github.com/bwedding'>@bwedding</a>, <a href='https://github.com/CoderPM2011'>@CoderPM2011</a>, <a href='https://github.com/JoeStoneAT'>@JoeStoneAT</a>, <a href='https://github.com/bclehmann'>@bclehmann</a>, <a href='https://github.com/uperp'>@uperp</a>, <a href='https://github.com/dtoppani-twist'>@dtoppani-twist</a>, <a href='https://github.com/chen1tian'>@chen1tian</a>, <a href='https://github.com/ssharks'>@ssharks</a>, <a href='https://github.com/StendProg'>@StendProg</a>, <a href='https://github.com/ScottSSapphire'>@ScottSSapphire</a>, <a href='https://github.com/marklam'>@marklam</a>, <a href='https://github.com/Roman-Rak'>@Roman-Rak</a>, <a href='https://github.com/asmallproblem'>@asmallproblem</a>, <a href='https://github.com/jux-stef'>@jux-stef</a>, <a href='https://github.com/Corbini'>@Corbini</a>, <a href='https://github.com/macaba'>@macaba</a>, <a href='https://github.com/Muny'>@Muny</a>, <a href='https://github.com/swharden'>@swharden</a>
69+
<a href='https://github.com/hsfetterman'>@hsfetterman</a>, <a href='https://github.com/manaruto'>@manaruto</a>, <a href='https://github.com/bwedding'>@bwedding</a>, <a href='https://github.com/CoderPM2011'>@CoderPM2011</a>, <a href='https://github.com/JoeStoneAT'>@JoeStoneAT</a>, <a href='https://github.com/bclehmann'>@bclehmann</a>, <a href='https://github.com/uperp'>@uperp</a>, <a href='https://github.com/dtoppani-twist'>@dtoppani-twist</a>, <a href='https://github.com/chen1tian'>@chen1tian</a>, <a href='https://github.com/ssharks'>@ssharks</a>, <a href='https://github.com/StendProg'>@StendProg</a>, <a href='https://github.com/ScottSSapphire'>@ScottSSapphire</a>, <a href='https://github.com/marklam'>@marklam</a>, <a href='https://github.com/Roman-Rak'>@Roman-Rak</a>, <a href='https://github.com/asmallproblem'>@asmallproblem</a>, <a href='https://github.com/jux-stef'>@jux-stef</a>, <a href='https://github.com/Corbini'>@Corbini</a>, <a href='https://github.com/macaba'>@macaba</a>, <a href='https://github.com/Muny'>@Muny</a>, <a href='https://github.com/bouyeijiang'>@bouyeijiang</a>, <a href='https://github.com/bukowa'>@bukowa</a>, <a href='https://github.com/swharden'>@swharden</a>
6470
</div>
6571
<div class='text-center'>
6672
<a href='https://github.com/hsfetterman'><img src='https://scottplot.net/images/contributors/hsfetterman.jpg' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
@@ -79,9 +85,11 @@ Description: Release notes for every version of ScottPlot
7985
<a href='https://github.com/Roman-Rak'><img src='https://scottplot.net/images/contributors/roman-rak.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
8086
<a href='https://github.com/asmallproblem'><img src='https://scottplot.net/images/contributors/asmallproblem.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
8187
<a href='https://github.com/jux-stef'><img src='https://scottplot.net/images/contributors/jux-stef.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
82-
<a href='https://github.com/Corbini'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
83-
<a href='https://github.com/macaba'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
84-
<a href='https://github.com/Muny'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
88+
<a href='https://github.com/Corbini'><img src='https://scottplot.net/images/contributors/corbini.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
89+
<a href='https://github.com/macaba'><img src='https://scottplot.net/images/contributors/macaba.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
90+
<a href='https://github.com/Muny'><img src='https://scottplot.net/images/contributors/muny.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
91+
<a href='https://github.com/bouyeijiang'><img src='https://scottplot.net/images/brand/favicon.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
92+
<a href='https://github.com/bukowa'><img src='https://scottplot.net/images/contributors/bukowa.png' width=75 height=75 style='border-radius: 50%;' class='m-1'/></a>
8593
<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>
8694
</div>
8795

content/contributors.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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">520</span> GitHub users
8+
Special thanks to the <span class="sparkle-highlight">521</span> GitHub users
99
who contributed to this project, making ScottPlot better for everyone!
1010
💖🚀✨
1111
</div>
@@ -26,9 +26,11 @@ Description: Members of the open-source community who contributed to ScottPlot
2626
<a href='https://github.com/Roman-Rak'><img src='https://scottplot.net/images/contributors/roman-rak.png'></a>
2727
<a href='https://github.com/asmallproblem'><img src='https://scottplot.net/images/contributors/asmallproblem.png'></a>
2828
<a href='https://github.com/jux-stef'><img src='https://scottplot.net/images/contributors/jux-stef.png'></a>
29-
<a href='https://github.com/Corbini'><img src='https://scottplot.net/images/brand/favicon.png'></a>
30-
<a href='https://github.com/macaba'><img src='https://scottplot.net/images/brand/favicon.png'></a>
31-
<a href='https://github.com/Muny'><img src='https://scottplot.net/images/brand/favicon.png'></a>
29+
<a href='https://github.com/Corbini'><img src='https://scottplot.net/images/contributors/corbini.png'></a>
30+
<a href='https://github.com/macaba'><img src='https://scottplot.net/images/contributors/macaba.png'></a>
31+
<a href='https://github.com/Muny'><img src='https://scottplot.net/images/contributors/muny.png'></a>
32+
<a href='https://github.com/bouyeijiang'><img src='https://scottplot.net/images/brand/favicon.png'></a>
33+
<a href='https://github.com/bukowa'><img src='https://scottplot.net/images/contributors/bukowa.png'></a>
3234
<a href='https://github.com/VladislavPustovarov'><img src='https://scottplot.net/images/contributors/vladislavpustovarov.png'></a>
3335
<a href='https://github.com/quantfreedom'><img src='https://scottplot.net/images/contributors/quantfreedom.jpg'></a>
3436
<a href='https://github.com/luo-ross'><img src='https://scottplot.net/images/contributors/luo-ross.jpg'></a>
@@ -88,7 +90,6 @@ Description: Members of the open-source community who contributed to ScottPlot
8890
<a href='https://github.com/Cassar17'><img src='https://scottplot.net/images/contributors/cassar17.png'></a>
8991
<a href='https://github.com/cosmicDustOfLightLength'><img src='https://scottplot.net/images/contributors/cosmicdustoflightlength.jpg'></a>
9092
<a href='https://github.com/Lyakabynka'><img src='https://scottplot.net/images/contributors/lyakabynka.png'></a>
91-
<a href='https://github.com/bukowa'><img src='https://scottplot.net/images/contributors/bukowa.png'></a>
9293
<a href='https://github.com/tiger2014'><img src='https://scottplot.net/images/contributors/tiger2014.png'></a>
9394
<a href='https://github.com/ZTaiIT1025'><img src='https://scottplot.net/images/contributors/ztaiit1025.png'></a>
9495
<a href='https://github.com/TheFizz'><img src='https://scottplot.net/images/contributors/thefizz.png'></a>
2.58 KB
Loading

0 commit comments

Comments
 (0)