Skip to content

Commit

Permalink
Add changelog for recent additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Aug 22, 2024
1 parent 55e375d commit 7915a48
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions ReplayBrowser/Pages/Changelog.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
@using ReplayBrowser.Pages.Shared
@using Microsoft.AspNetCore.Components.Web

<MetaDataSpecifer
Title="Changelog"
Description="A list of changes made to the Replay Browser."
<MetaDataSpecifer
Title="Changelog"
Description="A list of changes made to the Replay Browser."
/>

<PageTitle>Changelog</PageTitle>
<PageTitle>Changelog</PageTitle>

<h3>Changelog</h3>

<p>22.08.2024</p>
<ul>
<li>Added a new contributors page.</li>
<li>Improved speed on the entire site by a whole bunch.</li>
<li>Added a favicon</li>
</ul>
<p>12.08.2024</p>
<ul>
<li>Removed stats page pending rewrite</li>
Expand Down

0 comments on commit 7915a48

Please sign in to comment.